================================================================================ ================================================================================ Starting configure run at Sat, 14 Mar 2020 12:36:09 -0600 Configure Options: --configModules=PETSc.Configure --optionsModule=config.compilerOptions --download-hypre=1 --with-debugging=no --with-shared-libraries=1 --download-fblaslapack=1 --download-metis=1 --download-ptscotch=1 --download-parmetis=1 --download-superlu_dist=1 --download-mumps=1 --download-scalapack=1 --download-slepc=git://https://gitlab.com/slepc/slepc.git --download-slepc-commit= 59ff81b --with-mpi=1 --with-cxx-dialect=C++11 --with-fortran-bindings=0 --with-sowing=0 CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include CXXFLAGS= LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--with-new-dtags=0 -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar --with-mpi-dir=/home/kongf/workhome/rod/mpich LIBS=-lgfortran -lmpifort Working directory: /home/kongf/workhome/rod/moose/petsc Machine platform: uname_result(system='Linux', node='rod', release='4.15.0-70-generic', version='#79-Ubuntu SMP Tue Nov 12 10:36:11 UTC 2019', machine='x86_64', processor='x86_64') Python version: 3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0] ================================================================================ ================================================================================ TEST configureExternalPackagesDir from config.framework(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/framework.py:911) TESTING: configureExternalPackagesDir from config.framework(config/BuildSystem/config/framework.py:911) ================================================================================ TEST configureDebuggers from config.utilities.debuggers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/debuggers.py:21) TESTING: configureDebuggers from config.utilities.debuggers(config/BuildSystem/config/utilities/debuggers.py:21) Find a default debugger and determine its arguments Executing: uname -s stdout: Linux Checking for program /home/kongf/workhome/rod/miniconda3/bin/gdb...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/gdb...not found Checking for program /usr/local/sbin/gdb...not found Checking for program /usr/local/bin/gdb...not found Checking for program /usr/sbin/gdb...not found Checking for program /usr/bin/gdb...found Defined make macro "GDB" to "/usr/bin/gdb" Defined "USE_DEBUGGER" to ""gdb"" Executing: uname -s stdout: Linux Defined make macro "DSYMUTIL" to "true" child config.utilities.debuggers 0.012495 ================================================================================ TEST configureDirectories from PETSc.options.petscdir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/petscdir.py:23) TESTING: configureDirectories from PETSc.options.petscdir(config/PETSc/options/petscdir.py:23) Checks PETSC_DIR and sets if not set Version Information: #define PETSC_VERSION_RELEASE 1 #define PETSC_VERSION_MAJOR 3 #define PETSC_VERSION_MINOR 12 #define PETSC_VERSION_SUBMINOR 4 #define PETSC_VERSION_PATCH 0 #define PETSC_VERSION_DATE "unknown" #define PETSC_VERSION_GIT "unknown" #define PETSC_VERSION_DATE_GIT "unknown" #define PETSC_VERSION_EQ(MAJOR,MINOR,SUBMINOR) \ #define PETSC_VERSION_ PETSC_VERSION_EQ #define PETSC_VERSION_LT(MAJOR,MINOR,SUBMINOR) \ #define PETSC_VERSION_LE(MAJOR,MINOR,SUBMINOR) \ #define PETSC_VERSION_GT(MAJOR,MINOR,SUBMINOR) \ #define PETSC_VERSION_GE(MAJOR,MINOR,SUBMINOR) \ child PETSc.options.petscdir 0.003119 ================================================================================ TEST getDatafilespath from PETSc.options.dataFilesPath(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/dataFilesPath.py:29) TESTING: getDatafilespath from PETSc.options.dataFilesPath(config/PETSc/options/dataFilesPath.py:29) Checks what DATAFILESPATH should be child PETSc.options.dataFilesPath 0.000300 ================================================================================ TEST configureGit from config.sourceControl(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/sourceControl.py:24) TESTING: configureGit from config.sourceControl(config/BuildSystem/config/sourceControl.py:24) Find the Git executable Checking for program /home/kongf/workhome/rod/miniconda3/bin/git...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/git...not found Checking for program /usr/local/sbin/git...not found Checking for program /usr/local/bin/git...not found Checking for program /usr/sbin/git...not found Checking for program /usr/bin/git...found Defined make macro "GIT" to "git" Executing: git --version stdout: git version 2.17.1 child config.sourceControl 0.005387 ================================================================================ TEST configureInstallationMethod from PETSc.options.petscclone(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/petscclone.py:20) TESTING: configureInstallationMethod from PETSc.options.petscclone(config/PETSc/options/petscclone.py:20) lib/petsc/bin/maint exists. This appears to be a repository clone .git directory exists Executing: ['git', 'describe', '--match=v*'] stdout: v3.12.4-96-gf413fdba98 Executing: ['git', 'log', '-1', '--pretty=format:%H'] stdout: f413fdba984f8aa86152bf1d2905ebbce2ddc31e Executing: ['git', 'log', '-1', '--pretty=format:%ci'] stdout: 2020-03-11 17:29:20 +0000 Executing: ['git', 'branch'] stdout: balay/fix-checkFortranLibraries/maint * maint master Defined "VERSION_GIT" to ""v3.12.4-96-gf413fdba98"" Defined "VERSION_DATE_GIT" to ""2020-03-11 17:29:20 +0000"" Defined "VERSION_BRANCH_GIT" to ""maint"" child PETSc.options.petscclone 0.069093 ================================================================================ TEST setNativeArchitecture from PETSc.options.arch(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/arch.py:31) TESTING: setNativeArchitecture from PETSc.options.arch(config/PETSc/options/arch.py:31) ================================================================================ TEST configureArchitecture from PETSc.options.arch(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/arch.py:43) TESTING: configureArchitecture from PETSc.options.arch(config/PETSc/options/arch.py:43) Checks PETSC_ARCH and sets if not set No previous hashfile found Setting hashfile: arch-moose/lib/petsc/conf/configure-hash Deleting configure hash file: arch-moose/lib/petsc/conf/configure-hash Unable to delete configure hash file: arch-moose/lib/petsc/conf/configure-hash child PETSc.options.arch 0.056763 ================================================================================ TEST setInstallDir from PETSc.options.installDir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/installDir.py:35) TESTING: setInstallDir from PETSc.options.installDir(config/PETSc/options/installDir.py:35) setup installDir to either prefix or if that is not set to PETSC_DIR/PETSC_ARCH Defined make macro "PREFIXDIR" to "/home/kongf/workhome/rod/moose/petsc/arch-moose" ================================================================================ TEST saveReconfigure from PETSc.options.installDir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/installDir.py:80) TESTING: saveReconfigure from PETSc.options.installDir(config/PETSc/options/installDir.py:80) ================================================================================ TEST cleanConfDir from PETSc.options.installDir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/installDir.py:73) TESTING: cleanConfDir from PETSc.options.installDir(config/PETSc/options/installDir.py:73) ================================================================================ TEST configureInstallDir from PETSc.options.installDir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/installDir.py:57) TESTING: configureInstallDir from PETSc.options.installDir(config/PETSc/options/installDir.py:57) Makes installDir subdirectories if it does not exist for both prefix install location and PETSc work install location Changed persistence directory to /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/petsc/conf ================================================================================ TEST restoreReconfigure from PETSc.options.installDir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/installDir.py:93) TESTING: restoreReconfigure from PETSc.options.installDir(config/PETSc/options/installDir.py:93) child PETSc.options.installDir 0.009658 ================================================================================ TEST setExternalPackagesDir from PETSc.options.externalpackagesdir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/externalpackagesdir.py:15) TESTING: setExternalPackagesDir from PETSc.options.externalpackagesdir(config/PETSc/options/externalpackagesdir.py:15) ================================================================================ TEST cleanExternalpackagesDir from PETSc.options.externalpackagesdir(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/externalpackagesdir.py:22) TESTING: cleanExternalpackagesDir from PETSc.options.externalpackagesdir(config/PETSc/options/externalpackagesdir.py:22) child PETSc.options.externalpackagesdir 0.000523 ================================================================================ TEST configureCLanguage from PETSc.options.languages(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/languages.py:27) TESTING: configureCLanguage from PETSc.options.languages(config/PETSc/options/languages.py:27) Choose whether to compile the PETSc library using a C or C++ compiler C language is C Defined "CLANGUAGE_C" to "1" child PETSc.options.languages 0.001229 ================================================================================ TEST printEnvVariables from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1700) TESTING: printEnvVariables from config.setCompilers(config/BuildSystem/config/setCompilers.py:1700) **** printenv **** CONDA_SHLVL=1 CONDA_EXE=/home/kongf/workhome/rod/miniconda3/bin/conda SSH_CONNECTION=141.221.75.222 33664 141.221.75.240 22 GPROF=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gprof LANG=en_US.UTF-8 hostname=hostname OLDPWD=/home/kongf/workhome/rod/moose LD_GOLD=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld.gold DEBUG_CPPFLAGS=-D_DEBUG -D_FORTIFY_SOURCE=2 -Og -isystem /home/kongf/workhome/rod/miniconda3/include DEBUG_CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include GCC_NM=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc-nm PETSC_ARCH=arch-moose CONDA_PREFIX=/home/kongf/workhome/rod/miniconda3 GCC_RANLIB=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc-ranlib CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include GCC_AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc-ar S_COLORS=auto _CE_M= CC=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc READELF=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-readelf XDG_SESSION_ID=5928 USER=kongf MOOSE_JOBS=24 MODULE_VERSION=3.2.10 STRIP=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-strip DEBUG_FFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe OBJCOPY=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-objcopy _CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_conda_cos6_linux_gnu PWD=/home/kongf/workhome/rod/moose/petsc HOME=/home/kongf CONDA_PYTHON_EXE=/home/kongf/workhome/rod/miniconda3/bin/python ADDR2LINE=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-addr2line CMAKE_PREFIX_PATH=/home/kongf/workhome/rod/miniconda3:/home/kongf/workhome/rod/miniconda3/x86_64-conda_cos6-linux-gnu/sysroot/usr HOST=x86_64-conda_cos6-linux-gnu SSH_CLIENT=141.221.75.222 33664 22 hpc_bash_loaded=Yes F77=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran FORTRANFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop RANLIB=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib OBJDUMP=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-objdump AS=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-as AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar GFORTRAN=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran CONDA_BACKUP_HOST=x86_64-conda_cos6-linux-gnu _CE_CONDA= DEBUG_FORTRANFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe LOADEDMODULES= FC=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran NM=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-nm CONDA_PROMPT_MODIFIER=(base) SSH_TTY=/dev/pts/12 CONDA_BUILD_SYSROOT=/home/kongf/workhome/rod/miniconda3/x86_64-conda_cos6-linux-gnu/sysroot MAIL=/var/mail/kongf SHELL=/bin/bash TERM=xterm-256color CXXFILT=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-c++filt myhost=rod ELFEDIT=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-elfedit SHLVL=2 FFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include MANPATH=:/opt/pbs/share/man CPPFLAGS=-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/kongf/workhome/rod/miniconda3/include STRINGS=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-strings F90=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran F95=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-f95 MODULEPATH=/opt/Modules/versions:/opt/Modules/$MODULE_VERSION/modulefiles:/opt/Modules/modulefiles LOGNAME=kongf DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/24746/bus XDG_RUNTIME_DIR=/run/user/24746 MODULE_VERSION_STACK=3.2.10 LDFLAGS=-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib PATH=/home/kongf/workhome/rod/miniconda3/bin:/home/kongf/workhome/rod/miniconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/pbs/bin GCC=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc MODULESHOME=/opt/Modules/3.2.10 CONDA_DEFAULT_ENV=base PETSC_DIR=/home/kongf/workhome/rod/moose/scripts/../petsc SIZE=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-size CPP=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cpp LD=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld BASH_FUNC_module%%=() { eval `/opt/Modules/$MODULE_VERSION/bin/modulecmd bash $*` } _=./configure ================================================================================ TEST resetEnvCompilers from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1707) TESTING: resetEnvCompilers from config.setCompilers(config/BuildSystem/config/setCompilers.py:1707) =============================================================================== ***** WARNING: CC (set to /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cc) found in environment variables - ignoring use ./configure CC=$CC if you really want to use that value ****** =============================================================================== =============================================================================== ***** WARNING: FC (set to /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran) found in environment variables - ignoring use ./configure FC=$FC if you really want to use that value ****** =============================================================================== =============================================================================== ***** WARNING: F77 (set to /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran) found in environment variables - ignoring use ./configure F77=$F77 if you really want to use that value ****** =============================================================================== =============================================================================== ***** WARNING: F90 (set to /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran) found in environment variables - ignoring use ./configure F90=$F90 if you really want to use that value ****** =============================================================================== CFLAGS (set to -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include) found in environment variables - ignoring since also set on command line =============================================================================== ***** WARNING: FFLAGS (set to -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include) found in environment variables - ignoring use ./configure FFLAGS=$FFLAGS if you really want to use that value ****** =============================================================================== =============================================================================== ***** WARNING: CPP (set to /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-cpp) found in environment variables - ignoring use ./configure CPP=$CPP if you really want to use that value ****** =============================================================================== =============================================================================== ***** WARNING: CPPFLAGS (set to -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/kongf/workhome/rod/miniconda3/include) found in environment variables - ignoring use ./configure CPPFLAGS=$CPPFLAGS if you really want to use that value ****** =============================================================================== LDFLAGS (set to -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib) found in environment variables - ignoring since also set on command line AR (set to /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar) found in environment variables - ignoring since also set on command line ================================================================================ TEST checkEnvCompilers from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1737) TESTING: checkEnvCompilers from config.setCompilers(config/BuildSystem/config/setCompilers.py:1737) ================================================================================ TEST checkMPICompilerOverride from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1670) TESTING: checkMPICompilerOverride from config.setCompilers(config/BuildSystem/config/setCompilers.py:1670) Check if --with-mpi-dir is used along with CC CXX or FC compiler options. This usually prevents mpi compilers from being used - so issue a warning ================================================================================ TEST requireMpiLdPath from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1691) TESTING: requireMpiLdPath from config.setCompilers(config/BuildSystem/config/setCompilers.py:1691) OpenMPI wrappers require LD_LIBRARY_PATH set ================================================================================ TEST checkInitialFlags from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:435) TESTING: checkInitialFlags from config.setCompilers(config/BuildSystem/config/setCompilers.py:435) Initialize the compiler and linker flags Initialized CFLAGS to -march=nocona Initialized CFLAGS to -march=nocona Initialized LDFLAGS to -Wl,-O2 Initialized CUDAFLAGS to Initialized CUDAFLAGS to Initialized LDFLAGS to -Wl,-O2 Initialized CXXFLAGS to Initialized CXX_CXXFLAGS to Initialized LDFLAGS to -Wl,-O2 Initialized FFLAGS to Initialized FFLAGS to Initialized LDFLAGS to -Wl,-O2 Initialized CPPFLAGS to Initialized FPPFLAGS to Initialized CUDAPPFLAGS to -Wno-deprecated-gpu-targets Initialized CXXPPFLAGS to Initialized CC_LINKER_FLAGS to [] Initialized CXX_LINKER_FLAGS to [] Initialized FC_LINKER_FLAGS to [] Initialized CUDAC_LINKER_FLAGS to [] Initialized sharedLibraryFlags to [] Initialized dynamicLibraryFlags to [] ================================================================================ TEST checkCCompiler from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:605) TESTING: checkCCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:605) Locate a functional C compiler Checking for program /home/kongf/workhome/rod/mpich/bin/mpiicc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/mpiicc...not found Checking for program /home/kongf/workhome/rod/mpich/bin/mpicc...found Defined make macro "CC" to "/home/kongf/workhome/rod/mpich/bin/mpicc" All intermediate test results are stored in /tmp/petsc-j17dx8h9 All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.setCompilers Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran -lpetsc-ufod4vtr9mqHvKIQiVAm Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lpetsc-ufod4vtr9mqHvKIQiVAm collect2: error: ld returned 1 exit status Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.setCompilers/conftest to see if it can be run Executing: /tmp/petsc-j17dx8h9/config.setCompilers/conftest Executing: /tmp/petsc-j17dx8h9/config.setCompilers/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpicc --version stdout: x86_64-conda_cos6-linux-gnu-gcc (crosstool-NG 1.23.0.449-a04d0) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ================================================================================ TEST checkCPreprocessor from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:642) TESTING: checkCPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:642) Locate a functional C preprocessor Checking for program /home/kongf/workhome/rod/mpich/bin/mpicc...found Defined make macro "CPP" to "/home/kongf/workhome/rod/mpich/bin/mpicc -E" Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: ================================================================================ TEST checkCUDACompiler from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:680) TESTING: checkCUDACompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:680) Locate a functional CUDA compiler Checking for program /home/kongf/workhome/rod/miniconda3/bin/nvcc...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/nvcc...not found Checking for program /usr/local/sbin/nvcc...not found Checking for program /usr/local/bin/nvcc...not found Checking for program /usr/sbin/nvcc...not found Checking for program /usr/bin/nvcc...not found Checking for program /sbin/nvcc...not found Checking for program /bin/nvcc...not found Checking for program /usr/games/nvcc...not found Checking for program /usr/local/games/nvcc...not found Checking for program /snap/bin/nvcc...not found Checking for program /opt/pbs/bin/nvcc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/nvcc...not found Checking for program /Developer/NVIDIA/CUDA-6.5/bin/nvcc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/nvcc...not found Checking for program /usr/local/cuda/bin/nvcc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/nvcc...not found ================================================================================ TEST checkCUDAPreprocessor from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:720) TESTING: checkCUDAPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:720) Locate a functional CUDA preprocessor ================================================================================ TEST checkCxxCompiler from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:820) TESTING: checkCxxCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:820) Locate a functional Cxx compiler Checking for program /home/kongf/workhome/rod/mpich/bin/mpiicpc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/mpiicpc...not found Checking for program /home/kongf/workhome/rod/mpich/bin/mpiicpc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/mpiicpc...not found Checking for program /home/kongf/workhome/rod/mpich/bin/mpiicpc...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/mpiicpc...not found Checking for program /home/kongf/workhome/rod/mpich/bin/mpicxx...found Defined make macro "CXX" to "/home/kongf/workhome/rod/mpich/bin/mpicxx" Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran -lpetsc-ufod4vtr9mqHvKIQiVAm Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lpetsc-ufod4vtr9mqHvKIQiVAm collect2: error: ld returned 1 exit status Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.setCompilers/conftest to see if it can be run Executing: /tmp/petsc-j17dx8h9/config.setCompilers/conftest Executing: /tmp/petsc-j17dx8h9/config.setCompilers/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx --version stdout: x86_64-conda_cos6-linux-gnu-g++ (crosstool-NG 1.23.0.449-a04d0) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ================================================================================ TEST checkCxxPreprocessor from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:862) TESTING: checkCxxPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:862) Locate a functional Cxx preprocessor Checking for program /home/kongf/workhome/rod/mpich/bin/mpicxx...found Defined make macro "CXXPP" to "/home/kongf/workhome/rod/mpich/bin/mpicxx -E" Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -E -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Preprocess stderr before filtering:: Preprocess stderr after filtering:: ================================================================================ TEST checkFortranCompiler from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:965) TESTING: checkFortranCompiler from config.setCompilers(config/BuildSystem/config/setCompilers.py:965) Locate a functional Fortran compiler Checking for program /home/kongf/workhome/rod/mpich/bin/mpiifort...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/mpiifort...not found Checking for program /home/kongf/workhome/rod/mpich/bin/mpif90...found Defined make macro "FC" to "/home/kongf/workhome/rod/mpich/bin/mpif90" Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran -lpetsc-ufod4vtr9mqHvKIQiVAm Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lpetsc-ufod4vtr9mqHvKIQiVAm collect2: error: ld returned 1 exit status Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.setCompilers/conftest to see if it can be run Executing: /tmp/petsc-j17dx8h9/config.setCompilers/conftest Executing: /tmp/petsc-j17dx8h9/config.setCompilers/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 --version stdout: GNU Fortran (crosstool-NG 1.23.0.450-d54ae) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ================================================================================ TEST checkFortranPreprocessor from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1002) TESTING: checkFortranPreprocessor from config.setCompilers(config/BuildSystem/config/setCompilers.py:1002) Locate a functional Fortran preprocessor Checking for program /home/kongf/workhome/rod/mpich/bin/mpif90...found Defined make macro "FPP" to "/home/kongf/workhome/rod/mpich/bin/mpif90 -E" Deleting "FPP" Checking for program /home/kongf/workhome/rod/mpich/bin/mpif90...found Defined make macro "FPP" to "/home/kongf/workhome/rod/mpich/bin/mpif90 --use cpp32" Deleting "FPP" ================================================================================ TEST checkFortranComments from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1025) TESTING: checkFortranComments from config.setCompilers(config/BuildSystem/config/setCompilers.py:1025) Make sure fortran comment "!" works Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main ! comment end Fortran comments can use ! in column 1 ================================================================================ TEST checkLargeFileIO from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1156) TESTING: checkLargeFileIO from config.setCompilers(config/BuildSystem/config/setCompilers.py:1156) ================================================================================ TEST checkArchiver from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1255) TESTING: checkArchiver from config.setCompilers(config/BuildSystem/config/setCompilers.py:1255) Check that the archiver exists and can make a library usable by the compiler Executing: x86_64-conda_cos6-linux-gnu-ar -V stdout: GNU ar (GNU Binutils) 2.33.1 Copyright (C) 2019 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. Executing: x86_64-conda_cos6-linux-gnu-ar -V stdout: GNU ar (GNU Binutils) 2.33.1 Copyright (C) 2019 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) any later version. This program has absolutely no warranty. Defined make macro "FAST_AR_FLAGS" to "Scq" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int foo(int a) { return a+1; } Checking for program /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar...found Defined make macro "AR" to "/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" Checking for program /home/kongf/workhome/rod/miniconda3/bin/ranlib...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/ranlib...not found Checking for program /usr/local/sbin/ranlib...not found Checking for program /usr/local/bin/ranlib...not found Checking for program /usr/sbin/ranlib...not found Checking for program /usr/bin/ranlib...found Defined make macro "RANLIB" to "/usr/bin/ranlib" Executing: /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr /tmp/petsc-j17dx8h9/config.setCompilers/libconf1.a /tmp/petsc-j17dx8h9/config.setCompilers/conf1.o Executing: /usr/bin/ranlib /tmp/petsc-j17dx8h9/config.setCompilers/libconf1.a Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" extern int foo(int); int main() { int b = foo(1); if (b); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -L/tmp/petsc-j17dx8h9/config.setCompilers -lconf1 -lgfortran Defined make macro "AR_FLAGS" to "cr" Defined make macro "AR_LIB_SUFFIX" to "a" ================================================================================ TEST checkSharedLinker from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1369) TESTING: checkSharedLinker from config.setCompilers(config/BuildSystem/config/setCompilers.py:1369) Check that the linker can produce shared libraries Executing: uname -s stdout: Linux Checking shared linker /home/kongf/workhome/rod/mpich/bin/mpicc using flags ['-shared'] Checking for program /home/kongf/workhome/rod/mpich/bin/mpicc...found Defined make macro "LD_SHARED" to "/home/kongf/workhome/rod/mpich/bin/mpicc" Trying C compiler flag Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Valid C linker flag -shared Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int (*fprintf_ptr)(FILE*,const char*,...) = fprintf; void foo(void){ fprintf_ptr(stdout,"hello"); return; } void bar(void){foo();} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int foo(void); int main() { int ret = foo(); if (ret) {} ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran -L/tmp/petsc-j17dx8h9/config.setCompilers -lconftest Using shared linker /home/kongf/workhome/rod/mpich/bin/mpicc with flags ['-shared'] and library extension so Executing: uname -s stdout: Linux Executing: uname -s stdout: Linux ================================================================================ TEST checkPIC from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1103) TESTING: checkPIC from config.setCompilers(config/BuildSystem/config/setCompilers.py:1103) Determine the PIC option for each compiler Trying Cxx for PIC code without any compiler flag Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int (*fprintf_ptr)(FILE*,const char*,...) = fprintf; void foo(void){ fprintf_ptr(stdout,"hello"); return; } void bar(void){foo();} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o: relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status Rejected Cxx compiler flag because shared linker cannot handle it Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx --help | head -n 20 stdout: Usage: x86_64-conda_cos6-linux-gnu-g++ [options] file... Options: -pass-exit-codes Exit with highest error code from a phase. --help Display this information. --target-help Display target specific command line options. --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]. Display specific types of command line options. (Use '-v --help' to display command line options of sub-processes). --version Display compiler version information. -dumpspecs Display all of the built in spec strings. -dumpversion Display the version of the compiler. -dumpmachine Display the compiler's target processor. -print-search-dirs Display the directories in the compiler's search path. -print-libgcc-file-name Display the name of the compiler's companion library. -print-file-name= Display the full path to library . -print-prog-name= Display the full path to compiler component . -print-multiarch Display the target's normalized GNU triplet, used as a component in the library path. -print-multi-directory Display the root directory for versions of libgcc. -print-multi-lib Display the mapping between command line options and Trying Cxx compiler flag -fPIC for PIC code Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Added Cxx compiler flag -fPIC Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int (*fprintf_ptr)(FILE*,const char*,...) = fprintf; void foo(void){ fprintf_ptr(stdout,"hello"); return; } void bar(void){foo();} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Accepted Cxx compiler flag -fPIC for PIC code Trying FC for PIC code without any compiler flag Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: function foo(a) real:: a,x,bar common /xx/ x x=a foo = bar(x) end Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o: relocation R_X86_64_PC32 against symbol `xx_' can not be used when making a shared object; recompile with -fPIC /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status Rejected FC compiler flag because shared linker cannot handle it Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 --help | head -n 20 stdout: Usage: x86_64-conda_cos6-linux-gnu-gfortran.bin [options] file... Options: -pass-exit-codes Exit with highest error code from a phase. --help Display this information. --target-help Display target specific command line options. --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]. Display specific types of command line options. (Use '-v --help' to display command line options of sub-processes). --version Display compiler version information. -dumpspecs Display all of the built in spec strings. -dumpversion Display the version of the compiler. -dumpmachine Display the compiler's target processor. -print-search-dirs Display the directories in the compiler's search path. -print-libgcc-file-name Display the name of the compiler's companion library. -print-file-name= Display the full path to library . -print-prog-name= Display the full path to compiler component . -print-multiarch Display the target's normalized GNU triplet, used as a component in the library path. -print-multi-directory Display the root directory for versions of libgcc. -print-multi-lib Display the mapping between command line options and Trying FC compiler flag -fPIC for PIC code Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Added FC compiler flag -fPIC Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: function foo(a) real:: a,x,bar common /xx/ x x=a foo = bar(x) end Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Accepted FC compiler flag -fPIC for PIC code ================================================================================ TEST checkSharedLinkerPaths from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1481) TESTING: checkSharedLinkerPaths from config.setCompilers(config/BuildSystem/config/setCompilers.py:1481) Determine the shared linker path options - IRIX: -rpath - Linux, OSF: -Wl,-rpath, - Solaris: -R - FreeBSD: -Wl,-R, Executing: uname -s stdout: Linux Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -V Trying C linker flag -Wl,-rpath, Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Valid C linker flag -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc Executing: uname -s stdout: Linux Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -V Trying Cxx linker flag -Wl,-rpath, Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Valid Cxx linker flag -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc Executing: uname -s stdout: Linux Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -V Trying FC linker flag -Wl,-rpath, Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Valid FC linker flag -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc ================================================================================ TEST checkLibC from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1516) TESTING: checkLibC from config.setCompilers(config/BuildSystem/config/setCompilers.py:1516) Test whether we need to explicitly include libc in shared linking - Mac OSX requires an explicit reference to libc for shared linking Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int foo(void) {void *chunk = malloc(31); free(chunk); return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -lgfortran Shared linking does not require an explicit libc reference ================================================================================ TEST checkDynamicLinker from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1562) TESTING: checkDynamicLinker from config.setCompilers(config/BuildSystem/config/setCompilers.py:1562) Check that the linker can dynamicaly load shared libraries Checking for header: dlfcn.h All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.headers Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_DLFCN_H" to "1" Checking for functions [dlopen dlsym dlclose] in library ['dl'] [] All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.libraries Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -march=nocona /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dlopen(); static void _check_dlopen() { dlopen(); } char dlsym(); static void _check_dlsym() { dlsym(); } char dlclose(); static void _check_dlclose() { dlclose(); } int main() { _check_dlopen(); _check_dlsym(); _check_dlclose();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.libraries/conftest.o -ldl -lgfortran Defined "HAVE_LIBDL" to "1" Adding ['dl'] to LIBS Executing: uname -s stdout: Linux Checking dynamic linker /home/kongf/workhome/rod/mpich/bin/mpicc using flags ['-shared'] Checking for program /home/kongf/workhome/rod/mpich/bin/mpicc...found Defined make macro "DYNAMICLINKER" to "/home/kongf/workhome/rod/mpich/bin/mpicc" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -ldl -lgfortran Valid C linker flag -shared Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int foo(void) {printf("test");return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -ldl -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { void *handle = dlopen("/tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so", 0); int (*foo)(void) = (int (*)(void)) dlsym(handle, "foo"); if (!foo) { printf("Could not load symbol\n"); return -1; } if ((*foo)()) { printf("Invalid return from foo()\n"); return -1; } if (dlclose(handle)) { printf("Could not close library\n"); return -1; } ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest -Wl,-O2 -march=nocona /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -ldl -lgfortran Using dynamic linker /home/kongf/workhome/rod/mpich/bin/mpicc with flags ['-shared'] and library extension so ================================================================================ TEST output from config.setCompilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/setCompilers.py:1611) TESTING: output from config.setCompilers(config/BuildSystem/config/setCompilers.py:1611) Output module data as defines and substitutions Substituting "CC" with "/home/kongf/workhome/rod/mpich/bin/mpicc" Substituting "CFLAGS" with "-march=nocona" Defined make macro "CC_LINKER_SLFLAG" to "-Wl,-rpath," Substituting "CPP" with "/home/kongf/workhome/rod/mpich/bin/mpicc -E" Substituting "CPPFLAGS" with "" Substituting "CXX" with "/home/kongf/workhome/rod/mpich/bin/mpicxx" Substituting "CXX_CXXFLAGS" with " -fPIC" Substituting "CXXFLAGS" with "" Substituting "CXX_LINKER_SLFLAG" with "-Wl,-rpath," Substituting "CXXPP" with "/home/kongf/workhome/rod/mpich/bin/mpicxx -E" Substituting "CXXPPFLAGS" with "" Substituting "FC" with "/home/kongf/workhome/rod/mpich/bin/mpif90" Substituting "FFLAGS" with " -fPIC" Defined make macro "FC_LINKER_SLFLAG" to "-Wl,-rpath," Substituting "LDFLAGS" with "-Wl,-O2" Substituting "LIBS" with "-ldl -lgfortran" Substituting "SHARED_LIBRARY_FLAG" with "-shared" child config.setCompilers 4.744179 ================================================================================ TEST checkSharedDynamicPicOptions from PETSc.options.sharedLibraries(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/sharedLibraries.py:36) TESTING: checkSharedDynamicPicOptions from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:36) ================================================================================ TEST configureSharedLibraries from PETSc.options.sharedLibraries(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/sharedLibraries.py:52) TESTING: configureSharedLibraries from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:52) Checks whether shared libraries should be used, for which you must - Specify --with-shared-libraries - Have found a working shared linker Defines PETSC_USE_SHARED_LIBRARIES if they are used Executing: uname -s stdout: Linux Defined make rule "shared_arch" with dependencies "shared_linux" and code [] Defined make macro "SONAME_FUNCTION" to "$(1).so.$(2)" Defined make macro "SL_LINKER_FUNCTION" to "-shared -Wl,-soname,$(call SONAME_FUNCTION,$(notdir $(1)),$(2))" Defined make macro "BUILDSHAREDLIB" to "yes" Defined "USE_SHARED_LIBRARIES" to "1" ================================================================================ TEST configureDynamicLibraries from PETSc.options.sharedLibraries(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/sharedLibraries.py:94) TESTING: configureDynamicLibraries from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:94) Checks whether dynamic loading is available (with dlfcn.h and libdl) Defined "HAVE_DYNAMIC_LIBRARIES" to "1" ================================================================================ TEST configureSerializedFunctions from PETSc.options.sharedLibraries(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/sharedLibraries.py:100) TESTING: configureSerializedFunctions from PETSc.options.sharedLibraries(config/PETSc/options/sharedLibraries.py:100) Defines PETSC_SERIALIZE_FUNCTIONS if they are used Requires shared libraries child PETSc.options.sharedLibraries 0.009066 ================================================================================ TEST configureIndexSize from PETSc.options.indexTypes(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/indexTypes.py:30) TESTING: configureIndexSize from PETSc.options.indexTypes(config/PETSc/options/indexTypes.py:30) Defined make macro "PETSC_INDEX_SIZE" to "32" child PETSc.options.indexTypes 0.000847 ================================================================================ TEST configureCompilerFlags from config.compilerFlags(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilerFlags.py:72) TESTING: configureCompilerFlags from config.compilerFlags(config/BuildSystem/config/compilerFlags.py:72) Get the default compiler flags Defined make macro "C_VERSION" to "x86_64-conda_cos6-linux-gnu-gcc (crosstool-NG 1.23.0.449-a04d0) 7.3.0" Ignoring default options which were overridden using --CFLAGS -march=nocona Defined make macro "MPICC_SHOW" to "x86_64-conda_cos6-linux-gnu-gcc -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/kongf/workhome/rod/miniconda3/include -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib -I/home/kongf/workhome/rod/mpich/include -L/home/kongf/workhome/rod/mpich/lib -Wl,-rpath -Wl,/home/kongf/workhome/rod/mpich/lib -Wl,--enable-new-dtags -lmpi" Trying C compiler flag -g Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona -g /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Added C compiler flag -g Trying C compiler flag -O Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Added C compiler flag -O Defined make macro "Cxx_VERSION" to "x86_64-conda_cos6-linux-gnu-g++ (crosstool-NG 1.23.0.449-a04d0) 7.3.0" Ignoring default options which were overridden using --CXXFLAGS Defined make macro "MPICXX_SHOW" to "x86_64-conda_cos6-linux-gnu-g++ -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem /home/kongf/workhome/rod/miniconda3/include -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib -I/home/kongf/workhome/rod/mpich/include -L/home/kongf/workhome/rod/mpich/lib -lmpicxx -Wl,-rpath -Wl,/home/kongf/workhome/rod/mpich/lib -Wl,--enable-new-dtags -lmpi" Trying Cxx compiler flag -g Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -g -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Added Cxx compiler flag -g Trying Cxx compiler flag -O Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Added Cxx compiler flag -O Defined make macro "FC_VERSION" to "GNU Fortran (crosstool-NG 1.23.0.450-d54ae) 7.3.0" Defined make macro "MPIFC_SHOW" to "x86_64-conda_cos6-linux-gnu-gfortran -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/mpich/include -L/home/kongf/workhome/rod/mpich/lib -lmpifort -Wl,-rpath -Wl,/home/kongf/workhome/rod/mpich/lib -Wl,--enable-new-dtags -lmpi" Trying FC compiler flag -Wall Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Added FC compiler flag -Wall Trying FC compiler flag -ffree-line-length-0 Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall -ffree-line-length-0 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Added FC compiler flag -ffree-line-length-0 Trying FC compiler flag -Wno-unused-dummy-argument Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Added FC compiler flag -Wno-unused-dummy-argument Defined make macro "MPIFC_SHOW" to "x86_64-conda_cos6-linux-gnu-gfortran -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,/home/kongf/workhome/rod/miniconda3/lib -Wl,-rpath-link,/home/kongf/workhome/rod/miniconda3/lib -L/home/kongf/workhome/rod/miniconda3/lib -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/mpich/include -L/home/kongf/workhome/rod/mpich/lib -lmpifort -Wl,-rpath -Wl,/home/kongf/workhome/rod/mpich/lib -Wl,--enable-new-dtags -lmpi" Trying FC compiler flag -g Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Added FC compiler flag -g Trying FC compiler flag -O Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Added FC compiler flag -O child config.compilerFlags 0.963343 Executing: /home/kongf/workhome/rod/mpich/bin/mpicc --help | head -n 20 stdout: Usage: x86_64-conda_cos6-linux-gnu-gcc [options] file... Options: -pass-exit-codes Exit with highest error code from a phase. --help Display this information. --target-help Display target specific command line options. --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]. Display specific types of command line options. (Use '-v --help' to display command line options of sub-processes). --version Display compiler version information. -dumpspecs Display all of the built in spec strings. -dumpversion Display the version of the compiler. -dumpmachine Display the compiler's target processor. -print-search-dirs Display the directories in the compiler's search path. -print-libgcc-file-name Display the name of the compiler's companion library. -print-file-name= Display the full path to library . -print-prog-name= Display the full path to compiler component . -print-multiarch Display the target's normalized GNU triplet, used as a component in the library path. -print-multi-directory Display the root directory for versions of libgcc. -print-multi-lib Display the mapping between command line options and ================================================================================ TEST checkRestrict from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:138) TESTING: checkRestrict from config.compilers(config/BuildSystem/config/compilers.py:138) Check for the C/CXX restrict keyword Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -V All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.compilers Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { float * __restrict x;; return 0; } compilers: Set C restrict keyword to __restrict Defined "C_RESTRICT" to "__restrict" ================================================================================ TEST checkCFormatting from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:391) TESTING: checkCFormatting from config.compilers(config/BuildSystem/config/compilers.py:391) Activate format string checking if using the GNU compilers ================================================================================ TEST checkCInline from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:108) TESTING: checkCInline from config.compilers(config/BuildSystem/config/compilers.py:108) Check for C inline keyword Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" static inline int foo(int a) {return a;} int main() { foo(1);; return 0; } compilers: Set C Inline keyword to inline Defined "C_INLINE" to "inline" ================================================================================ TEST checkDynamicLoadFlag from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:402) TESTING: checkDynamicLoadFlag from config.compilers(config/BuildSystem/config/compilers.py:402) Checks that dlopen() takes RTLD_XXX, and defines PETSC_HAVE_RTLD_XXX if it does Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include char *libname; int main() { dlopen(libname, RTLD_LAZY);dlopen(libname, RTLD_NOW);dlopen(libname, RTLD_LOCAL);dlopen(libname, RTLD_GLOBAL); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o -ldl -lgfortran Defined "HAVE_RTLD_LAZY" to "1" Defined "HAVE_RTLD_NOW" to "1" Defined "HAVE_RTLD_LOCAL" to "1" Defined "HAVE_RTLD_GLOBAL" to "1" ================================================================================ TEST checkCLibraries from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:202) TESTING: checkCLibraries from config.compilers(config/BuildSystem/config/compilers.py:202) Determines the libraries needed to link with C compiled code Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include void asub(void) {char s[16];printf("testing %s",s);} Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: program main print*,'testing' stop end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -ldl -lgfortran C libraries are not needed when using Fortran linker Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include void asub(void) {char s[16];printf("testing %s",s);} Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main(int argc,char **args) {return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -ldl -lgfortran C libraries are not needed when using C++ linker ================================================================================ TEST checkDependencyGenerationFlag from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:1345) TESTING: checkDependencyGenerationFlag from config.compilers(config/BuildSystem/config/compilers.py:1345) Check if -MMD works for dependency generation, and add it if it does Trying C compiler flag -MMD -MP Defined make macro "C_DEPFLAGS" to "-MMD -MP" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O -MMD -MP /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Trying Cxx compiler flag -MMD -MP Defined make macro "CXX_DEPFLAGS" to "-MMD -MP" Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -g -O -fPIC -MMD -MP /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } ================================================================================ TEST checkC99Flag from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:1390) TESTING: checkC99Flag from config.compilers(config/BuildSystem/config/compilers.py:1390) Check for -std=c99 or equivalent flag Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { float x[2],y; y = FLT_ROUNDS; // c++ comment int j = 2; for (int i=0; i<2; i++){ x[i] = i*j*y; } ; return 0; } Accepted C99 compile flag: Defined "HAVE_C99" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx --help | head -n 20 stdout: Usage: x86_64-conda_cos6-linux-gnu-g++ [options] file... Options: -pass-exit-codes Exit with highest error code from a phase. --help Display this information. --target-help Display target specific command line options. --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]. Display specific types of command line options. (Use '-v --help' to display command line options of sub-processes). --version Display compiler version information. -dumpspecs Display all of the built in spec strings. -dumpversion Display the version of the compiler. -dumpmachine Display the compiler's target processor. -print-search-dirs Display the directories in the compiler's search path. -print-libgcc-file-name Display the name of the compiler's companion library. -print-file-name= Display the full path to library . -print-prog-name= Display the full path to compiler component . -print-multiarch Display the target's normalized GNU triplet, used as a component in the library path. -print-multi-directory Display the root directory for versions of libgcc. -print-multi-lib Display the mapping between command line options and ================================================================================ TEST checkRestrict from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:138) TESTING: checkRestrict from config.compilers(config/BuildSystem/config/compilers.py:138) Check for the C/CXX restrict keyword Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -V Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { float * __restrict x;; return 0; } compilers: Set Cxx restrict keyword to __restrict Defined "CXX_RESTRICT" to "__restrict" ================================================================================ TEST checkCxxOptionalExtensions from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:421) TESTING: checkCxxOptionalExtensions from config.compilers(config/BuildSystem/config/compilers.py:421) Check whether the C++ compiler (IBM xlC, OSF5) need special flag for .c files which contain C++ Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { class somename { int i; };; return 0; } ================================================================================ TEST checkCxxInline from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:123) TESTING: checkCxxInline from config.compilers(config/BuildSystem/config/compilers.py:123) Check for C++ inline keyword Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" static inline int foo(int a) {return a;} int main() { foo(1);; return 0; } compilers: Set Cxx Inline keyword to inline Defined "CXX_INLINE" to "inline" ================================================================================ TEST checkCxxLibraries from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:533) TESTING: checkCxxLibraries from config.compilers(config/BuildSystem/config/compilers.py:533) Determines the libraries needed to link with C++ from C and Fortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include void asub(void) {std::vector v; try { throw 20; } catch (int e) { std::cout << "An exception occurred"; }} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main(int argc,char **args) {return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/confc.o: in function `asub()': /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `__cxa_allocate_exception' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `typeinfo for int' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `__cxa_throw' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `__cxa_begin_catch' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `std::cout' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `__cxa_end_catch' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.cc:7: undefined reference to `__cxa_end_catch' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/confc.o: in function `__static_initialization_and_destruction_0': /home/kongf/workhome/rod/miniconda3/x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/iostream:74: undefined reference to `std::ios_base::Init::Init()' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/miniconda3/x86_64-conda_cos6-linux-gnu/include/c++/7.3.0/iostream:74: undefined reference to `std::ios_base::Init::~Init()' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/confc.o:(.data.DW.ref._ZTIi[DW.ref._ZTIi]+0x0): undefined reference to `typeinfo for int' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/confc.o:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0' collect2: error: ld returned 1 exit status Executing: uname -s stdout: Linux Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include void asub(void) {std::vector v; try { throw 20; } catch (int e) { std::cout << "An exception occurred"; }} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main(int argc,char **args) {return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran compilers: C++ requires -lstdc++ to link with C compiler Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include void asub(void) {std::vector v; try { throw 20; } catch (int e) { std::cout << "An exception occurred"; }} Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: program main print*,'testing' stop end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran C++ libraries are not needed when using FC linker ================================================================================ TEST checkCxxDialect from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:449) TESTING: checkCxxDialect from config.compilers(config/BuildSystem/config/compilers.py:449) Determine the Cxx dialect supported by the compiler [and correspoding compiler option - if any]. -with-cxx-dialect can take options: auto: use highest dialect configure can determine cxx17: [future?] cxx14: gnu++14 or c++14 cxx11: gnu++11 or c++11 0: disable CxxDialect check and use compiler default checkCxxDialect: checking CXX11 with flag: Defined "HAVE_CXX_DIALECT_CXX11" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.setCompilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include template constexpr T Cubed( T x ) { return x*x*x; } int main() { std::random_device rd; std::mt19937 mt(rd()); std::normal_distribution dist(0,1); const double x = dist(mt); std::cout << x; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -V ================================================================================ TEST checkFortranNameMangling from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:838) TESTING: checkFortranNameMangling from config.compilers(config/BuildSystem/config/compilers.py:838) Checks Fortran name mangling, and defines HAVE_FORTRAN_UNDERSCORE, HAVE_FORTRAN_NOUNDERSCORE, HAVE_FORTRAN_CAPS, or HAVE_FORTRAN_STDCALL Testing Fortran mangling type underscore with code void d1chk_(void){return;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" void d1chk_(void){return;} Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: program main call d1chk() end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran compilers: Fortran name mangling is underscore Defined "HAVE_FORTRAN_UNDERSCORE" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 --version stdout: GNU Fortran (crosstool-NG 1.23.0.450-d54ae) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Defined "FORTRAN_CHARLEN_T" to "int" ================================================================================ TEST checkFortranNameManglingDouble from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:879) TESTING: checkFortranNameManglingDouble from config.compilers(config/BuildSystem/config/compilers.py:879) Checks if symbols containing an underscore append an extra underscore, and defines HAVE_FORTRAN_UNDERSCORE_UNDERSCORE if necessary Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" void d1_chk__(void){return;} Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: program main call d1_chk() end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.compilers/conftest.o: in function `MAIN__': /tmp/petsc-j17dx8h9/config.compilers/conftest.F90:2: undefined reference to `d1_chk_' collect2: error: ld returned 1 exit status ================================================================================ TEST checkFortranLibraries from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:889) TESTING: checkFortranLibraries from config.compilers(config/BuildSystem/config/compilers.py:889) Substitutes for FLIBS the libraries needed to link with Fortran This macro is intended to be used in those situations when it is necessary to mix, e.g. C++ and Fortran 77, source code into a single program or shared library. For example, if object files from a C++ and Fortran 77 compiler must be linked together, then the C++ compiler/linker must be used for linking (since special C++-ish things need to happen at link time like calling global constructors, instantiating templates, enabling exception support, etc.). However, the Fortran 77 intrinsic and run-time libraries must be linked in as well, but the C++ compiler/linker does not know how to add these Fortran 77 libraries. This code was translated from the autoconf macro which was packaged in its current form by Matthew D. Langston . However, nearly all of this macro came from the OCTAVE_FLIBS macro in octave-2.0.13/aclocal.m4, and full credit should go to John W. Eaton for writing this extremely useful macro. Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: program main #include call MPI_Allreduce() end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o -lstdc++ -ldl -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: subroutine asub() print*,'testing' call MPI_Allreduce() return end Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main(int argc,char **args) {return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran Fortran libraries are not needed when using C linker Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: subroutine asub() print*,'testing' call MPI_Allreduce() return end Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main(int argc,char **args) {return 0;} Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran Fortran libraries are not needed when using C++ linker ================================================================================ TEST checkFortranLinkingCxx from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:1310) TESTING: checkFortranLinkingCxx from config.compilers(config/BuildSystem/config/compilers.py:1310) Check that Fortran can link C++ libraries Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" extern "C" void d1chk_(void); void foo(void){d1chk_();} Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -g -O -fPIC /tmp/petsc-j17dx8h9/config.compilers/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" extern "C" void d1chk_(void); void d1chk_(void){return;} Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilers/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.F90 Successful compile: Source: program main call d1chk() end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilers/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilers/conftest.o /tmp/petsc-j17dx8h9/config.compilers/cxxobj.o /tmp/petsc-j17dx8h9/config.compilers/confc.o -lstdc++ -ldl -lgfortran compilers: Fortran can link C++ functions ================================================================================ TEST setupFrameworkCompilers from config.compilers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilers.py:1455) TESTING: setupFrameworkCompilers from config.compilers(config/BuildSystem/config/compilers.py:1455) child config.compilers 5.910147 ================================================================================ TEST configureClosure from config.utilities.closure(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/closure.py:17) TESTING: configureClosure from config.utilities.closure(config/BuildSystem/config/utilities/closure.py:17) Determine if Apple ^close syntax is supported in C All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.utilities.closure Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.closure/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.closure/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.utilities.closure/conftest.c: In function 'main': /tmp/petsc-j17dx8h9/config.utilities.closure/conftest.c:6:6: error: expected identifier or '(' before '^' token int (^closure)(int);; ^ Source: #include "confdefs.h" #include "conffix.h" #include int main() { int (^closure)(int);; return 0; } Compile failed inside link child config.utilities.closure 0.077703 ================================================================================ TEST checkFortranTypeSizes from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:56) TESTING: checkFortranTypeSizes from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:56) Check whether real*8 is supported and suggest flags which will allow support All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.compilersFortran Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90:2:21: real*8 variable 1 Warning: Unused variable 'variable' declared at (1) [-Wunused-variable] Source: program main real*8 variable end ================================================================================ TEST checkFortranPreprocessor from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:73) TESTING: checkFortranPreprocessor from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:73) Determine if Fortran handles preprocessing properly Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main #define dummy dummy #ifndef dummy fooey #endif end compilers: Fortran uses preprocessor ================================================================================ TEST checkFortranDefineCompilerOption from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:96) TESTING: checkFortranDefineCompilerOption from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:96) Check if -WF,-Dfoobar or -Dfoobar is the compiler option to define a macro Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.setCompilers -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -DTesting /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main #define dummy dummy #ifndef Testing fooey #endif end Defined make macro "FC_DEFINE_FLAG" to "-D" compilers: Fortran uses -D for defining macro ================================================================================ TEST checkFortran90 from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:146) TESTING: checkFortran90 from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:146) Determine whether the Fortran compiler handles F90 Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: program main INTEGER, PARAMETER :: int = SELECTED_INT_KIND(8) INTEGER (KIND=int) :: ierr ierr = 1 end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -lstdc++ -ldl -lgfortran Defined "USING_F90" to "1" Fortran compiler supports F90 ================================================================================ TEST checkFortran90FreeForm from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:159) TESTING: checkFortran90FreeForm from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:159) Determine whether the Fortran compiler handles F90FreeForm We also require that the compiler handles lines longer than 132 characters Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: program main INTEGER, PARAMETER :: int = SELECTED_INT_KIND(8); INTEGER (KIND=int) :: ierr; ierr = 1 end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -lstdc++ -ldl -lgfortran Defined "USING_F90FREEFORM" to "1" Fortran compiler supports F90FreeForm ================================================================================ TEST checkFortran2003 from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:173) TESTING: checkFortran2003 from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:173) Determine whether the Fortran compiler handles F2003 Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: module Base_module type, public :: base_type integer :: A contains procedure, public :: Print => BasePrint end type base_type contains subroutine BasePrint(this) class(base_type) :: this end subroutine BasePrint end module Base_module program main use,intrinsic :: iso_c_binding Type(C_Ptr),Dimension(:),Pointer :: CArray character(kind=c_char),pointer :: nullc => null() character(kind=c_char,len=5),dimension(:),pointer::list1 allocate(list1(5)) CArray = (/(c_loc(list1(i)),i=1,5),c_loc(nullc)/) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -lstdc++ -ldl -lgfortran Defined "USING_F2003" to "1" Fortran compiler supports F2003 ================================================================================ TEST checkFortran90Array from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:208) TESTING: checkFortran90Array from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:208) Check for F90 array interfaces Executing: uname -s stdout: Linux Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -march=nocona -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include void f90arraytest_(void* a1, void* a2,void* a3, void* i) { printf("arrays [%p %p %p]\n",a1,a2,a3); fflush(stdout); return; } void f90ptrtest_(void* a1, void* a2,void* a3, void* i, void* p1 ,void* p2, void* p3) { printf("arrays [%p %p %p]\n",a1,a2,a3); if ((p1 == p3) && (p1 != p2)) { printf("pointers match! [%p %p] [%p]\n",p1,p3,p2); fflush(stdout); } else { printf("pointers do not match! [%p %p] [%p]\n",p1,p3,p2); fflush(stdout); exit(111); } return; } Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: program main Interface Subroutine f90ptrtest(p1,p2,p3,i) integer, pointer :: p1(:,:) integer, pointer :: p2(:,:) integer, pointer :: p3(:,:) integer i End Subroutine End Interface integer, pointer :: ptr1(:,:),ptr2(:,:) integer, target :: array(6:8,9:21) integer in in = 25 ptr1 => array ptr2 => array call f90arraytest(ptr1,ptr2,ptr1,in) call f90ptrtest(ptr1,ptr2,ptr1,in) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o /tmp/petsc-j17dx8h9/config.compilersFortran/fooobj.o -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.compilersFortran/conftest to see if it can be run Executing: /tmp/petsc-j17dx8h9/config.compilersFortran/conftest Executing: /tmp/petsc-j17dx8h9/config.compilersFortran/conftest stdout: arrays [0x7ffe7654ce10 0x7ffe7654ce10 0x7ffe7654ce10] arrays [0x7ffe7654cdc0 0x7ffe7654cd70 0x7ffe7654cdc0] pointers do not match! [0x7fbab3b808c0 0x7ffe7654ce10] [0x7fbab3c52300] ERROR while running executable: Could not execute "['/tmp/petsc-j17dx8h9/config.compilersFortran/conftest']": arrays [0x7ffe7654ce10 0x7ffe7654ce10 0x7ffe7654ce10] arrays [0x7ffe7654cdc0 0x7ffe7654cd70 0x7ffe7654cdc0] pointers do not match! [0x7fbab3b808c0 0x7ffe7654ce10] [0x7fbab3c52300] compilers: F90 uses a single argument for array pointers ================================================================================ TEST checkFortranModuleInclude from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:295) TESTING: checkFortranModuleInclude from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:295) Figures out what flag is used to specify the include path for Fortran modules Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: module configtest integer testint parameter (testint = 42) end module configtest Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.compilersFortran/confdir -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: program main use configtest write(*,*) testint end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest -Wl,-O2 -I/tmp/petsc-j17dx8h9/config.compilersFortran/confdir -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o /tmp/petsc-j17dx8h9/config.compilersFortran/configtest.o -lstdc++ -ldl -lgfortran compilers: Fortran module include flag -I found ================================================================================ TEST checkFortranModuleOutput from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:361) TESTING: checkFortranModuleOutput from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:361) Figures out what flag is used to specify the include path for Fortran modules Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -module /tmp/petsc-j17dx8h9/config.compilersFortran/confdir -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Possible ERROR while running compiler: exit code 1 stderr: f951: Error: unrecognized command line option '-module' Source: module configtest integer testint parameter (testint = 42) end module configtest compilers: Fortran module output flag -module compile failed Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -module:/tmp/petsc-j17dx8h9/config.compilersFortran/confdir -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Possible ERROR while running compiler: exit code 1 stderr: f951: Error: unrecognized command line option '-module:/tmp/petsc-j17dx8h9/config.compilersFortran/confdir' Source: module configtest integer testint parameter (testint = 42) end module configtest compilers: Fortran module output flag -module: compile failed Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fmod=/tmp/petsc-j17dx8h9/config.compilersFortran/confdir -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Possible ERROR while running compiler: exit code 1 stderr: f951: Error: unrecognized command line option '-fmod=/tmp/petsc-j17dx8h9/config.compilersFortran/confdir' Source: module configtest integer testint parameter (testint = 42) end module configtest compilers: Fortran module output flag -fmod= compile failed Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -J/tmp/petsc-j17dx8h9/config.compilersFortran/confdir -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: module configtest integer testint parameter (testint = 42) end module configtest compilers: Fortran module output flag -J found ================================================================================ TEST checkFortranTypeStar from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:135) TESTING: checkFortranTypeStar from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:135) Determine whether the Fortran compiler handles type(*) Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: program main interface subroutine a(b) type(*) :: b(:) end subroutine end interface end Defined "HAVE_FORTRAN_TYPE_STAR" to "1" Fortran compiler supports type(*) ================================================================================ TEST checkFortranTypeInitialize from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:125) TESTING: checkFortranTypeInitialize from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:125) Determines if PETSc objects in Fortran are initialized by default (doesn't work with common blocks) Defined "FORTRAN_TYPE_INITIALIZE" to " = -2" Initializing Fortran objects ================================================================================ TEST configureFortranFlush from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:116) TESTING: configureFortranFlush from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:116) Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.F90 Successful compile: Source: program main call flush(6) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.compilersFortran/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.compilersFortran/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_FORTRAN_FLUSH" to "1" ================================================================================ TEST checkDependencyGenerationFlag from config.compilersFortran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/compilersFortran.py:406) TESTING: checkDependencyGenerationFlag from config.compilersFortran(config/BuildSystem/config/compilersFortran.py:406) Check if -MMD works for dependency generation, and add it if it does Trying FC compiler flag -MMD -MP Defined make macro "FC_DEPFLAGS" to "-MMD -MP" Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -MMD -MP /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end child config.compilersFortran 2.210712 ================================================================================ TEST checkStdC from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:105) TESTING: checkStdC from config.headers(config/BuildSystem/config/headers.py:105) Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.headers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.headers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include int main() { ; return 0; } Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.headers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.headers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main() { int i; for(i = 0; i < 256; i++) if (XOR(islower(i), ISLOWER(i)) || toupper(i) != TOUPPER(i)) exit(2); exit(0); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.headers/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.headers/conftest.o -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.headers/conftest to see if it can be run Executing: /tmp/petsc-j17dx8h9/config.headers/conftest Executing: /tmp/petsc-j17dx8h9/config.headers/conftest ================================================================================ TEST checkStat from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:138) TESTING: checkStat from config.headers(config/BuildSystem/config/headers.py:138) Checks whether stat file-mode macros are broken, and defines STAT_MACROS_BROKEN if they are Preprocessing source: #include "confdefs.h" #include "conffix.h" #include #include #if defined(S_ISBLK) && defined(S_IFDIR) # if S_ISBLK (S_IFDIR) You lose. # endif #endif #if defined(S_ISBLK) && defined(S_IFCHR) # if S_ISBLK (S_IFCHR) You lose. # endif #endif #if defined(S_ISLNK) && defined(S_IFREG) # if S_ISLNK (S_IFREG) You lose. # endif #endif #if defined(S_ISSOCK) && defined(S_IFREG) # if S_ISSOCK (S_IFREG) You lose. # endif #endif Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c ================================================================================ TEST checkSysWait from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:173) TESTING: checkSysWait from config.headers(config/BuildSystem/config/headers.py:173) Check for POSIX.1 compatible sys/wait.h, and defines HAVE_SYS_WAIT_H if found Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.headers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.headers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #ifndef WEXITSTATUS #define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) #endif #ifndef WIFEXITED #define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif int main() { int s; wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } Defined "HAVE_SYS_WAIT_H" to "1" ================================================================================ TEST checkTime from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:195) TESTING: checkTime from config.headers(config/BuildSystem/config/headers.py:195) Checks if you can safely include both and , and if so defines TIME_WITH_SYS_TIME Checking for header: time.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_TIME_H" to "1" Checking for header: sys/time.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_TIME_H" to "1" ================================================================================ TEST checkMath from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:201) TESTING: checkMath from config.headers(config/BuildSystem/config/headers.py:201) Checks for the math headers and defines Checking for header: math.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.headers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.headers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { double pi = M_PI; if (pi); ; return 0; } Found math #defines, like M_PI ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: setjmp.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SETJMP_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: dos.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: dos.h: No such file or directory #include ^~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: dos.h: No such file or directory #include ^~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: dos.h: No such file or directory #include ^~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: fcntl.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_FCNTL_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: float.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_FLOAT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: io.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: io.h: No such file or directory #include ^~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: malloc.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_MALLOC_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: pwd.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_PWD_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: strings.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_STRINGS_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: unistd.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_UNISTD_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/sysinfo.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_SYSINFO_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: machine/endian.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: machine/endian.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: machine/endian.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: machine/endian.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/param.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_PARAM_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/procfs.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_PROCFS_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/resource.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_RESOURCE_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/systeminfo.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sys/systeminfo.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sys/systeminfo.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sys/systeminfo.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/times.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_TIMES_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/utsname.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_UTSNAME_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/socket.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_SOCKET_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/wait.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_WAIT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: netinet/in.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_NETINET_IN_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: netdb.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_NETDB_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: Direct.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Direct.h: No such file or directory #include ^~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: time.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_TIME_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: Ws2tcpip.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/types.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_TYPES_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: WindowsX.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: WindowsX.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: WindowsX.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: WindowsX.h: No such file or directory #include ^~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: float.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_FLOAT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: ieeefp.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: stdint.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_STDINT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: pthread.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_PTHREAD_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: inttypes.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_INTTYPES_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: immintrin.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_IMMINTRIN_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: zmmintrin.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: zmmintrin.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: zmmintrin.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: zmmintrin.h: No such file or directory #include ^~~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: setjmp.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SETJMP_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: dos.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: dos.h: No such file or directory #include ^~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: dos.h: No such file or directory #include ^~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: dos.h: No such file or directory #include ^~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: fcntl.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_FCNTL_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: float.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_FLOAT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: io.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: io.h: No such file or directory #include ^~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: io.h: No such file or directory #include ^~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: malloc.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_MALLOC_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: pwd.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_PWD_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: strings.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_STRINGS_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: unistd.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_UNISTD_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/sysinfo.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_SYSINFO_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: machine/endian.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: machine/endian.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: machine/endian.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: machine/endian.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/param.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_PARAM_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/procfs.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_PROCFS_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/resource.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_RESOURCE_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/systeminfo.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sys/systeminfo.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sys/systeminfo.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sys/systeminfo.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/times.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_TIMES_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/utsname.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_UTSNAME_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/socket.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_SOCKET_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/wait.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_WAIT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: netinet/in.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_NETINET_IN_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: netdb.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_NETDB_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: Direct.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Direct.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Direct.h: No such file or directory #include ^~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: time.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_TIME_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: Ws2tcpip.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: Ws2tcpip.h: No such file or directory #include ^~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: sys/types.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_TYPES_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: WindowsX.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: WindowsX.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: WindowsX.h: No such file or directory #include ^~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: WindowsX.h: No such file or directory #include ^~~~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: float.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_FLOAT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: ieeefp.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: ieeefp.h: No such file or directory #include ^~~~~~~~~~compilation terminated.: ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: stdint.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_STDINT_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: pthread.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_PTHREAD_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: inttypes.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_INTTYPES_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: immintrin.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_IMMINTRIN_H" to "1" ================================================================================ TEST check from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:77) TESTING: check from config.headers(config/BuildSystem/config/headers.py:77) Checks for "header", and defines HAVE_"header" if found Checking for header: zmmintrin.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: zmmintrin.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: zmmintrin.h: No such file or directory #include ^~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: zmmintrin.h: No such file or directory #include ^~~~~~~~~~~~~compilation terminated.: ================================================================================ TEST checkRecursiveMacros from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:216) TESTING: checkRecursiveMacros from config.headers(config/BuildSystem/config/headers.py:216) Checks that the preprocessor allows recursive macros, and if not defines HAVE_BROKEN_RECURSIVE_MACRO Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.headers/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -march=nocona -g -O /tmp/petsc-j17dx8h9/config.headers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" void a(int i, int j) {} #define a(b) a(b,__LINE__) int main() { a(0); ; return 0; } child config.headers 4.134677 ================================================================================ TEST configureCacheDetails from config.utilities.cacheDetails(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/cacheDetails.py:78) TESTING: configureCacheDetails from config.utilities.cacheDetails(config/BuildSystem/config/utilities/cacheDetails.py:78) Try to determine the size and associativity of the cache. All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.utilities.cacheDetails Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include long getconf_LEVEL1_DCACHE_LINESIZE() { long val = sysconf(_SC_LEVEL1_DCACHE_LINESIZE); return (16 <= val && val <= 2147483647) ? val : 32; } int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include long getconf_LEVEL1_DCACHE_LINESIZE() { long val = sysconf(_SC_LEVEL1_DCACHE_LINESIZE); return (16 <= val && val <= 2147483647) ? val : 32; } int main() { FILE *output = fopen("conftestval","w"); if (!output) return 1; fprintf(output,"%ld",getconf_LEVEL1_DCACHE_LINESIZE()); fclose(output);; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest.o -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest to see if it can be run Executing: /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest Executing: /tmp/petsc-j17dx8h9/config.utilities.cacheDetails/conftest Defined "LEVEL1_DCACHE_LINESIZE" to "64" child config.utilities.cacheDetails 0.309764 ================================================================================ TEST check_struct_sigaction from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:43) TESTING: check_struct_sigaction from config.types(config/BuildSystem/config/types.py:43) Checks if "struct sigaction" exists in signal.h. This check is for C89 check. Checking for type: struct sigaction All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.types Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include int main() { struct sigaction a;; return 0; } struct sigaction found Defined "HAVE_STRUCT_SIGACTION" to "1" ================================================================================ TEST check__int64 from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:49) TESTING: check__int64 from config.types(config/BuildSystem/config/types.py:49) Checks if __int64 exists. This is primarily for windows. Checking for type: __int64 Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.types/conftest.c: In function 'main': /tmp/petsc-j17dx8h9/config.types/conftest.c:11:1: error: unknown type name '__int64'; did you mean '__int64_t'? __int64 a;; ^~~~~~~ __int64_t Source: #include "confdefs.h" #include "conffix.h" #include #include #include int main() { __int64 a;; return 0; } __int64 found ================================================================================ TEST checkSizeTypes from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:55) TESTING: checkSizeTypes from config.types(config/BuildSystem/config/types.py:55) Checks for types associated with sizes, such as size_t. Checking for type: size_t Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include int main() { size_t a;; return 0; } size_t found ================================================================================ TEST checkFileTypes from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:65) TESTING: checkFileTypes from config.types(config/BuildSystem/config/types.py:65) Checks for types associated with files, such as mode_t, off_t, etc. Checking for type: mode_t Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include int main() { mode_t a;; return 0; } mode_t found Checking for type: off_t Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include int main() { off_t a;; return 0; } off_t found ================================================================================ TEST checkIntegerTypes from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:60) TESTING: checkIntegerTypes from config.types(config/BuildSystem/config/types.py:60) Checks for types associated with integers, such as int32_t. Checking for type: int32_t Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include int main() { int32_t a;; return 0; } int32_t found ================================================================================ TEST checkPID from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:71) TESTING: checkPID from config.types(config/BuildSystem/config/types.py:71) Checks for pid_t, and defines it if necessary Checking for type: pid_t Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include int main() { pid_t a;; return 0; } pid_t found ================================================================================ TEST checkUID from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:75) TESTING: checkUID from config.types(config/BuildSystem/config/types.py:75) Checks for uid_t and gid_t, and defines them if necessary Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.types /tmp/petsc-j17dx8h9/config.types/conftest.c ================================================================================ TEST checkC99Complex from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:82) TESTING: checkC99Complex from config.types(config/BuildSystem/config/types.py:82) Check for complex numbers in in C99 std Note that since PETSc source code uses _Complex we test specifically for that, not complex Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { double _Complex x; x = I; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { double _Complex x; x = I; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.types/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_C99_COMPLEX" to "1" ================================================================================ TEST checkCxxComplex from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:93) TESTING: checkCxxComplex from config.types(config/BuildSystem/config/types.py:93) Check for complex numbers in namespace std Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.types -g -O -fPIC /tmp/petsc-j17dx8h9/config.types/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { std::complex x; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.types/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.types/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_CXX_COMPLEX" to "1" ================================================================================ TEST checkFortranKind from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:114) TESTING: checkFortranKind from config.types(config/BuildSystem/config/types.py:114) Checks whether selected_int_kind etc work USE_FORTRANKIND Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.types/conftest.F90 Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.types/conftest.F90:4:43: real(kind=selected_real_kind(10)) d 1 Warning: Unused variable 'd' declared at (1) [-Wunused-variable] /tmp/petsc-j17dx8h9/config.types/conftest.F90:3:45: integer(kind=selected_int_kind(10)) i 1 Warning: Unused variable 'i' declared at (1) [-Wunused-variable] Source: program main integer(kind=selected_int_kind(10)) i real(kind=selected_real_kind(10)) d end Defined "USE_FORTRANKIND" to "1" ================================================================================ TEST checkConst from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:126) TESTING: checkConst from config.types(config/BuildSystem/config/types.py:126) Checks for working const, and if not found defines it to empty string Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; ccp = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++ccp; p = (char**) ccp; ccp = (char const *const *) p; /* This section avoids unused variable warnings */ if (zero.x); if (x[0]); { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (*s); } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; /* Get rid of unused variable warning */ if (foo); } ; return 0; } ================================================================================ TEST checkSizeof from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:182) TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:182) Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size Checking for size of type: void * Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include char assert_sizeof[(sizeof(void *)==8)*2-1]; Defined "SIZEOF_VOID_P" to "8" ================================================================================ TEST checkSizeof from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:182) TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:182) Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size Checking for size of type: short Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include char assert_sizeof[(sizeof(short)==2)*2-1]; Defined "SIZEOF_SHORT" to "2" ================================================================================ TEST checkSizeof from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:182) TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:182) Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size Checking for size of type: int Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include char assert_sizeof[(sizeof(int)==4)*2-1]; Defined "SIZEOF_INT" to "4" ================================================================================ TEST checkSizeof from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:182) TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:182) Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size Checking for size of type: long Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include char assert_sizeof[(sizeof(long)==8)*2-1]; Defined "SIZEOF_LONG" to "8" ================================================================================ TEST checkSizeof from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:182) TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:182) Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size Checking for size of type: long long Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include char assert_sizeof[(sizeof(long long)==8)*2-1]; Defined "SIZEOF_LONG_LONG" to "8" ================================================================================ TEST checkSizeof from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:182) TESTING: checkSizeof from config.types(config/BuildSystem/config/types.py:182) Determines the size of type "typeName", and defines SIZEOF_"typeName" to be the size Checking for size of type: size_t Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include char assert_sizeof[(sizeof(size_t)==8)*2-1]; Defined "SIZEOF_SIZE_T" to "8" ================================================================================ TEST checkVisibility from config.types(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/types.py:213) TESTING: checkVisibility from config.types(config/BuildSystem/config/types.py:213) Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.types/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { __attribute__((visibility ("default"))) int foo(void);; return 0; } Defined "USE_VISIBILITY_C" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.types/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.types -g -O -fPIC /tmp/petsc-j17dx8h9/config.types/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { __attribute__((visibility ("default"))) int foo(void);; return 0; } Defined "USE_VISIBILITY_CXX" to "1" child config.types 2.591433 ================================================================================ TEST configureMemAlign from PETSc.options.memAlign(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/memAlign.py:29) TESTING: configureMemAlign from PETSc.options.memAlign(config/PETSc/options/memAlign.py:29) Choose alignment Defined "MEMALIGN" to "16" Memory alignment is 16 child PETSc.options.memAlign 0.002109 ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [handle_sigfpes] in library ['fpe'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char handle_sigfpes(); static void _check_handle_sigfpes() { handle_sigfpes(); } int main() { _check_handle_sigfpes();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lfpe -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lfpe collect2: error: ld returned 1 exit status ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [socket] in library ['socket', 'nsl'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char socket(); static void _check_socket() { socket(); } int main() { _check_socket();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lsocket -lnsl -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [handle_sigfpes] in library ['fpe'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char handle_sigfpes(); static void _check_handle_sigfpes() { handle_sigfpes(); } int main() { _check_handle_sigfpes();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lfpe -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lfpe collect2: error: ld returned 1 exit status ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [socket] in library ['socket', 'nsl'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char socket(); static void _check_socket() { socket(); } int main() { _check_socket();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lsocket -lnsl -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lsocket collect2: error: ld returned 1 exit status ================================================================================ TEST checkMath from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:264) TESTING: checkMath from config.libraries(config/BuildSystem/config/libraries.py:264) Check for sin() in libm, the math library Checking for functions [sin floor log10 pow] in library [''] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_sin': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:6:40: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_sin() { double x,y; scanf("%lf",&x); y = sin(x); printf("%f",y); ^~~~~~~~~~~~~~~ /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_floor': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:10:42: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_floor() { double x,y; scanf("%lf",&x); y = floor(x); printf("%f",y); ^~~~~~~~~~~~~~~ /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_log10': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:14:42: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_log10() { double x,y; scanf("%lf",&x); y = log10(x); printf("%f",y); ^~~~~~~~~~~~~~~ /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_pow': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:18:40: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_pow() { double x,y; scanf("%lf",&x); y = pow(x,x); printf("%f",y); ^~~~~~~~~~~~~~~ Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include double sin(double); static void _check_sin() { double x,y; scanf("%lf",&x); y = sin(x); printf("%f",y); ; } #include double floor(double); static void _check_floor() { double x,y; scanf("%lf",&x); y = floor(x); printf("%f",y); ; } #include double log10(double); static void _check_log10() { double x,y; scanf("%lf",&x); y = log10(x); printf("%f",y); ; } #include double pow(double, double); static void _check_pow() { double x,y; scanf("%lf",&x); y = pow(x,x); printf("%f",y); ; } int main() { _check_sin(); _check_floor(); _check_log10(); _check_pow();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_sin': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:6: undefined reference to `sin' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_log10': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:14: undefined reference to `log10' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_pow': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:18: undefined reference to `pow' collect2: error: ld returned 1 exit status Checking for functions [sin floor log10 pow] in library ['m'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_sin': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:6:40: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_sin() { double x,y; scanf("%lf",&x); y = sin(x); printf("%f",y); ^~~~~~~~~~~~~~~ /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_floor': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:10:42: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_floor() { double x,y; scanf("%lf",&x); y = floor(x); printf("%f",y); ^~~~~~~~~~~~~~~ /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_log10': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:14:42: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_log10() { double x,y; scanf("%lf",&x); y = log10(x); printf("%f",y); ^~~~~~~~~~~~~~~ /tmp/petsc-j17dx8h9/config.libraries/conftest.c: In function '_check_pow': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:18:40: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] static void _check_pow() { double x,y; scanf("%lf",&x); y = pow(x,x); printf("%f",y); ^~~~~~~~~~~~~~~ Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include double sin(double); static void _check_sin() { double x,y; scanf("%lf",&x); y = sin(x); printf("%f",y); ; } #include double floor(double); static void _check_floor() { double x,y; scanf("%lf",&x); y = floor(x); printf("%f",y); ; } #include double log10(double); static void _check_log10() { double x,y; scanf("%lf",&x); y = log10(x); printf("%f",y); ; } #include double pow(double, double); static void _check_pow() { double x,y; scanf("%lf",&x); y = pow(x,x); printf("%f",y); ; } int main() { _check_sin(); _check_floor(); _check_log10(); _check_pow();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lm -lstdc++ -ldl -lgfortran Defined "HAVE_LIBM" to "1" CheckMath: using math library ['libm.a'] ================================================================================ TEST checkMathErf from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:283) TESTING: checkMathErf from config.libraries(config/BuildSystem/config/libraries.py:283) Check for erf() in libm, the math library Checking for functions [erf] in library ['libm.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_erf() { double (*checkErf)(double) = erf;double x = 0,y; y = (*checkErf)(x); } int main() { _check_erf();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lm -lstdc++ -ldl -lgfortran Defined "HAVE_LIBM" to "1" erf() found Defined "HAVE_ERF" to "1" ================================================================================ TEST checkMathTgamma from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:292) TESTING: checkMathTgamma from config.libraries(config/BuildSystem/config/libraries.py:292) Check for tgamma() in libm, the math library Checking for functions [tgamma] in library ['libm.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_tgamma() { double (*checkTgamma)(double) = tgamma;double x = 0,y; y = (*checkTgamma)(x); } int main() { _check_tgamma();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lm -lstdc++ -ldl -lgfortran Defined "HAVE_LIBM" to "1" tgamma() found Defined "HAVE_TGAMMA" to "1" ================================================================================ TEST checkMathFenv from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:301) TESTING: checkMathFenv from config.libraries(config/BuildSystem/config/libraries.py:301) Checks if can be used with FE_DFL_ENV Checking for functions [fesetenv] in library ['libm.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_fesetenv() { fesetenv(FE_DFL_ENV);; } int main() { _check_fesetenv();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lm -lstdc++ -ldl -lgfortran Defined "HAVE_LIBM" to "1" Defined "HAVE_FENV_H" to "1" ================================================================================ TEST checkMathLog2 from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:309) TESTING: checkMathLog2 from config.libraries(config/BuildSystem/config/libraries.py:309) Check for log2() in libm, the math library Checking for functions [log2] in library ['libm.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_log2() { double (*checkLog2)(double) = log2; double x = 2.5, y = (*checkLog2)(x); } int main() { _check_log2();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lm -lstdc++ -ldl -lgfortran Defined "HAVE_LIBM" to "1" log2() found Defined "HAVE_LOG2" to "1" ================================================================================ TEST checkRealtime from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:318) TESTING: checkRealtime from config.libraries(config/BuildSystem/config/libraries.py:318) Check for presence of clock_gettime() in realtime library (POSIX Realtime extensions) Checking for functions [clock_gettime] in library [''] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_clock_gettime() { struct timespec tp; clock_gettime(CLOCK_REALTIME,&tp);; } int main() { _check_clock_gettime();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_clock_gettime': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `clock_gettime' collect2: error: ld returned 1 exit status Checking for functions [clock_gettime] in library ['rt'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_clock_gettime() { struct timespec tp; clock_gettime(CLOCK_REALTIME,&tp);; } int main() { _check_clock_gettime();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lrt -lstdc++ -ldl -lgfortran Defined "HAVE_LIBRT" to "1" Using librt for the realtime library ================================================================================ TEST checkDynamic from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:334) TESTING: checkDynamic from config.libraries(config/BuildSystem/config/libraries.py:334) Check for the header and libraries necessary for dynamic library manipulation Checking for functions [dlopen] in library ['dl'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dlopen(); static void _check_dlopen() { dlopen(); } int main() { _check_dlopen();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -ldl -lstdc++ -ldl -lgfortran Defined "HAVE_LIBDL" to "1" Checking for header: dlfcn.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_DLFCN_H" to "1" child config.libraries 2.355911 ================================================================================ TEST configureLibraryOptions from PETSc.options.libraryOptions(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/libraryOptions.py:37) TESTING: configureLibraryOptions from PETSc.options.libraryOptions(config/PETSc/options/libraryOptions.py:37) Sets PETSC_USE_DEBUG, PETSC_USE_INFO, PETSC_USE_LOG, PETSC_USE_CTABLE, PETSC_USE_FORTRAN_KERNELS, and PETSC_USE_AVX512_KERNELS Defined "USE_LOG" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -qversion Defined "USE_MALLOC_COALESCED" to "1" Defined "USE_INFO" to "1" Defined "USE_CTABLE" to "1" Defined "USE_BACKWARD_LOOP" to "1" **********Checking if running on BGL/IBM detected Checking for functions [bgl_perfctr_void] in library [''] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char bgl_perfctr_void(); static void _check_bgl_perfctr_void() { bgl_perfctr_void(); } int main() { _check_bgl_perfctr_void();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_bgl_perfctr_void': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `bgl_perfctr_void' collect2: error: ld returned 1 exit status Checking for functions [ADIOI_BGL_Open] in library [''] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char ADIOI_BGL_Open(); static void _check_ADIOI_BGL_Open() { ADIOI_BGL_Open(); } int main() { _check_ADIOI_BGL_Open();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_ADIOI_BGL_Open': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `ADIOI_BGL_Open' collect2: error: ld returned 1 exit status *********BGL/IBM test failure Defined "USE_AVX512_KERNELS" to "1" Defined "Alignx(a,b)" to " " ================================================================================ TEST configureISColorValueType from PETSc.options.libraryOptions(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/libraryOptions.py:95) TESTING: configureISColorValueType from PETSc.options.libraryOptions(config/PETSc/options/libraryOptions.py:95) Sets PETSC_IS_COLOR_VALUE_TYPE, MPIU_COLORING_VALUE, IS_COLORING_MAX required by ISColor Defined "MPIU_COLORING_VALUE" to "MPI_UNSIGNED_SHORT" Defined "IS_COLORING_MAX" to "USHRT_MAX" Defined "IS_COLOR_VALUE_TYPE" to "short" Defined "IS_COLOR_VALUE_TYPE_F" to "integer2" child PETSc.options.libraryOptions 0.359088 child config.atomics 0.000017 ================================================================================ TEST checkSysinfo from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:106) TESTING: checkSysinfo from config.functions(config/BuildSystem/config/functions.py:106) Check whether sysinfo takes three arguments, and if it does define HAVE_SYSINFO_3ARG Checking for functions [sysinfo] All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.functions Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sysinfo(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_sysinfo) || defined (__stub___sysinfo) sysinfo_will_always_fail_with_ENOSYS(); #else sysinfo(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_SYSINFO" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.functions/conftest.c:9:4: error: #error "Cannot check sysinfo without special headers" # error "Cannot check sysinfo without special headers" ^~~~~ /tmp/petsc-j17dx8h9/config.functions/conftest.c: In function 'main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:13:30: warning: implicit declaration of function 'sysinfo' [-Wimplicit-function-declaration] char buf[10]; long count=10; sysinfo(1, buf, count); ^~~~~~~ Source: #include "confdefs.h" #include "conffix.h" #ifdef HAVE_SYS_SYSINFO_H # include #elif defined(HAVE_SYS_SYSTEMINFO_H) # include #else # error "Cannot check sysinfo without special headers" #endif int main() { char buf[10]; long count=10; sysinfo(1, buf, count); ; return 0; } Compile failed inside link ================================================================================ TEST checkVPrintf from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:125) TESTING: checkVPrintf from config.functions(config/BuildSystem/config/functions.py:125) Checks whether vprintf requires a char * last argument, and if it does defines HAVE_VPRINTF_CHAR Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { va_list Argp; vprintf( "%d", Argp ); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran ================================================================================ TEST checkVFPrintf from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:131) TESTING: checkVFPrintf from config.functions(config/BuildSystem/config/functions.py:131) Checks whether vfprintf requires a char * last argument, and if it does defines HAVE_VFPRINTF_CHAR Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { va_list Argp; vfprintf(stdout, "%d", Argp ); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran ================================================================================ TEST checkVSNPrintf from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:137) TESTING: checkVSNPrintf from config.functions(config/BuildSystem/config/functions.py:137) Checks whether vsnprintf requires a char * last argument, and if it does defines HAVE_VSNPRINTF_CHAR Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { va_list Argp;char str[6]; vsnprintf(str,5, "%d", Argp ); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_VSNPRINTF" to "1" ================================================================================ TEST checkNanosleep from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:167) TESTING: checkNanosleep from config.functions(config/BuildSystem/config/functions.py:167) Check for functional nanosleep() - as time.h behaves differently for different compiler flags - like -std=c89 Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { struct timespec tp; tp.tv_sec = 0; tp.tv_nsec = (long)(1e9); nanosleep(&tp,0); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_NANOSLEEP" to "1" ================================================================================ TEST checkMemmove from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:173) TESTING: checkMemmove from config.functions(config/BuildSystem/config/functions.py:173) Check for functional memmove() - as MS VC requires correct includes to for this test Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { char c1[1], c2[1] = "c"; size_t n=1; memmove(c1,c2,n); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_MEMMOVE" to "1" ================================================================================ TEST checkSignalHandlerType from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:143) TESTING: checkSignalHandlerType from config.functions(config/BuildSystem/config/functions.py:143) Checks the type of C++ signals handlers, and defines SIGNAL_CAST to the correct value Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -g -O -fPIC /tmp/petsc-j17dx8h9/config.functions/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include static void myhandler(int sig) {} int main() { signal(SIGFPE,myhandler); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "SIGNAL_CAST" to " " ================================================================================ TEST checkFreeReturnType from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:153) TESTING: checkFreeReturnType from config.functions(config/BuildSystem/config/functions.py:153) Checks whether free returns void or int, and defines HAVE_FREE_RETURN_INT Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.functions/conftest.c: In function 'main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:6:25: error: void value not ignored as it ought to be int ierr; void *p; ierr = free(p); return 0; ^ Source: #include "confdefs.h" #include "conffix.h" #include int main() { int ierr; void *p; ierr = free(p); return 0; ; return 0; } Compile failed inside link ================================================================================ TEST checkVariableArgumentLists from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:159) TESTING: checkVariableArgumentLists from config.functions(config/BuildSystem/config/functions.py:159) Checks whether the variable argument list functionality is working Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { va_list l1, l2; va_copy(l1, l2); return 0; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_VA_COPY" to "1" ================================================================================ TEST checkClassify from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:85) TESTING: checkClassify from config.functions(config/BuildSystem/config/functions.py:85) Recursive decompose to rapidly classify functions as found or missing To confirm that a function is missing, we require a compile/link failure with only that function in a compilation unit. In contrast, we can confirm that many functions are present by compiling them all together in a large compilation unit. We optimistically compile everything together, then trim all functions that were named in the error message and bisect the result. The trimming is only an optimization to increase the likelihood of a big-batch compile succeeding; we do not rely on the compiler naming missing functions. Checking for functions [_getcwd stricmp _access getpagesize rand drand48 _snprintf dlsym memalign realpath bzero lseek time PXFGETARG access getdomainname fork sleep _sleep getcwd getwd dlclose _pipe snprintf dlopen _set_output_format _mkdir dlerror _lseek clock getrusage gethostname readlink uname usleep socket sbreak strcasecmp gethostbyname popen] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.functions/conftest.c:23:6: warning: conflicting types for built-in function 'bzero' [-Wbuiltin-declaration-mismatch] char bzero(); ^~~~~ /tmp/petsc-j17dx8h9/config.functions/conftest.c:29:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch] char fork(); ^~~~ /tmp/petsc-j17dx8h9/config.functions/conftest.c:36:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch] char snprintf(); ^~~~~~~~ /tmp/petsc-j17dx8h9/config.functions/conftest.c:50:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] char strcasecmp(); ^~~~~~~~~~ Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _getcwd(); char stricmp(); char _access(); char getpagesize(); char rand(); char drand48(); char _snprintf(); char dlsym(); char memalign(); char realpath(); char bzero(); char lseek(); char time(); char PXFGETARG(); char access(); char getdomainname(); char fork(); char sleep(); char _sleep(); char getcwd(); char getwd(); char dlclose(); char _pipe(); char snprintf(); char dlopen(); char _set_output_format(); char _mkdir(); char dlerror(); char _lseek(); char clock(); char getrusage(); char gethostname(); char readlink(); char uname(); char usleep(); char socket(); char sbreak(); char strcasecmp(); char gethostbyname(); char popen(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__getcwd) || defined (__stub____getcwd) _getcwd_will_always_fail_with_ENOSYS(); #else _getcwd(); #endif #if defined (__stub_stricmp) || defined (__stub___stricmp) stricmp_will_always_fail_with_ENOSYS(); #else stricmp(); #endif #if defined (__stub__access) || defined (__stub____access) _access_will_always_fail_with_ENOSYS(); #else _access(); #endif #if defined (__stub_getpagesize) || defined (__stub___getpagesize) getpagesize_will_always_fail_with_ENOSYS(); #else getpagesize(); #endif #if defined (__stub_rand) || defined (__stub___rand) rand_will_always_fail_with_ENOSYS(); #else rand(); #endif #if defined (__stub_drand48) || defined (__stub___drand48) drand48_will_always_fail_with_ENOSYS(); #else drand48(); #endif #if defined (__stub__snprintf) || defined (__stub____snprintf) _snprintf_will_always_fail_with_ENOSYS(); #else _snprintf(); #endif #if defined (__stub_dlsym) || defined (__stub___dlsym) dlsym_will_always_fail_with_ENOSYS(); #else dlsym(); #endif #if defined (__stub_memalign) || defined (__stub___memalign) memalign_will_always_fail_with_ENOSYS(); #else memalign(); #endif #if defined (__stub_realpath) || defined (__stub___realpath) realpath_will_always_fail_with_ENOSYS(); #else realpath(); #endif #if defined (__stub_bzero) || defined (__stub___bzero) bzero_will_always_fail_with_ENOSYS(); #else bzero(); #endif #if defined (__stub_lseek) || defined (__stub___lseek) lseek_will_always_fail_with_ENOSYS(); #else lseek(); #endif #if defined (__stub_time) || defined (__stub___time) time_will_always_fail_with_ENOSYS(); #else time(); #endif #if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG) PXFGETARG_will_always_fail_with_ENOSYS(); #else PXFGETARG(); #endif #if defined (__stub_access) || defined (__stub___access) access_will_always_fail_with_ENOSYS(); #else access(); #endif #if defined (__stub_getdomainname) || defined (__stub___getdomainname) getdomainname_will_always_fail_with_ENOSYS(); #else getdomainname(); #endif #if defined (__stub_fork) || defined (__stub___fork) fork_will_always_fail_with_ENOSYS(); #else fork(); #endif #if defined (__stub_sleep) || defined (__stub___sleep) sleep_will_always_fail_with_ENOSYS(); #else sleep(); #endif #if defined (__stub__sleep) || defined (__stub____sleep) _sleep_will_always_fail_with_ENOSYS(); #else _sleep(); #endif #if defined (__stub_getcwd) || defined (__stub___getcwd) getcwd_will_always_fail_with_ENOSYS(); #else getcwd(); #endif #if defined (__stub_getwd) || defined (__stub___getwd) getwd_will_always_fail_with_ENOSYS(); #else getwd(); #endif #if defined (__stub_dlclose) || defined (__stub___dlclose) dlclose_will_always_fail_with_ENOSYS(); #else dlclose(); #endif #if defined (__stub__pipe) || defined (__stub____pipe) _pipe_will_always_fail_with_ENOSYS(); #else _pipe(); #endif #if defined (__stub_snprintf) || defined (__stub___snprintf) snprintf_will_always_fail_with_ENOSYS(); #else snprintf(); #endif #if defined (__stub_dlopen) || defined (__stub___dlopen) dlopen_will_always_fail_with_ENOSYS(); #else dlopen(); #endif #if defined (__stub__set_output_format) || defined (__stub____set_output_format) _set_output_format_will_always_fail_with_ENOSYS(); #else _set_output_format(); #endif #if defined (__stub__mkdir) || defined (__stub____mkdir) _mkdir_will_always_fail_with_ENOSYS(); #else _mkdir(); #endif #if defined (__stub_dlerror) || defined (__stub___dlerror) dlerror_will_always_fail_with_ENOSYS(); #else dlerror(); #endif #if defined (__stub__lseek) || defined (__stub____lseek) _lseek_will_always_fail_with_ENOSYS(); #else _lseek(); #endif #if defined (__stub_clock) || defined (__stub___clock) clock_will_always_fail_with_ENOSYS(); #else clock(); #endif #if defined (__stub_getrusage) || defined (__stub___getrusage) getrusage_will_always_fail_with_ENOSYS(); #else getrusage(); #endif #if defined (__stub_gethostname) || defined (__stub___gethostname) gethostname_will_always_fail_with_ENOSYS(); #else gethostname(); #endif #if defined (__stub_readlink) || defined (__stub___readlink) readlink_will_always_fail_with_ENOSYS(); #else readlink(); #endif #if defined (__stub_uname) || defined (__stub___uname) uname_will_always_fail_with_ENOSYS(); #else uname(); #endif #if defined (__stub_usleep) || defined (__stub___usleep) usleep_will_always_fail_with_ENOSYS(); #else usleep(); #endif #if defined (__stub_socket) || defined (__stub___socket) socket_will_always_fail_with_ENOSYS(); #else socket(); #endif #if defined (__stub_sbreak) || defined (__stub___sbreak) sbreak_will_always_fail_with_ENOSYS(); #else sbreak(); #endif #if defined (__stub_strcasecmp) || defined (__stub___strcasecmp) strcasecmp_will_always_fail_with_ENOSYS(); #else strcasecmp(); #endif #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) gethostbyname_will_always_fail_with_ENOSYS(); #else gethostbyname(); #endif #if defined (__stub_popen) || defined (__stub___popen) popen_will_always_fail_with_ENOSYS(); #else popen(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:183: warning: the `getwd' function is dangerous and should not be used. /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:63: undefined reference to `_getcwd' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:69: undefined reference to `stricmp' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:75: undefined reference to `_access' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:99: undefined reference to `_snprintf' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:141: undefined reference to `PXFGETARG' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:171: undefined reference to `_sleep' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:195: undefined reference to `_pipe' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:213: undefined reference to `_set_output_format' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:219: undefined reference to `_mkdir' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:231: undefined reference to `_lseek' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.c:279: undefined reference to `sbreak' collect2: error: ld returned 1 exit status Checking for functions [getpagesize rand drand48 dlsym memalign realpath bzero time getdomainname fork dlclose] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.functions/conftest.c:19:6: warning: conflicting types for built-in function 'bzero' [-Wbuiltin-declaration-mismatch] char bzero(); ^~~~~ /tmp/petsc-j17dx8h9/config.functions/conftest.c:22:6: warning: conflicting types for built-in function 'fork' [-Wbuiltin-declaration-mismatch] char fork(); ^~~~ Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpagesize(); char rand(); char drand48(); char dlsym(); char memalign(); char realpath(); char bzero(); char time(); char getdomainname(); char fork(); char dlclose(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_getpagesize) || defined (__stub___getpagesize) getpagesize_will_always_fail_with_ENOSYS(); #else getpagesize(); #endif #if defined (__stub_rand) || defined (__stub___rand) rand_will_always_fail_with_ENOSYS(); #else rand(); #endif #if defined (__stub_drand48) || defined (__stub___drand48) drand48_will_always_fail_with_ENOSYS(); #else drand48(); #endif #if defined (__stub_dlsym) || defined (__stub___dlsym) dlsym_will_always_fail_with_ENOSYS(); #else dlsym(); #endif #if defined (__stub_memalign) || defined (__stub___memalign) memalign_will_always_fail_with_ENOSYS(); #else memalign(); #endif #if defined (__stub_realpath) || defined (__stub___realpath) realpath_will_always_fail_with_ENOSYS(); #else realpath(); #endif #if defined (__stub_bzero) || defined (__stub___bzero) bzero_will_always_fail_with_ENOSYS(); #else bzero(); #endif #if defined (__stub_time) || defined (__stub___time) time_will_always_fail_with_ENOSYS(); #else time(); #endif #if defined (__stub_getdomainname) || defined (__stub___getdomainname) getdomainname_will_always_fail_with_ENOSYS(); #else getdomainname(); #endif #if defined (__stub_fork) || defined (__stub___fork) fork_will_always_fail_with_ENOSYS(); #else fork(); #endif #if defined (__stub_dlclose) || defined (__stub___dlclose) dlclose_will_always_fail_with_ENOSYS(); #else dlclose(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_GETPAGESIZE" to "1" Defined "HAVE_RAND" to "1" Defined "HAVE_DRAND48" to "1" Defined "HAVE_DLSYM" to "1" Defined "HAVE_MEMALIGN" to "1" Defined "HAVE_REALPATH" to "1" Defined "HAVE_BZERO" to "1" Defined "HAVE_TIME" to "1" Defined "HAVE_GETDOMAINNAME" to "1" Defined "HAVE_FORK" to "1" Defined "HAVE_DLCLOSE" to "1" Checking for functions [dlopen dlerror clock getrusage gethostname readlink uname usleep socket strcasecmp gethostbyname popen] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.functions/conftest.c:22:6: warning: conflicting types for built-in function 'strcasecmp' [-Wbuiltin-declaration-mismatch] char strcasecmp(); ^~~~~~~~~~ Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); char dlerror(); char clock(); char getrusage(); char gethostname(); char readlink(); char uname(); char usleep(); char socket(); char strcasecmp(); char gethostbyname(); char popen(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_dlopen) || defined (__stub___dlopen) dlopen_will_always_fail_with_ENOSYS(); #else dlopen(); #endif #if defined (__stub_dlerror) || defined (__stub___dlerror) dlerror_will_always_fail_with_ENOSYS(); #else dlerror(); #endif #if defined (__stub_clock) || defined (__stub___clock) clock_will_always_fail_with_ENOSYS(); #else clock(); #endif #if defined (__stub_getrusage) || defined (__stub___getrusage) getrusage_will_always_fail_with_ENOSYS(); #else getrusage(); #endif #if defined (__stub_gethostname) || defined (__stub___gethostname) gethostname_will_always_fail_with_ENOSYS(); #else gethostname(); #endif #if defined (__stub_readlink) || defined (__stub___readlink) readlink_will_always_fail_with_ENOSYS(); #else readlink(); #endif #if defined (__stub_uname) || defined (__stub___uname) uname_will_always_fail_with_ENOSYS(); #else uname(); #endif #if defined (__stub_usleep) || defined (__stub___usleep) usleep_will_always_fail_with_ENOSYS(); #else usleep(); #endif #if defined (__stub_socket) || defined (__stub___socket) socket_will_always_fail_with_ENOSYS(); #else socket(); #endif #if defined (__stub_strcasecmp) || defined (__stub___strcasecmp) strcasecmp_will_always_fail_with_ENOSYS(); #else strcasecmp(); #endif #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) gethostbyname_will_always_fail_with_ENOSYS(); #else gethostbyname(); #endif #if defined (__stub_popen) || defined (__stub___popen) popen_will_always_fail_with_ENOSYS(); #else popen(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_DLOPEN" to "1" Defined "HAVE_DLERROR" to "1" Defined "HAVE_CLOCK" to "1" Defined "HAVE_GETRUSAGE" to "1" Defined "HAVE_GETHOSTNAME" to "1" Defined "HAVE_READLINK" to "1" Defined "HAVE_UNAME" to "1" Defined "HAVE_USLEEP" to "1" Defined "HAVE_SOCKET" to "1" Defined "HAVE_STRCASECMP" to "1" Defined "HAVE_GETHOSTBYNAME" to "1" Defined "HAVE_POPEN" to "1" Checking for functions [_getcwd] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _getcwd(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__getcwd) || defined (__stub____getcwd) _getcwd_will_always_fail_with_ENOSYS(); #else _getcwd(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_getcwd' collect2: error: ld returned 1 exit status Checking for functions [stricmp] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char stricmp(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_stricmp) || defined (__stub___stricmp) stricmp_will_always_fail_with_ENOSYS(); #else stricmp(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `stricmp' collect2: error: ld returned 1 exit status Checking for functions [_access] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _access(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__access) || defined (__stub____access) _access_will_always_fail_with_ENOSYS(); #else _access(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_access' collect2: error: ld returned 1 exit status Checking for functions [_snprintf] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _snprintf(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__snprintf) || defined (__stub____snprintf) _snprintf_will_always_fail_with_ENOSYS(); #else _snprintf(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_snprintf' collect2: error: ld returned 1 exit status Checking for functions [lseek] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char lseek(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_lseek) || defined (__stub___lseek) lseek_will_always_fail_with_ENOSYS(); #else lseek(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_LSEEK" to "1" Checking for functions [PXFGETARG] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char PXFGETARG(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_PXFGETARG) || defined (__stub___PXFGETARG) PXFGETARG_will_always_fail_with_ENOSYS(); #else PXFGETARG(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `PXFGETARG' collect2: error: ld returned 1 exit status Checking for functions [access] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char access(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_access) || defined (__stub___access) access_will_always_fail_with_ENOSYS(); #else access(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_ACCESS" to "1" Checking for functions [sleep] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sleep(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_sleep) || defined (__stub___sleep) sleep_will_always_fail_with_ENOSYS(); #else sleep(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_SLEEP" to "1" Checking for functions [_sleep] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _sleep(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__sleep) || defined (__stub____sleep) _sleep_will_always_fail_with_ENOSYS(); #else _sleep(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_sleep' collect2: error: ld returned 1 exit status Checking for functions [getcwd] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getcwd(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_getcwd) || defined (__stub___getcwd) getcwd_will_always_fail_with_ENOSYS(); #else getcwd(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_GETCWD" to "1" Checking for functions [getwd] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getwd(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_getwd) || defined (__stub___getwd) getwd_will_always_fail_with_ENOSYS(); #else getwd(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: warning: the `getwd' function is dangerous and should not be used. Defined "HAVE_GETWD" to "1" Checking for functions [_pipe] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _pipe(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__pipe) || defined (__stub____pipe) _pipe_will_always_fail_with_ENOSYS(); #else _pipe(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_pipe' collect2: error: ld returned 1 exit status Checking for functions [snprintf] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.functions/conftest.c:13:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch] char snprintf(); ^~~~~~~~ Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char snprintf(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_snprintf) || defined (__stub___snprintf) snprintf_will_always_fail_with_ENOSYS(); #else snprintf(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_SNPRINTF" to "1" Checking for functions [_set_output_format] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _set_output_format(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__set_output_format) || defined (__stub____set_output_format) _set_output_format_will_always_fail_with_ENOSYS(); #else _set_output_format(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_set_output_format' collect2: error: ld returned 1 exit status Checking for functions [_mkdir] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _mkdir(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__mkdir) || defined (__stub____mkdir) _mkdir_will_always_fail_with_ENOSYS(); #else _mkdir(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_mkdir' collect2: error: ld returned 1 exit status Checking for functions [_lseek] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _lseek(); #ifdef __cplusplus } #endif int main() { #if defined (__stub__lseek) || defined (__stub____lseek) _lseek_will_always_fail_with_ENOSYS(); #else _lseek(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `_lseek' collect2: error: ld returned 1 exit status Checking for functions [sbreak] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* System header to define __stub macros and hopefully no other prototypes since they would conflict with our 'char funcname()' declaration below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" { #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char sbreak(); #ifdef __cplusplus } #endif int main() { #if defined (__stub_sbreak) || defined (__stub___sbreak) sbreak_will_always_fail_with_ENOSYS(); #else sbreak(); #endif ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.functions/conftest.o: in function `main': /tmp/petsc-j17dx8h9/config.functions/conftest.c:24: undefined reference to `sbreak' collect2: error: ld returned 1 exit status ================================================================================ TEST checkMmap from config.functions(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/functions.py:179) TESTING: checkMmap from config.functions(config/BuildSystem/config/functions.py:179) Check for functional mmap() to allocate shared memory and define HAVE_MMAP Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.functions/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include #include #include int main() { int fd; fd=open("/tmp/file",O_RDWR); mmap((void*)0,100,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.functions/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.functions/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_MMAP" to "1" child config.functions 5.372602 ================================================================================ TEST configureMemorySize from config.utilities.getResidentSetSize(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/getResidentSetSize.py:31) TESTING: configureMemorySize from config.utilities.getResidentSetSize(config/BuildSystem/config/utilities/getResidentSetSize.py:31) Try to determine how to measure the memory usage Defined "USE_PROC_FOR_SIZE" to "1" Using /proc for PetscMemoryGetCurrentUsage() child config.utilities.getResidentSetSize 0.002082 ================================================================================ TEST configureFortranCommandLine from config.utilities.fortranCommandLine(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/fortranCommandLine.py:27) TESTING: configureFortranCommandLine from config.utilities.fortranCommandLine(config/BuildSystem/config/utilities/fortranCommandLine.py:27) Check for the mechanism to retrieve command line arguments in Fortran Checking for functions [] in library [''] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.libraries -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.F90 Successful compile: Source: program main integer i character*(80) arg i = command_argument_count() call get_command_argument(i,arg) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_FORTRAN_GET_COMMAND_ARGUMENT" to "1" child config.utilities.fortranCommandLine 0.212345 ================================================================================ TEST configureFeatureTestMacros from config.utilities.featureTestMacros(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/featureTestMacros.py:13) TESTING: configureFeatureTestMacros from config.utilities.featureTestMacros(config/BuildSystem/config/utilities/featureTestMacros.py:13) Checks if certain feature test macros are support All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.c:4:10: fatal error: sysctl.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #define _POSIX_C_SOURCE 200112L #include int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #define _BSD_SOURCE #include int main() { ; return 0; } Defined "_BSD_SOURCE" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #define _DEFAULT_SOURCE #include int main() { ; return 0; } Defined "_DEFAULT_SOURCE" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.featureTestMacros/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #define _GNU_SOURCE #include int main() { cpu_set_t mset; CPU_ZERO(&mset);; return 0; } Defined "_GNU_SOURCE" to "1" child config.utilities.featureTestMacros 0.367259 ================================================================================ TEST configureMissingUtypeTypedefs from config.utilities.missing(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/missing.py:55) TESTING: configureMissingUtypeTypedefs from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:55) Checks if u_short is undefined All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.utilities.missing Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { u_short foo; ; return 0; } ================================================================================ TEST configureMissingFunctions from config.utilities.missing(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/missing.py:61) TESTING: configureMissingFunctions from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:61) Checks for SOCKETS ================================================================================ TEST configureMissingSignals from config.utilities.missing(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/missing.py:79) TESTING: configureMissingSignals from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:79) Check for missing signals, and define MISSING_ if necessary Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGABRT; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGALRM; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGBUS; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGCHLD; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGCONT; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGFPE; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGHUP; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGILL; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGINT; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGKILL; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGPIPE; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGQUIT; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGSEGV; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGSTOP; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGSYS; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGTERM; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGTRAP; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGTSTP; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGURG; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGUSR1; if (i); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int i=SIGUSR2; if (i); ; return 0; } ================================================================================ TEST configureMissingGetdomainnamePrototype from config.utilities.missing(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/missing.py:96) TESTING: configureMissingGetdomainnamePrototype from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:96) Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #if !defined(_BSD_SOURCE) #define _BSD_SOURCE #endif #if !defined(_DEFAULT_SOURCE) #define _DEFAULT_SOURCE #endif #if !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif #ifdef PETSC_HAVE_UNISTD_H #include #endif #ifdef PETSC_HAVE_NETDB_H #include #endif int main() { int (*getdomainname_ptr)(char*,size_t) = getdomainname; char test[10]; if (getdomainname_ptr(test,10)) return 1; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.missing -g -O -fPIC /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #if !defined(_BSD_SOURCE) #define _BSD_SOURCE #endif #if !defined(_DEFAULT_SOURCE) #define _DEFAULT_SOURCE #endif #if !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif #ifdef PETSC_HAVE_UNISTD_H #include #endif #ifdef PETSC_HAVE_NETDB_H #include #endif int main() { int (*getdomainname_ptr)(char*,size_t) = getdomainname; char test[10]; if (getdomainname_ptr(test,10)) return 1; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -lstdc++ -ldl -lgfortran ================================================================================ TEST configureMissingSrandPrototype from config.utilities.missing(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/missing.py:121) TESTING: configureMissingSrandPrototype from config.utilities.missing(config/BuildSystem/config/utilities/missing.py:121) Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -march=nocona -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #if !defined(_BSD_SOURCE) #define _BSD_SOURCE #endif #if !defined(_DEFAULT_SOURCE) #define _DEFAULT_SOURCE #endif #if !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif #include int main() { double (*drand48_ptr)(void) = drand48; void (*srand48_ptr)(long int) = srand48; long int seed=10; srand48_ptr(seed); if (drand48_ptr() > 0.5) return 1; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.missing -g -O -fPIC /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" #if !defined(_BSD_SOURCE) #define _BSD_SOURCE #endif #if !defined(_DEFAULT_SOURCE) #define _DEFAULT_SOURCE #endif #if !defined(_GNU_SOURCE) #define _GNU_SOURCE #endif #include int main() { double (*drand48_ptr)(void) = drand48; void (*srand48_ptr)(long int) = srand48; long int seed=10; srand48_ptr(seed); if (drand48_ptr() > 0.5) return 1; ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.utilities.missing/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.utilities.missing/conftest.o -lstdc++ -ldl -lgfortran child config.utilities.missing 2.888245 ================================================================================ TEST configureFPTrap from config.utilities.FPTrap(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/utilities/FPTrap.py:27) TESTING: configureFPTrap from config.utilities.FPTrap(config/BuildSystem/config/utilities/FPTrap.py:27) Checking the handling of floating point traps Checking for header: sigfpe.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sigfpe.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sigfpe.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: sigfpe.h: No such file or directory #include ^~~~~~~~~~compilation terminated.: Checking for header: fpxcp.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: fpxcp.h: No such file or directory #include ^~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: fpxcp.h: No such file or directory #include ^~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: fpxcp.h: No such file or directory #include ^~~~~~~~~compilation terminated.: Checking for header: floatingpoint.h Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: floatingpoint.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: floatingpoint.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: floatingpoint.h: No such file or directory #include ^~~~~~~~~~~~~~~~~compilation terminated.: child config.utilities.FPTrap 0.126855 ================================================================================ TEST configureScalarType from PETSc.options.scalarTypes(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/scalarTypes.py:40) TESTING: configureScalarType from PETSc.options.scalarTypes(config/PETSc/options/scalarTypes.py:40) Choose between real and complex numbers Scalar type is real All intermediate test results are stored in /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -march=nocona -g -O /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { double b = 2.0; int a = isnormal(b); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_ISNORMAL" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -march=nocona -g -O /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { double b = 2.0; int a = isnan(b); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_ISNAN" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -march=nocona -g -O /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { double b = 2.0; int a = isinf(b); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/PETSc.options.scalarTypes/conftest.o -lstdc++ -ldl -lgfortran Defined "HAVE_ISINF" to "1" ================================================================================ TEST configurePrecision from PETSc.options.scalarTypes(/home/kongf/workhome/rod/moose/petsc/config/PETSc/options/scalarTypes.py:81) TESTING: configurePrecision from PETSc.options.scalarTypes(config/PETSc/options/scalarTypes.py:81) Set the default real number precision for PETSc objects Checking C compiler works with __float128 Checking for functions [logq] in library ['quadmath'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_logq() { __float128 f; logq(f);; } int main() { _check_logq();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBQUADMATH" to "1" C compiler with quadmath library Checking Fortran works with quadmath library Checking for functions [ ] in library ['quadmath'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.libraries -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.F90 Successful compile: Source: program main real*16 s,w; w = 2.0 ;s = cos(w) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBQUADMATH" to "1" Fortran works with quadmath library Checking for functions [logq] in library ['quadmath'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_logq() { __float128 f; logq(f);; } int main() { _check_logq();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBQUADMATH" to "1" Adding ['quadmath'] to LIBS Defined "HAVE_REAL___FLOAT128" to "1" Defined "USE_REAL_DOUBLE" to "1" Defined make macro "PETSC_SCALAR_SIZE" to "64" Precision is double child PETSc.options.scalarTypes 1.196071 ================================================================================ TEST configureMkdir from config.programs(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/programs.py:22) TESTING: configureMkdir from config.programs(config/BuildSystem/config/programs.py:22) Make sure we can have mkdir automatically make intermediate directories Checking for program /home/kongf/workhome/rod/miniconda3/bin/mkdir...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/mkdir...not found Checking for program /usr/local/sbin/mkdir...not found Checking for program /usr/local/bin/mkdir...not found Checking for program /usr/sbin/mkdir...not found Checking for program /usr/bin/mkdir...not found Checking for program /sbin/mkdir...not found Checking for program /bin/mkdir...found Executing: /bin/mkdir -p .conftest/tmp Adding -p flag to /bin/mkdir -p to automatically create directories Defined make macro "MKDIR" to "/bin/mkdir -p" ================================================================================ TEST configureAutoreconf from config.programs(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/programs.py:44) TESTING: configureAutoreconf from config.programs(config/BuildSystem/config/programs.py:44) Check for autoreconf Checking for program /home/kongf/workhome/rod/miniconda3/bin/autoreconf...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/autoreconf...not found Checking for program /usr/local/sbin/autoreconf...not found Checking for program /usr/local/bin/autoreconf...not found Checking for program /usr/sbin/autoreconf...not found Checking for program /usr/bin/autoreconf...found All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.programs Executing: ['/usr/bin/autoreconf'] autoreconf test successful! Checking for program /home/kongf/workhome/rod/miniconda3/bin/libtoolize...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/libtoolize...not found Checking for program /usr/local/sbin/libtoolize...not found Checking for program /usr/local/bin/libtoolize...not found Checking for program /usr/sbin/libtoolize...not found Checking for program /usr/bin/libtoolize...found ================================================================================ TEST configurePrograms from config.programs(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/programs.py:71) TESTING: configurePrograms from config.programs(config/BuildSystem/config/programs.py:71) Check for the programs needed to build and run PETSc Checking for program /home/kongf/workhome/rod/miniconda3/bin/sh...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/sh...not found Checking for program /usr/local/sbin/sh...not found Checking for program /usr/local/bin/sh...not found Checking for program /usr/sbin/sh...not found Checking for program /usr/bin/sh...not found Checking for program /sbin/sh...not found Checking for program /bin/sh...found Defined make macro "SHELL" to "/bin/sh" Checking for program /home/kongf/workhome/rod/miniconda3/bin/sed...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/sed...not found Checking for program /usr/local/sbin/sed...not found Checking for program /usr/local/bin/sed...not found Checking for program /usr/sbin/sed...not found Checking for program /usr/bin/sed...not found Checking for program /sbin/sed...not found Checking for program /bin/sed...found Defined make macro "SED" to "/bin/sed" Executing: /bin/sed -i s/sed/sd/g "/tmp/petsc-j17dx8h9/config.programs/sed1" Adding SEDINPLACE cmd: /bin/sed -i Defined make macro "SEDINPLACE" to "/bin/sed -i" Checking for program /home/kongf/workhome/rod/miniconda3/bin/mv...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/mv...not found Checking for program /usr/local/sbin/mv...not found Checking for program /usr/local/bin/mv...not found Checking for program /usr/sbin/mv...not found Checking for program /usr/bin/mv...not found Checking for program /sbin/mv...not found Checking for program /bin/mv...found Defined make macro "MV" to "/bin/mv" Checking for program /home/kongf/workhome/rod/miniconda3/bin/cp...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/cp...not found Checking for program /usr/local/sbin/cp...not found Checking for program /usr/local/bin/cp...not found Checking for program /usr/sbin/cp...not found Checking for program /usr/bin/cp...not found Checking for program /sbin/cp...not found Checking for program /bin/cp...found Defined make macro "CP" to "/bin/cp" Checking for program /home/kongf/workhome/rod/miniconda3/bin/grep...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/grep...not found Checking for program /usr/local/sbin/grep...not found Checking for program /usr/local/bin/grep...not found Checking for program /usr/sbin/grep...not found Checking for program /usr/bin/grep...not found Checking for program /sbin/grep...not found Checking for program /bin/grep...found Defined make macro "GREP" to "/bin/grep" Checking for program /home/kongf/workhome/rod/miniconda3/bin/rm...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/rm...not found Checking for program /usr/local/sbin/rm...not found Checking for program /usr/local/bin/rm...not found Checking for program /usr/sbin/rm...not found Checking for program /usr/bin/rm...not found Checking for program /sbin/rm...not found Checking for program /bin/rm...found Defined make macro "RM" to "/bin/rm -f" Checking for program /home/kongf/workhome/rod/miniconda3/bin/diff...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/diff...not found Checking for program /usr/local/sbin/diff...not found Checking for program /usr/local/bin/diff...not found Checking for program /usr/sbin/diff...not found Checking for program /usr/bin/diff...found Executing: "/usr/bin/diff" -w "/tmp/petsc-j17dx8h9/config.programs/diff1" "/tmp/petsc-j17dx8h9/config.programs/diff2" Defined make macro "DIFF" to "/usr/bin/diff -w" Checking for program /usr/ucb/ps...not found Checking for program /usr/usb/ps...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/ps...not found Defined make macro "PYTHON" to "/home/kongf/workhome/rod/miniconda3/bin/python" Checking for program /home/kongf/workhome/rod/miniconda3/bin/m4...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/m4...not found Checking for program /usr/local/sbin/m4...not found Checking for program /usr/local/bin/m4...not found Checking for program /usr/sbin/m4...not found Checking for program /usr/bin/m4...found Defined make macro "M4" to "/usr/bin/m4" child config.programs 2.089089 ================================================================================ TEST configureMake from config.packages.make(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/make.py:87) TESTING: configureMake from config.packages.make(config/BuildSystem/config/packages/make.py:87) Check Guesses for GNU make Executing: gmake --version GNUMake check failed: Could not execute "['gmake --version']": /bin/sh: 1: gmake: not found Executing: make --version stdout: GNU Make 4.1 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Checking for program /home/kongf/workhome/rod/miniconda3/bin/make...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/make...not found Checking for program /usr/local/sbin/make...not found Checking for program /usr/local/bin/make...not found Checking for program /usr/sbin/make...not found Checking for program /usr/bin/make...found Defined make macro "MAKE" to "/usr/bin/make" ================================================================================ TEST setupGNUMake from config.packages.make(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/make.py:121) TESTING: setupGNUMake from config.packages.make(config/BuildSystem/config/packages/make.py:121) Setup other GNU make stuff Executing: uname -s stdout: Linux Executing: uname -s stdout: Linux Defined make rule "libc" with dependencies "${LIBNAME}(${OBJSC})" and code [] Defined make rule "libcxx" with dependencies "${LIBNAME}(${OBJSCXX})" and code [] Defined make rule "libcu" with dependencies "${LIBNAME}(${OBJSCU})" and code [] Defined make rule "libf" with dependencies "${OBJSF}" and code -${AR} ${AR_FLAGS} ${LIBNAME} ${OBJSF} Defined make macro "OMAKE_PRINTDIR " to "/usr/bin/make --print-directory" Defined make macro "OMAKE" to "/usr/bin/make --no-print-directory" Defined make macro "MAKE_PAR_OUT_FLG" to "--output-sync=recurse" ================================================================================ TEST configureMakeNP from config.packages.make(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/make.py:168) TESTING: configureMakeNP from config.packages.make(config/BuildSystem/config/packages/make.py:168) check no of cores on the build machine [perhaps to do make '-j ncores'] module multiprocessing found 32 cores: using make_np = 24 Defined make macro "MAKE_NP" to "24" Defined make macro "MAKE_TEST_NP" to "16" Defined make macro "MAKE_LOAD" to "48.0" Defined make macro "NPMAX" to "32" child config.packages.make 0.044767 ================================================================================ TEST alternateConfigureLibrary from config.packages.OpenMPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.OpenMPI(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.OpenMPI 0.000739 Executing: uname -s stdout: Linux ================================================================================ TEST alternateConfigureLibrary from config.packages.MPICH(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.MPICH(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.MPICH 0.005660 ================================================================================ TEST checkDependencies from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.MPI(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:584) TESTING: configureLibrary from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:584) ================================================================================== Checking for a functional MPI Checking for library in User specified root directory MPI: [] Contents: ['lib', 'include', 'bin', 'share'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [MPI_Init MPI_Comm_create] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPI_Init(); static void _check_MPI_Init() { MPI_Init(); } char MPI_Comm_create(); static void _check_MPI_Comm_create() { MPI_Comm_create(); } int main() { _check_MPI_Init(); _check_MPI_Comm_create();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran No functions to check for in library [] [] Checking for headers User specified root directory MPI: ['/home/kongf/workhome/rod/mpich/include'] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['mpi.h'] in ['/home/kongf/workhome/rod/mpich/include'] Checking include with compiler flags var CPPFLAGS ['/home/kongf/workhome/rod/mpich/include'] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['mpi.h'] in ['/home/kongf/workhome/rod/mpich/include'] ================================================================================ TEST checkMPICHorOpenMPI from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:470) TESTING: checkMPICHorOpenMPI from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:470) Determine if MPICH_NUMVERSION or OMPI_MAJOR_VERSION exist in mpi.h Used for consistency checking of MPI installation at compile time All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.packages.MPI Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c:4:25: error: 'I_MPI_VERSION' undeclared here (not in a function); did you mean 'MPI_VERSION'? const char *mpich_ver = I_MPI_VERSION; ^~~~~~~~~~~~~ MPI_VERSION Source: #include "confdefs.h" #include "conffix.h" #include const char *mpich_ver = I_MPI_VERSION; int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c:4:17: error: 'I_MPI_NUMVERSION' undeclared here (not in a function); did you mean 'MPI_SUBVERSION'? int mpich_ver = I_MPI_NUMVERSION; ^~~~~~~~~~~~~~~~ MPI_SUBVERSION Source: #include "confdefs.h" #include "conffix.h" #include int mpich_ver = I_MPI_NUMVERSION; int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Possible ERROR while running compiler: exit code 1 stderr: /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c:4:17: error: 'MVAPICH2_NUMVERSION' undeclared here (not in a function); did you mean 'MPICH_NUMVERSION'? int mpich_ver = MVAPICH2_NUMVERSION; ^~~~~~~~~~~~~~~~~~~ MPICH_NUMVERSION Source: #include "confdefs.h" #include "conffix.h" #include int mpich_ver = MVAPICH2_NUMVERSION; int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int mpich_ver = MPICH_NUMVERSION; int main() { ; return 0; } Preprocessing source: #include "confdefs.h" #include "conffix.h" #include int mpich_ver = MPICH_NUMVERSION; Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Defined "HAVE_MPICH_NUMVERSION" to "30302300" Executing: uname -s stdout: Linux ================================================================================ TEST configureMPI2 from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:252) TESTING: configureMPI2 from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:252) Check for functions added to the interface in MPI-2 Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int flag;if (MPI_Finalized(&flag)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_FINALIZED" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { if (MPI_Allreduce(MPI_IN_PLACE,0, 1, MPI_INT, MPI_SUM, MPI_COMM_SELF)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_IN_PLACE" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int count=2; int blocklens[2]={0,1}; MPI_Aint indices[2]={0,1}; MPI_Datatype old_types[2]={0,1}; MPI_Datatype *newtype = 0; if (MPI_Type_create_struct(count, blocklens, indices, old_types, newtype)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { MPI_Comm_errhandler_fn * p_err_fun = 0; MPI_Errhandler * p_errhandler = 0; if (MPI_Comm_create_errhandler(p_err_fun,p_errhandler)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { if (MPI_Comm_set_errhandler(MPI_COMM_WORLD,MPI_ERRORS_RETURN)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { if (MPI_Reduce_local(0, 0, 0, MPI_INT, MPI_SUM));; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_REDUCE_LOCAL" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { char version[MPI_MAX_LIBRARY_VERSION_STRING];int verlen;if (MPI_Get_library_version(version,&verlen)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_GET_LIBRARY_VERSION" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int base[100]; MPI_Win win; if (MPI_Win_create(base,100,4,MPI_INFO_NULL,MPI_COMM_WORLD,&win)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_WIN_CREATE" to "1" ================================================================================ TEST configureMPI3 from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:294) TESTING: configureMPI3 from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:294) Check for functions added to the interface in MPI-3 Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { MPI_Comm scomm; MPI_Aint size=128; int disp_unit=8,*baseptr; MPI_Win win; if (MPI_Comm_split_type(MPI_COMM_WORLD, MPI_COMM_TYPE_SHARED, 0, MPI_INFO_NULL, &scomm)); if (MPI_Win_allocate_shared(size,disp_unit,MPI_INFO_NULL,MPI_COMM_WORLD,&baseptr,&win)); if (MPI_Win_shared_query(win,0,&size,&disp_unit,&baseptr)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_PROCESS_SHARED_MEMORY" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int send=0,recv,counts[2]={1,1},displs[2]={1,2}; MPI_Request req; if (MPI_Iscatter(&send,1,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req)); if (MPI_Iscatterv(&send,counts,displs,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req)); if (MPI_Igather(&send,1,MPI_INT,&recv,1,MPI_INT,0,MPI_COMM_WORLD,&req)); if (MPI_Igatherv(&send,1,MPI_INT,&recv,counts,displs,MPI_INT,0,MPI_COMM_WORLD,&req)); if (MPI_Iallgather(&send,1,MPI_INT,&recv,1,MPI_INT,MPI_COMM_WORLD,&req)); if (MPI_Iallgatherv(&send,1,MPI_INT,&recv,counts,displs,MPI_INT,MPI_COMM_WORLD,&req)); if (MPI_Ialltoall(&send,1,MPI_INT,&recv,1,MPI_INT,MPI_COMM_WORLD,&req)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_NONBLOCKING_COLLECTIVES" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { MPI_Comm distcomm; MPI_Request req; if (MPI_Dist_graph_create_adjacent(MPI_COMM_WORLD,0,0,MPI_WEIGHTS_EMPTY,0,0,MPI_WEIGHTS_EMPTY,MPI_INFO_NULL,0,&distcomm)); if (MPI_Neighbor_alltoallv(0,0,0,MPI_INT,0,0,0,MPI_INT,distcomm)); if (MPI_Ineighbor_alltoallv(0,0,0,MPI_INT,0,0,0,MPI_INT,distcomm,&req)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_NEIGHBORHOOD_COLLECTIVES" to "1" ================================================================================ TEST configureMPIEXEC from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:174) TESTING: configureMPIEXEC from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:174) Checking for location of mpiexec Checking for program /home/kongf/workhome/rod/mpich/bin/mpiexec...found Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 printenv stdout: CONDA_PROMPT_MODIFIER=(base) MAIL=/var/mail/kongf USER=kongf SSH_CLIENT=141.221.75.222 33664 22 hpc_bash_loaded=Yes myhost=rod GCC_RANLIB=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc-ranlib OBJCOPY=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-objcopy SHLVL=2 SIZE=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-size CONDA_SHLVL=1 OLDPWD=/home/kongf/workhome/rod/moose HOME=/home/kongf SSH_TTY=/dev/pts/12 STRINGS=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-strings DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/24746/bus _CE_M= F95=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-f95 STRIP=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-strip ELFEDIT=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-elfedit LOGNAME=kongf GCC=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc PETSC_ARCH=arch-moose _=./configure READELF=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-readelf XDG_SESSION_ID=5928 AS=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-as TERM=xterm-256color COLUMNS=258 _CE_CONDA= CXXFILT=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-c++filt PATH=/home/kongf/workhome/rod/miniconda3/bin:/home/kongf/workhome/rod/miniconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/pbs/bin S_COLORS=auto XDG_RUNTIME_DIR=/run/user/24746 GCC_AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc-ar LANG=en_US.UTF-8 DEBUG_CFLAGS=-march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fvar-tracking-assignments -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include _CONDA_PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_x86_64_conda_cos6_linux_gnu CONDA_PYTHON_EXE=/home/kongf/workhome/rod/miniconda3/bin/python MOOSE_JOBS=24 DEBUG_FFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe HOST=x86_64-conda_cos6-linux-gnu SHELL=/bin/bash DEBUG_CPPFLAGS=-D_DEBUG -D_FORTIFY_SOURCE=2 -Og -isystem /home/kongf/workhome/rod/miniconda3/include DEBUG_FORTRANFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include -fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-all -fno-plt -Og -g -Wall -Wextra -fcheck=all -fbacktrace -fimplicit-none -fvar-tracking-assignments -ffunction-sections -pipe CONDA_DEFAULT_ENV=base MODULE_VERSION=3.2.10 hostname=hostname GCC_NM=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gcc-nm ADDR2LINE=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-addr2line GFORTRAN=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gfortran CONDA_BUILD_SYSROOT=/home/kongf/workhome/rod/miniconda3/x86_64-conda_cos6-linux-gnu/sysroot MODULE_VERSION_STACK=3.2.10 PETSC_DIR=/home/kongf/workhome/rod/moose/scripts/../petsc LD_GOLD=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld.gold PWD=/home/kongf/workhome/rod/moose/petsc LOADEDMODULES= CONDA_EXE=/home/kongf/workhome/rod/miniconda3/bin/conda SSH_CONNECTION=141.221.75.222 33664 141.221.75.240 22 XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop LD=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ld CONDA_BACKUP_HOST=x86_64-conda_cos6-linux-gnu LINES=57 GPROF=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-gprof CONDA_PREFIX=/home/kongf/workhome/rod/miniconda3 FORTRANFLAGS=-fopenmp -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem /home/kongf/workhome/rod/miniconda3/include RANLIB=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib MANPATH=:/opt/pbs/share/man MODULEPATH=/opt/Modules/versions:/opt/Modules/$MODULE_VERSION/modulefiles:/opt/Modules/modulefiles CMAKE_PREFIX_PATH=/home/kongf/workhome/rod/miniconda3:/home/kongf/workhome/rod/miniconda3/x86_64-conda_cos6-linux-gnu/sysroot/usr OBJDUMP=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-objdump NM=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-nm MODULESHOME=/opt/Modules/3.2.10 HYDI_CONTROL_FD=7 GFORTRAN_UNBUFFERED_PRECONNECTED=y MPIR_CVAR_CH3_INTERFACE_HOSTNAME=rod MPI_LOCALNRANKS=1 MPI_LOCALRANKID=0 PMI_RANK=0 PMI_FD=6 PMI_SIZE=1 Defined "HAVE_MPIEXEC_ENVIRONMENTAL_VARIABLE" to "MPIR_CVAR_CH3" Defined make macro "MPIEXEC" to "/home/kongf/workhome/rod/mpich/bin/mpiexec" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { MPI_Init(0,0); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.packages.MPI/conftest to see if it can be run Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest ================================================================================ TEST configureMPITypes from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:337) TESTING: configureMPITypes from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:337) Checking for MPI Datatype handles Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { int size; int ierr; MPI_Init(0,0); ierr = MPI_Type_size(MPI_LONG_DOUBLE, &size); if(ierr || (size == 0)) exit(1); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { int size; int ierr; MPI_Init(0,0); ierr = MPI_Type_size(MPI_LONG_DOUBLE, &size); if(ierr || (size == 0)) exit(1); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.packages.MPI/conftest to see if it can be run Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Defined "HAVE_MPI_LONG_DOUBLE" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { int size; int ierr; MPI_Init(0,0); ierr = MPI_Type_size(MPI_INT64_T, &size); if(ierr || (size == 0)) exit(1); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { int size; int ierr; MPI_Init(0,0); ierr = MPI_Type_size(MPI_INT64_T, &size); if(ierr || (size == 0)) exit(1); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.packages.MPI/conftest to see if it can be run Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Defined "HAVE_MPI_INT64_T" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { int size; int ierr; MPI_Init(0,0); ierr = MPI_Type_size(MPI_C_DOUBLE_COMPLEX, &size); if(ierr || (size == 0)) exit(1); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include #include int main() { int size; int ierr; MPI_Init(0,0); ierr = MPI_Type_size(MPI_C_DOUBLE_COMPLEX, &size); if(ierr || (size == 0)) exit(1); MPI_Finalize(); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Testing executable /tmp/petsc-j17dx8h9/config.packages.MPI/conftest to see if it can be run Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Executing: /home/kongf/workhome/rod/mpich/bin/mpiexec -n 1 /tmp/petsc-j17dx8h9/config.packages.MPI/conftest Defined "HAVE_MPI_C_DOUBLE_COMPLEX" to "1" ================================================================================ TEST SGIMPICheck from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:398) TESTING: SGIMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:398) Returns true if SGI MPI is used Checking for functions [MPI_SGI_barrier] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPI_SGI_barrier(); static void _check_MPI_SGI_barrier() { MPI_SGI_barrier(); } int main() { _check_MPI_SGI_barrier();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_MPI_SGI_barrier': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `MPI_SGI_barrier' collect2: error: ld returned 1 exit status SGI MPI test failure ================================================================================ TEST CxxMPICheck from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:408) TESTING: CxxMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:408) Make sure C++ can compile and link Checking for header mpi.h Checking for C++ MPI_Finalize() Checking for functions [MPI_Finalize] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/config.libraries -g -O -fPIC -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.libraries/conftest.cc Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ #include static void _check_MPI_Finalize() { int ierr; ierr = MPI_Finalize();; } int main() { _check_MPI_Finalize();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran ================================================================================ TEST FortranMPICheck from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:424) TESTING: FortranMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:424) Make sure fortran include [mpif.h] and library symbols are found Checking for fortran mpi_init() Checking for functions [] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.libraries -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.libraries/conftest.F90 Successful compile: Source: program main #include "mpif.h" integer ierr call mpi_init(ierr) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Checking for mpi.mod Checking for functions [] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.libraries -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.libraries/conftest.F90 Successful compile: Source: program main use mpi integer ierr,rank call mpi_init(ierr) call mpi_comm_rank(MPI_COMM_WORLD,rank,ierr) end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_F90MODULE" to "1" ================================================================================ TEST configureIO from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:446) TESTING: configureIO from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:446) Check for the functions in MPI/IO - Define HAVE_MPIIO if they are present - Some older MPI 1 implementations are missing these Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { MPI_Aint lb, extent; if (MPI_Type_get_extent(MPI_INT, &lb, &extent)); MPI_File fh; void *buf; MPI_Status status; if (MPI_File_write_all(fh, buf, 1, MPI_INT, &status)); if (MPI_File_read_all(fh, buf, 1, MPI_INT, &status)); MPI_Offset disp; MPI_Info info; if (MPI_File_set_view(fh, disp, MPI_INT, MPI_INT, "", info)); if (MPI_File_open(MPI_COMM_SELF, "", 0, info, &fh)); if (MPI_File_close(&fh)); ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPIIO" to "1" ================================================================================ TEST findMPIInc from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:525) TESTING: findMPIInc from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:525) Find MPI include paths from "mpicc -show" and use with CUDAC_FLAGS ================================================================================ TEST PetscArchMPICheck from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/MPI.py:559) TESTING: PetscArchMPICheck from config.packages.MPI(config/BuildSystem/config/packages/MPI.py:559) Checking for functions [MPI_Type_get_envelope MPI_Type_dup MPI_Init_thread MPI_Iallreduce MPI_Ibarrier MPI_Finalized MPI_Exscan MPI_Reduce_scatter MPI_Reduce_scatter_block] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPI_Type_get_envelope(); static void _check_MPI_Type_get_envelope() { MPI_Type_get_envelope(); } char MPI_Type_dup(); static void _check_MPI_Type_dup() { MPI_Type_dup(); } char MPI_Init_thread(); static void _check_MPI_Init_thread() { MPI_Init_thread(); } char MPI_Iallreduce(); static void _check_MPI_Iallreduce() { MPI_Iallreduce(); } char MPI_Ibarrier(); static void _check_MPI_Ibarrier() { MPI_Ibarrier(); } char MPI_Finalized(); static void _check_MPI_Finalized() { MPI_Finalized(); } char MPI_Exscan(); static void _check_MPI_Exscan() { MPI_Exscan(); } char MPI_Reduce_scatter(); static void _check_MPI_Reduce_scatter() { MPI_Reduce_scatter(); } char MPI_Reduce_scatter_block(); static void _check_MPI_Reduce_scatter_block() { MPI_Reduce_scatter_block(); } int main() { _check_MPI_Type_get_envelope(); _check_MPI_Type_dup(); _check_MPI_Init_thread(); _check_MPI_Iallreduce(); _check_MPI_Ibarrier(); _check_MPI_Finalized(); _check_MPI_Exscan(); _check_MPI_Reduce_scatter(); _check_MPI_Reduce_scatter_block();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_MPI_TYPE_GET_ENVELOPE" to "1" Defined "HAVE_MPI_TYPE_DUP" to "1" Defined "HAVE_MPI_INIT_THREAD" to "1" Defined "HAVE_MPI_IALLREDUCE" to "1" Defined "HAVE_MPI_IBARRIER" to "1" Defined "HAVE_MPI_FINALIZED" to "1" Defined "HAVE_MPI_EXSCAN" to "1" Defined "HAVE_MPI_REDUCE_SCATTER" to "1" Defined "HAVE_MPI_REDUCE_SCATTER_BLOCK" to "1" Checking for functions [MPIX_Iallreduce] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPIX_Iallreduce(); static void _check_MPIX_Iallreduce() { MPIX_Iallreduce(); } int main() { _check_MPIX_Iallreduce();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_MPIX_Iallreduce': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `MPIX_Iallreduce' collect2: error: ld returned 1 exit status Checking for functions [MPIX_Ibarrier] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPIX_Ibarrier(); static void _check_MPIX_Ibarrier() { MPIX_Ibarrier(); } int main() { _check_MPIX_Ibarrier();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_MPIX_Ibarrier': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `MPIX_Ibarrier' collect2: error: ld returned 1 exit status Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int combiner = MPI_COMBINER_DUP;; return 0; } Defined "HAVE_MPI_COMBINER_DUP" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int combiner = MPI_COMBINER_CONTIGUOUS;; return 0; } Defined "HAVE_MPI_COMBINER_CONTIGUOUS" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { int combiner = MPI_COMBINER_NAMED;; return 0; } Defined "HAVE_MPI_COMBINER_NAMED" to "1" Checking for functions [MPIDI_CH3I_sock_set] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPIDI_CH3I_sock_set(); static void _check_MPIDI_CH3I_sock_set() { MPIDI_CH3I_sock_set(); } int main() { _check_MPIDI_CH3I_sock_set();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_MPIDI_CH3I_sock_set': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `MPIDI_CH3I_sock_set' collect2: error: ld returned 1 exit status Checking for functions [MPIDI_CH3I_sock_fixed_nbc_progress] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char MPIDI_CH3I_sock_fixed_nbc_progress(); static void _check_MPIDI_CH3I_sock_fixed_nbc_progress() { MPIDI_CH3I_sock_fixed_nbc_progress(); } int main() { _check_MPIDI_CH3I_sock_fixed_nbc_progress();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_MPIDI_CH3I_sock_fixed_nbc_progress': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `MPIDI_CH3I_sock_fixed_nbc_progress' collect2: error: ld returned 1 exit status ================================================================================ TEST checkVersion from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.MPI(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version Preprocessing source: #include "confdefs.h" #include "conffix.h" #include "mpi.h" ;petscpkgver(MPI_VERSION); Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.packages.MPI/conftest.c For mpi need 2 <= 3 <= ================================================================================ TEST checkSharedLibrary from config.packages.MPI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.MPI(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.MPI 7.352528 ================================================================================ TEST alternateConfigureLibrary from config.packages.yaml(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.yaml(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.yaml 0.001107 ================================================================================ TEST configureLibrary from config.packages.valgrind(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.valgrind(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional valgrind Not checking for library in Compiler specific search VALGRIND: [] because no functions given to check for ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names No functions to check for in library [] [] No functions to check for in library [] [] Checking for headers Compiler specific search VALGRIND: [] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['valgrind/valgrind.h'] in [] Checking include with compiler flags var CPPFLAGS [] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~compilation terminated.: Not checking for library in Package specific search directory VALGRIND: [] because no functions given to check for ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names No functions to check for in library [] [] No functions to check for in library [] [] Checking for headers Package specific search directory VALGRIND: ['/usr/local/include'] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['valgrind/valgrind.h'] in ['/usr/local/include'] Checking include with compiler flags var CPPFLAGS ['/usr/local/include'] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/usr/local/include /tmp/petsc-j17dx8h9/config.headers/conftest.c Possible ERROR while running preprocessor: exit code 1 stdout: # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "" # 1 "" # 1 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" # 1 "/tmp/petsc-j17dx8h9/config.headers/confdefs.h" 1 # 2 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 # 1 "/tmp/petsc-j17dx8h9/config.headers/conffix.h" 1 # 3 "/tmp/petsc-j17dx8h9/config.headers/conftest.c" 2 stderr: /tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. Source: #include "confdefs.h" #include "conffix.h" #include Preprocess stderr before filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. : Preprocess stderr after filtering:/tmp/petsc-j17dx8h9/config.headers/conftest.c:3:10: fatal error: valgrind/valgrind.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~compilation terminated.: VALGRIND: DirPath not found.. skipping: /usr/local/lib64 VALGRIND: SearchDir DirPath not found.. skipping: /opt/local Executing: uname -s stdout: Linux =============================================================================== It appears you do not have valgrind installed on your system. We HIGHLY recommend you install it from www.valgrind.org Or install valgrind-devel or equivalent using your package manager. Then rerun ./configure =============================================================================== child config.packages.valgrind 0.103159 ================================================================================ TEST alternateConfigureLibrary from config.packages.ssl(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ssl(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ssl 0.002908 ================================================================================ TEST alternateConfigureLibrary from config.packages.sprng(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.sprng(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.sprng 0.002033 Not checking sowing on user request of --with-sowing=0 child config.packages.sowing 0.001600 ================================================================================ TEST alternateConfigureLibrary from config.packages.revolve(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.revolve(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.revolve 0.002156 ================================================================================ TEST alternateConfigureLibrary from config.packages.radau5(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.radau5(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.radau5 0.000772 ================================================================================ TEST alternateConfigureLibrary from config.packages.pami(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.pami(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.pami 0.000674 ================================================================================ TEST alternateConfigureLibrary from config.packages.opengles(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.opengles(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.opengles 0.000672 ================================================================================ TEST alternateConfigureLibrary from config.packages.opencl(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.opencl(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.opencl 0.000674 ================================================================================ TEST alternateConfigureLibrary from config.packages.muparser(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.muparser(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.muparser 0.000793 Defined "PYTHON_EXE" to ""/home/kongf/workhome/rod/miniconda3/bin/python"" Executing: /home/kongf/workhome/rod/miniconda3/bin/python -c "import Cython" Executing: /home/kongf/workhome/rod/miniconda3/bin/python -c "import numpy" child config.packages.python 0.063760 ================================================================================ TEST alternateConfigureLibrary from config.packages.petsc4py(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/petsc4py.py:97) TESTING: alternateConfigureLibrary from config.packages.petsc4py(config/BuildSystem/config/packages/petsc4py.py:97) Defined make rule "petsc4py-build" with dependencies "" and code [] Defined make rule "petsc4py-install" with dependencies "" and code [] child config.packages.petsc4py 0.003772 ================================================================================ TEST alternateConfigureLibrary from config.packages.mpi4py(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/mpi4py.py:74) TESTING: alternateConfigureLibrary from config.packages.mpi4py(config/BuildSystem/config/packages/mpi4py.py:74) Defined make rule "mpi4py-build" with dependencies "" and code [] Defined make rule "mpi4py-install" with dependencies "" and code [] child config.packages.mpi4py 0.002805 ================================================================================ TEST alternateConfigureLibrary from config.packages.mpe(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.mpe(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.mpe 0.001733 ================================================================================ TEST alternateConfigureLibrary from config.packages.memkind(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.memkind(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.memkind 0.001421 ================================================================================ TEST alternateConfigureLibrary from config.packages.libmesh(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/libmesh.py:76) TESTING: alternateConfigureLibrary from config.packages.libmesh(config/BuildSystem/config/packages/libmesh.py:76) Defined make rule "libmesh-build" with dependencies "" and code [] Defined make rule "libmesh-install" with dependencies "" and code [] child config.packages.libmesh 0.002685 ================================================================================ TEST alternateConfigureLibrary from config.packages.moose(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.moose(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.moose 0.001525 ================================================================================ TEST alternateConfigureLibrary from config.packages.libjpeg(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.libjpeg(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.libjpeg 0.001002 ================================================================================ TEST alternateConfigureLibrary from config.packages.libceed(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.libceed(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.libceed 0.000794 Checking for program /home/kongf/workhome/rod/miniconda3/bin/lgrind...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/lgrind...not found Checking for program /usr/local/sbin/lgrind...not found Checking for program /usr/local/bin/lgrind...not found Checking for program /usr/sbin/lgrind...not found Checking for program /usr/bin/lgrind...not found Checking for program /sbin/lgrind...not found Checking for program /bin/lgrind...not found Checking for program /usr/games/lgrind...not found Checking for program /usr/local/games/lgrind...not found Checking for program /snap/bin/lgrind...not found Checking for program /opt/pbs/bin/lgrind...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/lgrind...not found child config.packages.lgrind 0.000985 ================================================================================ TEST checkDependencies from config.packages.slepc(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.slepc(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.slepc(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.slepc(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional slepc Looking for SLEPC at git.slepc, hg.slepc or a directory starting with ['slepc'] Could not locate an existing copy of SLEPC: [] Downloading slepc =============================================================================== Trying to download git://https://gitlab.com/slepc/slepc.git for SLEPC =============================================================================== Executing: git clone https://gitlab.com/slepc/slepc.git /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc Looking for SLEPC at git.slepc, hg.slepc or a directory starting with ['slepc'] Found a copy of SLEPC in git.slepc Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'bda551b^{commit}'] Executing: ['git', 'rev-parse', 'bda551b'] stdout: bda551bade8a2ddb86bd75944f39a0d4a1680050 Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', 'bda551bade8a2ddb86bd75944f39a0d4a1680050'] Defined "HAVE_SLEPC" to "1" Defined make macro "SLEPC" to "yes" Defined make rule "slepcbuild" with dependencies "" and code ['@echo "*** Building slepc ***"', '@${RM} -f ${PETSC_ARCH}/lib/petsc/conf/slepc.errorflg', '@(cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc && \\\n SLEPC_DIR=/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc ./configure --prefix=/home/kongf/workhome/rod/moose/scripts/../petsc/arch-moose && \\\n SLEPC_DIR=/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc ${OMAKE} SLEPC_DIR=/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc ) > ${PETSC_ARCH}/lib/petsc/conf/slepc.log 2>&1 || \\\n (echo "**************************ERROR*************************************" && \\\n echo "Error building slepc. Check ${PETSC_ARCH}/lib/petsc/conf/slepc.log" && \\\n echo "********************************************************************" && \\\n touch ${PETSC_ARCH}/lib/petsc/conf/slepc.errorflg && \\\n exit 1)'] Defined make rule "slepcinstall" with dependencies "" and code ['@echo "*** Installing slepc ***"', '@(cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc && \\\n SLEPC_DIR=/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc ${OMAKE} install SLEPC_DIR=/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.slepc ) >> ${PETSC_ARCH}/lib/petsc/conf/slepc.log 2>&1 || \\\n (echo "**************************ERROR*************************************" && \\\n echo "Error building slepc. Check ${PETSC_ARCH}/lib/petsc/conf/slepc.log" && \\\n echo "********************************************************************" && \\\n exit 1)'] Defined make rule "slepc-build" with dependencies "slepcbuild slepcinstall" and code [] Defined make rule "slepc-install" with dependencies "" and code [] =============================================================================== Slepc examples are available at ${PETSC_DIR}/arch-moose/externalpackages/git.slepc export SLEPC_DIR=${PETSC_DIR}/arch-moose =============================================================================== ================================================================================ TEST checkSharedLibrary from config.packages.slepc(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.slepc(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.slepc 8.742589 ================================================================================ TEST alternateConfigureLibrary from config.packages.gmp(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.gmp(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.gmp 0.000848 ================================================================================ TEST alternateConfigureLibrary from config.packages.mpfr(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.mpfr(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.mpfr 0.000803 ================================================================================ TEST alternateConfigureLibrary from config.packages.giflib(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.giflib(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.giflib 0.000801 ================================================================================ TEST alternateConfigureLibrary from config.packages.cuda(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.cuda(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.cuda 0.000719 ================================================================================ TEST alternateConfigureLibrary from config.packages.ctetgen(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ctetgen(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ctetgen 0.000793 ================================================================================ TEST alternateConfigureLibrary from config.packages.concurrencykit(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.concurrencykit(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.concurrencykit 0.000792 ================================================================================ TEST locateC2html from config.packages.c2html(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/c2html.py:33) TESTING: locateC2html from config.packages.c2html(config/BuildSystem/config/packages/c2html.py:33) Looking for default C2html executable Checking for program /home/kongf/workhome/rod/miniconda3/bin/c2html...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/c2html...not found Checking for program /usr/local/sbin/c2html...not found Checking for program /usr/local/bin/c2html...not found Checking for program /usr/sbin/c2html...not found Checking for program /usr/bin/c2html...not found Checking for program /sbin/c2html...not found Checking for program /bin/c2html...not found Checking for program /usr/games/c2html...not found Checking for program /usr/local/games/c2html...not found Checking for program /snap/bin/c2html...not found Checking for program /opt/pbs/bin/c2html...not found Checking for program /home/kongf/workhome/rod/moose/scripts/../petsc/lib/petsc/bin/win32fe/c2html...not found child config.packages.c2html 0.001026 ================================================================================ TEST alternateConfigureLibrary from config.packages.boost(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.boost(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.boost 0.000807 ================================================================================ TEST alternateConfigureLibrary from config.packages.silo(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.silo(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.silo 0.000793 ================================================================================ TEST alternateConfigureLibrary from config.packages.Random123(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.Random123(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.Random123 0.000789 ================================================================================ TEST alternateConfigureLibrary from config.packages.PARTY(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.PARTY(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.PARTY 0.000794 ================================================================================ TEST alternateConfigureLibrary from config.packages.Matlab(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.Matlab(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.Matlab 0.000639 ================================================================================ TEST alternateConfigureLibrary from config.packages.MatlabEngine(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.MatlabEngine(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.MatlabEngine 0.000680 ================================================================================ TEST alternateConfigureLibrary from config.packages.Mathematica(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.Mathematica(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.Mathematica 0.000696 ================================================================================ TEST checkDependencies from config.packages.regex(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.regex(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.regex(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.regex(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional regex Checking for library in Compiler specific search REGEX: [] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [regexec regcomp regfree] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char regexec(); static void _check_regexec() { regexec(); } char regcomp(); static void _check_regcomp() { regcomp(); } char regfree(); static void _check_regfree() { regfree(); } int main() { _check_regexec(); _check_regcomp(); _check_regfree();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran No functions to check for in library [] [] Checking for headers Compiler specific search REGEX: [] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['regex.h'] in [] Checking include with compiler flags var CPPFLAGS [] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['regex.h'] in [] ================================================================================ TEST checkVersion from config.packages.regex(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.regex(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.regex(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.regex(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.regex 0.239846 child config.packages.cxxlibs 0.000035 ================================================================================ TEST alternateConfigureLibrary from config.packages.opengl(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.opengl(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.opengl 0.002385 ================================================================================ TEST alternateConfigureLibrary from config.packages.glut(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.glut(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.glut 0.001640 ================================================================================ TEST checkDependencies from config.packages.X(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.X(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.X(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.X(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional X Checking for library in Compiler specific search X: [] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [XSetWMName] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char XSetWMName(); static void _check_XSetWMName() { XSetWMName(); } int main() { _check_XSetWMName();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_XSetWMName': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `XSetWMName' collect2: error: ld returned 1 exit status Checking for library in Compiler specific search X: ['libX11.a'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [XSetWMName] in library ['libX11.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char XSetWMName(); static void _check_XSetWMName() { XSetWMName(); } int main() { _check_XSetWMName();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lX11 -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lX11 collect2: error: ld returned 1 exit status X: SearchDir DirPath not found.. skipping: /opt/X11 X: SearchDir DirPath not found.. skipping: /Developer/SDKs/MacOSX10.5.sdk/usr/X11 X: SearchDir DirPath not found.. skipping: /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6 X: SearchDir DirPath not found.. skipping: /usr/X11 X: SearchDir DirPath not found.. skipping: /usr/X11R6 X: SearchDir DirPath not found.. skipping: /usr/X11R5 X: SearchDir DirPath not found.. skipping: /usr/X11R4 X: SearchDir DirPath not found.. skipping: /usr/local/X11 X: SearchDir DirPath not found.. skipping: /usr/local/X11R6 X: SearchDir DirPath not found.. skipping: /usr/local/X11R5 X: SearchDir DirPath not found.. skipping: /usr/local/X11R4 X: SearchDir DirPath not found.. skipping: /usr/X386 X: SearchDir DirPath not found.. skipping: /usr/x386 X: SearchDir DirPath not found.. skipping: /usr/XFree86/X11 Checking for library in Package specific search directory X: ['/usr/local/lib/libX11.a'] Contents: ['bin', 'go', 'singularity_3.5.1', 'var', 'games', 'selenium', 'singularity_3.4.0', 'include', 'libexec', 'src', 'lib', 'doc', 'go-1.13.3', 'singularity_26', 'singularity_3.4.1', 'man', 'etc', 'sbin', 'go-1.11.4', 'share'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [XSetWMName] in library ['/usr/local/lib/libX11.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char XSetWMName(); static void _check_XSetWMName() { XSetWMName(); } int main() { _check_XSetWMName();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lX11 -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lX11 collect2: error: ld returned 1 exit status X: DirPath not found.. skipping: /usr/local/lib64 X: SearchDir DirPath not found.. skipping: /usr/local/x11r5 X: SearchDir DirPath not found.. skipping: /usr/lpp/Xamples X: SearchDir DirPath not found.. skipping: /usr/openwin X: SearchDir DirPath not found.. skipping: /usr/openwin/share ================================================================================ TEST checkVersion from config.packages.X(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.X(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.X(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.X(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.X 0.536766 ================================================================================ TEST alternateConfigureLibrary from config.packages.GLVis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.GLVis(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.GLVis 0.001830 ================================================================================ TEST alternateConfigureLibrary from config.packages.CoDiPack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.CoDiPack(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.CoDiPack 0.002015 ================================================================================ TEST alternateConfigureLibrary from config.packages.adblaslapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.adblaslapack(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.adblaslapack 0.001988 ================================================================================ TEST alternateConfigureLibrary from config.packages.ADOLC(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ADOLC(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ADOLC 0.002017 ================================================================================ TEST locateCMake from config.packages.cmake(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/cmake.py:39) TESTING: locateCMake from config.packages.cmake(config/BuildSystem/config/packages/cmake.py:39) Looking for default CMake executable Checking for program /home/kongf/workhome/rod/miniconda3/bin/cmake...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/cmake...not found Checking for program /usr/local/sbin/cmake...not found Checking for program /usr/local/bin/cmake...found Defined make macro "CMAKE" to "/usr/local/bin/cmake" Looking for default CTest executable Checking for program /home/kongf/workhome/rod/miniconda3/bin/ctest...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/ctest...not found Checking for program /usr/local/sbin/ctest...not found Checking for program /usr/local/bin/ctest...found Defined make macro "CTEST" to "/usr/local/bin/ctest" Executing: /usr/local/bin/cmake --version stdout: cmake version 3.15.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). cmake version found 3.15.2 child config.packages.cmake 0.014038 ================================================================================ TEST alternateConfigureLibrary from config.packages.googletest(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.googletest(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.googletest 0.001842 ================================================================================ TEST alternateConfigureLibrary from config.packages.unittestcpp(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.unittestcpp(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.unittestcpp 0.001258 ================================================================================ TEST alternateConfigureLibrary from config.packages.eigen(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.eigen(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.eigen 0.001230 ================================================================================ TEST alternateConfigureLibrary from config.packages.szlib(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.szlib(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.szlib 0.001238 ================================================================================ TEST alternateConfigureLibrary from config.packages.zlib(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.zlib(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.zlib 0.001209 child config.packages.mathlib 0.000026 ================================================================================ TEST alternateConfigureLibrary from config.packages.tetgen(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.tetgen(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.tetgen 0.001206 ================================================================================ TEST alternateConfigureLibrary from config.packages.tchem(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.tchem(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.tchem 0.000958 ================================================================================ TEST alternateConfigureLibrary from config.packages.saws(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.saws(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.saws 0.000790 ================================================================================ TEST alternateConfigureLibrary from config.packages.libpng(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.libpng(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.libpng 0.000780 ================================================================================ TEST alternateConfigureLibrary from config.packages.combblas(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.combblas(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.combblas 0.000782 ================================================================================ TEST alternateConfigureLibrary from config.packages.Triangle(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.Triangle(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.Triangle 0.000818 ================================================================================ TEST checkDependencies from config.packages.metis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.metis(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.metis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/metis.py:49) TESTING: configureLibrary from config.packages.metis(config/BuildSystem/config/packages/metis.py:49) ================================================================================== Checking for a functional metis Looking for METIS at git.metis, hg.metis or a directory starting with ['petsc-pkg-metis'] Could not locate an existing copy of METIS: ['git.slepc'] Downloading metis =============================================================================== Trying to download git://https://bitbucket.org/petsc/pkg-metis.git for METIS =============================================================================== Executing: git clone https://bitbucket.org/petsc/pkg-metis.git /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis Looking for METIS at git.metis, hg.metis or a directory starting with ['petsc-pkg-metis'] Found a copy of METIS in git.metis Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'v5.1.0-p8^{commit}'] Executing: ['git', 'rev-parse', 'v5.1.0-p8'] stdout: ca7a59e6283f608d3e0d8a9d500838afb7f4339a Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', 'ca7a59e6283f608d3e0d8a9d500838afb7f4339a'] METIS was just downloaded, forcing a rebuild because cannot determine if package has changed =============================================================================== Configuring METIS with cmake, this may take several minutes =============================================================================== Executing: /usr/local/bin/cmake .. -DCMAKE_INSTALL_PREFIX=/home/kongf/workhome/rod/moose/petsc/arch-moose -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_C_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpicc" -DCMAKE_AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar -DCMAKE_RANLIB=/usr/bin/ranlib -DCMAKE_C_FLAGS:STRING="-march=nocona -g -O" -DCMAKE_C_FLAGS_DEBUG:STRING="-march=nocona -g -O" -DCMAKE_C_FLAGS_RELEASE:STRING="-march=nocona -g -O" -DCMAKE_CXX_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpicxx" -DCMAKE_CXX_FLAGS:STRING="-g -O -fPIC" -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g -O -fPIC" -DCMAKE_CXX_FLAGS_RELEASE:STRING="-g -O -fPIC" -DCMAKE_Fortran_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpif90" -DCMAKE_Fortran_FLAGS:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_Fortran_FLAGS_DEBUG:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_Fortran_FLAGS_RELEASE:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-O2" -DBUILD_SHARED_LIBS=on -DGKLIB_PATH=../GKlib -DGKRAND=1 -DSHARED=1 -DMATH_LIB="-lm" stdout: -- The C compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Looking for execinfo.h -- Looking for execinfo.h - found -- Looking for getline -- Looking for getline - found -- Configuring done -- Generating done -- Build files have been written to: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build =============================================================================== Compiling and installing METIS; this may take several minutes =============================================================================== Executing: /usr/bin/make -j24 -l48.0 stdout: /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= Scanning dependencies of target metis make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/b64.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/b64.c [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.o [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.o [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.o [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/blas.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/blas.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/csr.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/error.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/error.c [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gkregex.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/evaluate.c [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/fkvkselect.c [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/fs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/fs.c [ 33%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/mcore.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/mcore.c [ 35%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/getopt.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.o [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/graph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/graph.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/htable.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/htable.c [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/sort.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/sort.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/io.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/itemsets.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/memory.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/memory.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/omp.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/omp.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/pdb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pdb.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/random.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/random.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/rw.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/rw.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/seq.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/seq.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/string.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/string.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/timers.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/timers.c [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/tokenizer.c [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/util.c [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/auxapi.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/auxapi.c [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/balance.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/balance.c [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/bucketsort.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/bucketsort.c [ 48%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/checkgraph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/checkgraph.c [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/coarsen.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/coarsen.c [ 53%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/compress.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/compress.c [ 54%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.o [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/contig.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/debug.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.o [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/fortran.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/fortran.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/fm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/fm.c [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/frename.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/frename.c [ 62%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/gklib.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/graph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/graph.c [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/initpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/kmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kmetis.c [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/kwayfm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c [ 70%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/kwayrefine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayrefine.c [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mcutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mcutil.c [ 74%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.o [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mesh.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mesh.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/meshpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/meshpart.c [ 75%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/minconn.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mincover.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mincover.c [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mmd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mmd.c [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/ometis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/options.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/options.c [ 83%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/parmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/parmetis.c [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/pmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/pmetis.c [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/refine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/refine.c [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/separator.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/separator.c [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/sfm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/sfm.c [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/srefine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/srefine.c [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/stat.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/stat.c [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/timing.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/timing.c [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/util.c [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/wspace.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/wspace.c [100%] Linking C shared library libmetis.so cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 /home/kongf/workhome/rod/mpich/bin/mpicc -fPIC -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -shared -Wl,-soname,libmetis.so -o libmetis.so CMakeFiles/metis.dir/__/GKlib/b64.c.o CMakeFiles/metis.dir/__/GKlib/blas.c.o CMakeFiles/metis.dir/__/GKlib/csr.c.o CMakeFiles/metis.dir/__/GKlib/error.c.o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o CMakeFiles/metis.dir/__/GKlib/fs.c.o CMakeFiles/metis.dir/__/GKlib/getopt.c.o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o CMakeFiles/metis.dir/__/GKlib/graph.c.o CMakeFiles/metis.dir/__/GKlib/htable.c.o CMakeFiles/metis.dir/__/GKlib/io.c.o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o CMakeFiles/metis.dir/__/GKlib/mcore.c.o CMakeFiles/metis.dir/__/GKlib/memory.c.o CMakeFiles/metis.dir/__/GKlib/omp.c.o CMakeFiles/metis.dir/__/GKlib/pdb.c.o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o CMakeFiles/metis.dir/__/GKlib/random.c.o CMakeFiles/metis.dir/__/GKlib/rw.c.o CMakeFiles/metis.dir/__/GKlib/seq.c.o CMakeFiles/metis.dir/__/GKlib/sort.c.o CMakeFiles/metis.dir/__/GKlib/string.c.o CMakeFiles/metis.dir/__/GKlib/timers.c.o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o CMakeFiles/metis.dir/__/GKlib/util.c.o CMakeFiles/metis.dir/auxapi.c.o CMakeFiles/metis.dir/balance.c.o CMakeFiles/metis.dir/bucketsort.c.o CMakeFiles/metis.dir/checkgraph.c.o CMakeFiles/metis.dir/coarsen.c.o CMakeFiles/metis.dir/compress.c.o CMakeFiles/metis.dir/contig.c.o CMakeFiles/metis.dir/debug.c.o CMakeFiles/metis.dir/fm.c.o CMakeFiles/metis.dir/fortran.c.o CMakeFiles/metis.dir/frename.c.o CMakeFiles/metis.dir/gklib.c.o CMakeFiles/metis.dir/graph.c.o CMakeFiles/metis.dir/initpart.c.o CMakeFiles/metis.dir/kmetis.c.o CMakeFiles/metis.dir/kwayfm.c.o CMakeFiles/metis.dir/kwayrefine.c.o CMakeFiles/metis.dir/mcutil.c.o CMakeFiles/metis.dir/mesh.c.o CMakeFiles/metis.dir/meshpart.c.o CMakeFiles/metis.dir/minconn.c.o CMakeFiles/metis.dir/mincover.c.o CMakeFiles/metis.dir/mmd.c.o CMakeFiles/metis.dir/ometis.c.o CMakeFiles/metis.dir/options.c.o CMakeFiles/metis.dir/parmetis.c.o CMakeFiles/metis.dir/pmetis.c.o CMakeFiles/metis.dir/refine.c.o CMakeFiles/metis.dir/separator.c.o CMakeFiles/metis.dir/sfm.c.o CMakeFiles/metis.dir/srefine.c.o CMakeFiles/metis.dir/stat.c.o CMakeFiles/metis.dir/timing.c.o CMakeFiles/metis.dir/util.c.o CMakeFiles/metis.dir/wspace.c.o -lm make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' [100%] Built target metis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles 0 Executing: /usr/bin/make install stdout: /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' make[2]: Nothing to be done for 'libmetis/CMakeFiles/metis.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' [100%] Built target metis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' Install the project... /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/metis.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/gklib_tls.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.so -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/gklib_defs.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/gklib_rename.h ********Output of running make on METIS follows ******* -- The C compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Looking for execinfo.h -- Looking for execinfo.h - found -- Looking for getline -- Looking for getline - found -- Configuring done -- Generating done -- Build files have been written to: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-buildCMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS CMAKE_Fortran_FLAGS_DEBUG CMAKE_Fortran_FLAGS_RELEASE /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= Scanning dependencies of target metis make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/b64.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/b64.c [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.o [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.o [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.o [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/blas.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/blas.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/csr.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/error.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/error.c [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gkregex.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/evaluate.c [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/fkvkselect.c [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/fs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/fs.c [ 33%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/mcore.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/mcore.c [ 35%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/getopt.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.o [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/graph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/graph.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/htable.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/htable.c [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.o [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/sort.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/sort.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/io.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/itemsets.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/memory.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/memory.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/omp.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/omp.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/pdb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pdb.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/random.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/random.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/rw.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/rw.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/seq.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/seq.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/string.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/string.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/timers.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/timers.c [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/tokenizer.c [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/__/GKlib/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/util.c [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/auxapi.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/auxapi.c [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/balance.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/balance.c [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/bucketsort.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/bucketsort.c [ 48%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/checkgraph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/checkgraph.c [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/coarsen.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/coarsen.c [ 53%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/compress.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/compress.c [ 54%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.o [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/contig.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/debug.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.o [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/fortran.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/fortran.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/fm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/fm.c [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/frename.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/frename.c [ 62%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/gklib.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/graph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/graph.c [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/initpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/kmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kmetis.c [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/kwayfm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c [ 70%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/kwayrefine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayrefine.c [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mcutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mcutil.c [ 74%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.o [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mesh.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mesh.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/meshpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/meshpart.c [ 75%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/minconn.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mincover.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mincover.c [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/mmd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/mmd.c [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/ometis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/options.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/options.c [ 83%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/parmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/parmetis.c [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/pmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/pmetis.c [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/refine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/refine.c [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/separator.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/separator.c [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/sfm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/sfm.c [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/srefine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/srefine.c [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/stat.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/stat.c [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/timing.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/timing.c [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/util.c [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/. -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/include -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -fPIC -o CMakeFiles/metis.dir/wspace.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/wspace.c [100%] Linking C shared library libmetis.so cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 /home/kongf/workhome/rod/mpich/bin/mpicc -fPIC -march=nocona -g -O -DLINUX -D_FILE_OFFSET_BITS=64 -std=c99 -fno-strict-aliasing -fPIC -Wall -pedantic -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKRAND -DHAVE_EXECINFO_H -DHAVE_GETLINE -shared -Wl,-soname,libmetis.so -o libmetis.so CMakeFiles/metis.dir/__/GKlib/b64.c.o CMakeFiles/metis.dir/__/GKlib/blas.c.o CMakeFiles/metis.dir/__/GKlib/csr.c.o CMakeFiles/metis.dir/__/GKlib/error.c.o CMakeFiles/metis.dir/__/GKlib/evaluate.c.o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.o CMakeFiles/metis.dir/__/GKlib/fs.c.o CMakeFiles/metis.dir/__/GKlib/getopt.c.o CMakeFiles/metis.dir/__/GKlib/gkregex.c.o CMakeFiles/metis.dir/__/GKlib/graph.c.o CMakeFiles/metis.dir/__/GKlib/htable.c.o CMakeFiles/metis.dir/__/GKlib/io.c.o CMakeFiles/metis.dir/__/GKlib/itemsets.c.o CMakeFiles/metis.dir/__/GKlib/mcore.c.o CMakeFiles/metis.dir/__/GKlib/memory.c.o CMakeFiles/metis.dir/__/GKlib/omp.c.o CMakeFiles/metis.dir/__/GKlib/pdb.c.o CMakeFiles/metis.dir/__/GKlib/pqueue.c.o CMakeFiles/metis.dir/__/GKlib/random.c.o CMakeFiles/metis.dir/__/GKlib/rw.c.o CMakeFiles/metis.dir/__/GKlib/seq.c.o CMakeFiles/metis.dir/__/GKlib/sort.c.o CMakeFiles/metis.dir/__/GKlib/string.c.o CMakeFiles/metis.dir/__/GKlib/timers.c.o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.o CMakeFiles/metis.dir/__/GKlib/util.c.o CMakeFiles/metis.dir/auxapi.c.o CMakeFiles/metis.dir/balance.c.o CMakeFiles/metis.dir/bucketsort.c.o CMakeFiles/metis.dir/checkgraph.c.o CMakeFiles/metis.dir/coarsen.c.o CMakeFiles/metis.dir/compress.c.o CMakeFiles/metis.dir/contig.c.o CMakeFiles/metis.dir/debug.c.o CMakeFiles/metis.dir/fm.c.o CMakeFiles/metis.dir/fortran.c.o CMakeFiles/metis.dir/frename.c.o CMakeFiles/metis.dir/gklib.c.o CMakeFiles/metis.dir/graph.c.o CMakeFiles/metis.dir/initpart.c.o CMakeFiles/metis.dir/kmetis.c.o CMakeFiles/metis.dir/kwayfm.c.o CMakeFiles/metis.dir/kwayrefine.c.o CMakeFiles/metis.dir/mcutil.c.o CMakeFiles/metis.dir/mesh.c.o CMakeFiles/metis.dir/meshpart.c.o CMakeFiles/metis.dir/minconn.c.o CMakeFiles/metis.dir/mincover.c.o CMakeFiles/metis.dir/mmd.c.o CMakeFiles/metis.dir/ometis.c.o CMakeFiles/metis.dir/options.c.o CMakeFiles/metis.dir/parmetis.c.o CMakeFiles/metis.dir/pmetis.c.o CMakeFiles/metis.dir/refine.c.o CMakeFiles/metis.dir/separator.c.o CMakeFiles/metis.dir/sfm.c.o CMakeFiles/metis.dir/srefine.c.o CMakeFiles/metis.dir/stat.c.o CMakeFiles/metis.dir/timing.c.o CMakeFiles/metis.dir/util.c.o CMakeFiles/metis.dir/wspace.c.o -lm make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' [100%] Built target metis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles 0/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c: In function 'gk_getopt_internal': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c:343:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (gk_optind == 0) ^~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c:345:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' optstring = gk_getopt_initialize (argc, argv, optstring); ^~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c:700:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/getopt.c:703:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' nextchar = NULL; ^~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/error.c: In function 'gk_strerror': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/error.c:183:3: warning: implicit declaration of function 'strerror_r'; did you mean 'strerror'? [-Wimplicit-function-declaration] strerror_r(errnum, buf, 1024); ^~~~~~~~~~ strerror /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c: In function 'gk_csr_Normalize': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:1344:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] else if (norm == 1) ^~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:1346:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' for (j=ptr[i]; jnrows), sizeof(int32_t), 1, fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:602:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&(mat->ncols), sizeof(int32_t), 1, fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:603:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(mat->rowptr, sizeof(ssize_t), mat->nrows+1, fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:604:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(mat->rowind, sizeof(int32_t), mat->rowptr[mat->nrows], fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:606:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(mat->rowval, sizeof(float), mat->rowptr[mat->nrows], fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:617:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&(mat->nrows), sizeof(int32_t), 1, fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:618:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&(mat->ncols), sizeof(int32_t), 1, fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:619:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(mat->colptr, sizeof(ssize_t), mat->ncols+1, fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:620:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(mat->colind, sizeof(int32_t), mat->colptr[mat->ncols], fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/csr.c:622:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(mat->colval, sizeof(float), mat->colptr[mat->ncols], fpout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/GKlib.h:74:0, from /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:12: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c: In function 'gk_ipqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:19:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(gk_ipq, gk_ipq_t, gk_ikv_t, int, gk_idx_t, gk_ikvmalloc, INT_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c: In function 'gk_i32pqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:20:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(gk_i32pq, gk_i32pq_t, gk_i32kv_t, int32_t, gk_idx_t, gk_i32kvmalloc, INT32_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c: In function 'gk_i64pqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:21:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(gk_i64pq, gk_i64pq_t, gk_i64kv_t, int64_t, gk_idx_t, gk_i64kvmalloc, INT64_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c: In function 'gk_fpqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:22:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(gk_fpq, gk_fpq_t, gk_fkv_t, float, gk_idx_t, gk_fkvmalloc, FLT_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c: In function 'gk_dpqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:23:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(gk_dpq, gk_dpq_t, gk_dkv_t, double, gk_idx_t, gk_dkvmalloc, DBL_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c: In function 'gk_idxpqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/pqueue.c:24:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(gk_idxpq, gk_idxpq_t, gk_idxkv_t, gk_idx_t, gk_idx_t, gk_idxkvmalloc, GK_IDX_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/coarsen.c: In function 'libmetis__Match_RM': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/coarsen.c:152:33: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *maxvwgt; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c: In function 'libmetis__CheckBnd': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:124:43: warning: variable 'bndind' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:124:34: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c: In function 'libmetis__CheckBnd2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:161:43: warning: variable 'bndind' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:161:34: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c: In function 'libmetis__CheckNodeBnd': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:198:43: warning: variable 'bndind' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:198:34: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:198:17: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:198:10: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where, *bndptr, *bndind; ^~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c: In function 'libmetis__CheckRInfo': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:235:11: warning: variable 'nbrs' set but not used [-Wunused-but-set-variable] cnbr_t *nbrs; ^~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c: In function 'libmetis__CheckNodePartitionParams': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:258:26: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *adjwgt, *vwgt, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c: In function 'libmetis__IsSeparable': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:312:17: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/debug.c:311:22: warning: variable 'other' set but not used [-Wunused-but-set-variable] idx_t i, j, nvtxs, other; ^~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c: In function 'libmetis__EliminateComponents': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c:345:11: warning: variable 'tpwgts' set but not used [-Wunused-but-set-variable] real_t *tpwgts; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c: In function 'libmetis__MoveGroupContigForCut': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c:534:34: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] idx_t i, ii, iii, j, jj, k, l, nvtxs, nbnd, from, me; ^~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c: In function 'libmetis__MoveGroupContigForVol': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/contig.c:605:34: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] idx_t i, ii, iii, j, jj, k, l, nvtxs, from, me, other, xgain; ^~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c: In function 'libmetis__RandomBisection': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c:119:33: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c:119:24: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c:119:10: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *where; ^~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c: In function 'libmetis__GrowBisection': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c:195:33: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c: In function 'libmetis__GrowBisectionNode': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/initpart.c:438:33: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *where, *bndind; ^~~~~~ In file included from /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/GKlib.h:74:0, from /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/metislib.h:17, from /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c:12: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c: In function 'libmetis__ipqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c:33:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(ipq, ipq_t, ikv_t, idx_t, idx_t, ikvmalloc, IDX_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c: In function 'libmetis__rpqCheckHeap': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/GKlib/gk_mkpqueue.h:386:8: warning: variable 'heap' set but not used [-Wunused-but-set-variable] KVT *heap;\ ^ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/gklib.c:34:1: note: in expansion of macro 'GK_MKPQUEUE' GK_MKPQUEUE(rpq, rpq_t, rkv_t, real_t, idx_t, rkvmalloc, REAL_MAX, key_gt) ^~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c: In function 'libmetis__Greedy_KWayCutOptimize': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c:69:74: warning: variable 'adwgts' set but not used [-Wunused-but-set-variable] idx_t maxndoms, *safetos=NULL, *nads=NULL, *doms=NULL, **adids=NULL, **adwgts=NULL; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c: In function 'libmetis__Greedy_KWayVolOptimize': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c:382:74: warning: variable 'adwgts' set but not used [-Wunused-but-set-variable] idx_t maxndoms, *safetos=NULL, *nads=NULL, *doms=NULL, **adids=NULL, **adwgts=NULL; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c:380:33: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] idx_t *where, *pwgts, *perm, *bndptr, *bndind, *minwgt, *maxwgt, *itpwgts; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c: In function 'libmetis__Greedy_McKWayCutOptimize': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c:696:74: warning: variable 'adwgts' set but not used [-Wunused-but-set-variable] idx_t maxndoms, *safetos=NULL, *nads=NULL, *doms=NULL, **adids=NULL, **adwgts=NULL; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayrefine.c: In function 'libmetis__ComputeKWayVolGains': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayrefine.c:565:34: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vsize, *adjncy, *adjwgt, *where, ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c: In function 'libmetis__Greedy_McKWayVolOptimize': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c:1038:74: warning: variable 'adwgts' set but not used [-Wunused-but-set-variable] idx_t maxndoms, *safetos=NULL, *nads=NULL, *doms=NULL, **adids=NULL, **adwgts=NULL; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/kwayfm.c:1036:33: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] idx_t *where, *pwgts, *perm, *bndptr, *bndind, *minwgt, *maxwgt; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c: In function 'libmetis__ComputeSubDomainGraph': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c:21:26: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *adjwgt, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c:21:17: warning: variable 'adjncy' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *adjwgt, *where; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c:21:10: warning: variable 'xadj' set but not used [-Wunused-but-set-variable] idx_t *xadj, *adjncy, *adjwgt, *where; ^~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c: In function 'libmetis__MoveGroupMinConnForCut': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c:480:29: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] idx_t i, ii, j, jj, k, l, nvtxs, nbnd, from, me; ^~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c: In function 'libmetis__MoveGroupMinConnForVol': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/minconn.c:564:29: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] idx_t i, ii, j, jj, k, l, nvtxs, from, me, other, xgain, ewgt; ^~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c: In function 'libmetis__MlevelNestedDissection': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c:186:15: warning: variable 'nvtxs' set but not used [-Wunused-but-set-variable] idx_t i, j, nvtxs, nbnd; ^~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c: In function 'libmetis__SplitGraphOrder': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c:426:33: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *label, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c: In function 'libmetis__SplitGraphOrderCC': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/ometis.c:556:33: warning: variable 'adjwgt' set but not used [-Wunused-but-set-variable] idx_t *xadj, *vwgt, *adjncy, *adjwgt, *label, *where, *bndptr, *bndind; ^~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/separator.c: In function 'libmetis__ConstructMinCoverSeparator': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis/separator.c:73:27: warning: variable 'bndptr' set but not used [-Wunused-but-set-variable] idx_t *where, *bndind, *bndptr, *vmap, *ivmap, *cover; ^~~~~~ /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/bin/make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' make[2]: Nothing to be done for 'libmetis/CMakeFiles/metis.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' [100%] Built target metis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.metis/petsc-build' Install the project... /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/metis.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/gklib_tls.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.so -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/gklib_defs.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/gklib_rename.h********End of Output of running make on METIS ******* Checking for library in Download METIS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [METIS_PartGraphKway] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a'] ['libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char METIS_PartGraphKway(); static void _check_METIS_PartGraphKway() { METIS_PartGraphKway(); } int main() { _check_METIS_PartGraphKway();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -lm -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBMETIS" to "1" No functions to check for in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a'] ['libm.a'] Checking for headers Download METIS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['metis.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] Checking include with compiler flags var CPPFLAGS ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['metis.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.packages.metis Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.metis/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -march=nocona -g -O -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include /tmp/petsc-j17dx8h9/config.packages.metis/conftest.c Possible ERROR while running compiler: stderr: /tmp/petsc-j17dx8h9/config.packages.metis/conftest.c: In function 'main': /tmp/petsc-j17dx8h9/config.packages.metis/conftest.c:8:7: warning: extra tokens at end of #endif directive [-Wendif-labels] #endif; ^ Source: #include "confdefs.h" #include "conffix.h" #include "metis.h" int main() { #if (IDXTYPEWIDTH != 32) #error incompatible IDXTYPEWIDTH #endif; return 0; } ================================================================================ TEST checkVersion from config.packages.metis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.metis(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version Preprocessing source: #include "confdefs.h" #include "conffix.h" #include "metis.h" ;petscpkgver(METIS_VER_MAJOR.METIS_VER_MINOR.METIS_VER_SUBMINOR); Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include /tmp/petsc-j17dx8h9/config.packages.metis/conftest.c For metis need <= 5.1.0 <= ================================================================================ TEST checkSharedLibrary from config.packages.metis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.metis(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.metis 7.732220 ================================================================================ TEST alternateConfigureLibrary from config.packages.pragmatic(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.pragmatic(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.pragmatic 0.001808 ================================================================================ TEST checkDependencies from config.packages.parmetis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.parmetis(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.parmetis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/parmetis.py:41) TESTING: configureLibrary from config.packages.parmetis(config/BuildSystem/config/packages/parmetis.py:41) ================================================================================== Checking for a functional parmetis Looking for PARMETIS at git.parmetis, hg.parmetis or a directory starting with ['petsc-pkg-parmetis'] Could not locate an existing copy of PARMETIS: ['git.slepc', 'git.metis'] Downloading parmetis =============================================================================== Trying to download git://https://bitbucket.org/petsc/pkg-parmetis.git for PARMETIS =============================================================================== Executing: git clone https://bitbucket.org/petsc/pkg-parmetis.git /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis Looking for PARMETIS at git.parmetis, hg.parmetis or a directory starting with ['petsc-pkg-parmetis'] Found a copy of PARMETIS in git.parmetis Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'v4.0.3-p6^{commit}'] Executing: ['git', 'rev-parse', 'v4.0.3-p6'] stdout: 475d8facbb324527c205f1f78a7c90bd160bddcd Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', '475d8facbb324527c205f1f78a7c90bd160bddcd'] PARMETIS was just downloaded, forcing a rebuild because cannot determine if package has changed =============================================================================== Configuring PARMETIS with cmake, this may take several minutes =============================================================================== Executing: /usr/local/bin/cmake .. -DCMAKE_INSTALL_PREFIX=/home/kongf/workhome/rod/moose/petsc/arch-moose -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_C_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpicc" -DCMAKE_AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar -DCMAKE_RANLIB=/usr/bin/ranlib -DCMAKE_C_FLAGS:STRING="-march=nocona -g -O" -DCMAKE_C_FLAGS_DEBUG:STRING="-march=nocona -g -O" -DCMAKE_C_FLAGS_RELEASE:STRING="-march=nocona -g -O" -DCMAKE_CXX_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpicxx" -DCMAKE_CXX_FLAGS:STRING="-g -O -fPIC" -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g -O -fPIC" -DCMAKE_CXX_FLAGS_RELEASE:STRING="-g -O -fPIC" -DCMAKE_Fortran_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpif90" -DCMAKE_Fortran_FLAGS:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_Fortran_FLAGS_DEBUG:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_Fortran_FLAGS_RELEASE:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-O2" -DBUILD_SHARED_LIBS=on -DGKLIB_PATH=../headers -DMETIS_PATH=/home/kongf/workhome/rod/moose/petsc/arch-moose -DMPI_INCLUDE_PATH=/home/kongf/workhome/rod/mpich/include -DSHARED=1 -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON stdout: -- The C compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build =============================================================================== Compiling and installing PARMETIS; this may take several minutes =============================================================================== Executing: /usr/bin/make -j24 -l48.0 stdout: /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis/CMakeFiles/parmetis.dir/DependInfo.cmake --color= Scanning dependencies of target parmetis make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' [ 12%] Building C object libparmetis/CMakeFiles/parmetis.dir/ametis.c.o [ 12%] Building C object libparmetis/CMakeFiles/parmetis.dir/ComputeVertexSeparator.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ComputeVertexSeparator.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ComputeVertexSeparator.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ametis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ametis.c [ 14%] Building C object libparmetis/CMakeFiles/parmetis.dir/akwayfm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/akwayfm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/akwayfm.c [ 17%] Building C object libparmetis/CMakeFiles/parmetis.dir/balancemylink.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/balancemylink.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/balancemylink.c [ 19%] Building C object libparmetis/CMakeFiles/parmetis.dir/csrmatch.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/csrmatch.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/csrmatch.c [ 21%] Building C object libparmetis/CMakeFiles/parmetis.dir/frename.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/frename.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/frename.c [ 24%] Building C object libparmetis/CMakeFiles/parmetis.dir/comm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/comm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/comm.c [ 29%] Building C object libparmetis/CMakeFiles/parmetis.dir/initbalance.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/initbalance.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/initbalance.c [ 34%] Building C object libparmetis/CMakeFiles/parmetis.dir/ctrl.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ctrl.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ctrl.c [ 51%] Building C object libparmetis/CMakeFiles/parmetis.dir/diffutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/diffutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/diffutil.c [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/kwayrefine.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/gkmetis.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/gkmpi.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/mdiffusion.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/graph.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/initmsection.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/mmetis.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/kmetis.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/move.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/initpart.c.o [ 53%] Building C object libparmetis/CMakeFiles/parmetis.dir/debug.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/match.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/mesh.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/msetup.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/kwayrefine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/kwayrefine.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/mdiffusion.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/mdiffusion.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/gkmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/gkmetis.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/debug.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/debug.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/gkmpi.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/gkmpi.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/graph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/graph.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/initmsection.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/initmsection.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/initpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/initpart.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/kmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/kmetis.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/match.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/match.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/mesh.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/mesh.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/mmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/mmetis.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/move.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/move.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/msetup.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/msetup.c [ 63%] Building C object libparmetis/CMakeFiles/parmetis.dir/node_refine.c.o [ 63%] Building C object libparmetis/CMakeFiles/parmetis.dir/ometis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/node_refine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/node_refine.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ometis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ometis.c [ 65%] Building C object libparmetis/CMakeFiles/parmetis.dir/pspases.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/pspases.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/pspases.c [ 68%] Building C object libparmetis/CMakeFiles/parmetis.dir/redomylink.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/redomylink.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/redomylink.c [ 70%] Building C object libparmetis/CMakeFiles/parmetis.dir/remap.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/remap.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/remap.c [ 75%] Building C object libparmetis/CMakeFiles/parmetis.dir/renumber.c.o [ 75%] Building C object libparmetis/CMakeFiles/parmetis.dir/rmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/renumber.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/renumber.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/rmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/rmetis.c [ 78%] Building C object libparmetis/CMakeFiles/parmetis.dir/selectq.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/selectq.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/selectq.c [ 80%] Building C object libparmetis/CMakeFiles/parmetis.dir/serial.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/serial.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/serial.c [ 85%] Building C object libparmetis/CMakeFiles/parmetis.dir/stat.c.o [ 85%] Building C object libparmetis/CMakeFiles/parmetis.dir/timer.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/stat.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/stat.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/timer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/timer.c [ 87%] Building C object libparmetis/CMakeFiles/parmetis.dir/util.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/util.c [ 90%] Building C object libparmetis/CMakeFiles/parmetis.dir/wave.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/wave.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/wave.c [ 92%] Building C object libparmetis/CMakeFiles/parmetis.dir/weird.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/weird.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/weird.c [ 97%] Building C object libparmetis/CMakeFiles/parmetis.dir/xyzpart.c.o [ 97%] Building C object libparmetis/CMakeFiles/parmetis.dir/wspace.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/xyzpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/xyzpart.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/wspace.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/wspace.c [100%] Linking C shared library libparmetis.so cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/parmetis.dir/link.txt --verbose=1 /home/kongf/workhome/rod/mpich/bin/mpicc -fPIC -march=nocona -g -O -shared -Wl,-soname,libparmetis.so -o libparmetis.so CMakeFiles/parmetis.dir/ComputeVertexSeparator.c.o CMakeFiles/parmetis.dir/akwayfm.c.o CMakeFiles/parmetis.dir/ametis.c.o CMakeFiles/parmetis.dir/balancemylink.c.o CMakeFiles/parmetis.dir/comm.c.o CMakeFiles/parmetis.dir/csrmatch.c.o CMakeFiles/parmetis.dir/ctrl.c.o CMakeFiles/parmetis.dir/debug.c.o CMakeFiles/parmetis.dir/diffutil.c.o CMakeFiles/parmetis.dir/frename.c.o CMakeFiles/parmetis.dir/gkmetis.c.o CMakeFiles/parmetis.dir/gkmpi.c.o CMakeFiles/parmetis.dir/graph.c.o CMakeFiles/parmetis.dir/initbalance.c.o CMakeFiles/parmetis.dir/initmsection.c.o CMakeFiles/parmetis.dir/initpart.c.o CMakeFiles/parmetis.dir/kmetis.c.o CMakeFiles/parmetis.dir/kwayrefine.c.o CMakeFiles/parmetis.dir/match.c.o CMakeFiles/parmetis.dir/mdiffusion.c.o CMakeFiles/parmetis.dir/mesh.c.o CMakeFiles/parmetis.dir/mmetis.c.o CMakeFiles/parmetis.dir/move.c.o CMakeFiles/parmetis.dir/msetup.c.o CMakeFiles/parmetis.dir/node_refine.c.o CMakeFiles/parmetis.dir/ometis.c.o CMakeFiles/parmetis.dir/pspases.c.o CMakeFiles/parmetis.dir/redomylink.c.o CMakeFiles/parmetis.dir/remap.c.o CMakeFiles/parmetis.dir/renumber.c.o CMakeFiles/parmetis.dir/rmetis.c.o CMakeFiles/parmetis.dir/selectq.c.o CMakeFiles/parmetis.dir/serial.c.o CMakeFiles/parmetis.dir/stat.c.o CMakeFiles/parmetis.dir/timer.c.o CMakeFiles/parmetis.dir/util.c.o CMakeFiles/parmetis.dir/wave.c.o CMakeFiles/parmetis.dir/weird.c.o CMakeFiles/parmetis.dir/wspace.c.o CMakeFiles/parmetis.dir/xyzpart.c.o -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib: -lmetis make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' [100%] Built target parmetis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles 0 Executing: /usr/bin/make install stdout: /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis/CMakeFiles/parmetis.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' make[2]: Nothing to be done for 'libparmetis/CMakeFiles/parmetis.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' [100%] Built target parmetis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' Install the project... /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/parmetis.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.so -- Set runtime path of "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.so" to "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib" ********Output of running make on PARMETIS follows ******* -- The C compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Configuring done -- Generating done -- Build files have been written to: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-buildCMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS CMAKE_Fortran_FLAGS_DEBUG CMAKE_Fortran_FLAGS_RELEASE /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis/CMakeFiles/parmetis.dir/DependInfo.cmake --color= Scanning dependencies of target parmetis make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' [ 12%] Building C object libparmetis/CMakeFiles/parmetis.dir/ametis.c.o [ 12%] Building C object libparmetis/CMakeFiles/parmetis.dir/ComputeVertexSeparator.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ComputeVertexSeparator.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ComputeVertexSeparator.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ametis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ametis.c [ 14%] Building C object libparmetis/CMakeFiles/parmetis.dir/akwayfm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/akwayfm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/akwayfm.c [ 17%] Building C object libparmetis/CMakeFiles/parmetis.dir/balancemylink.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/balancemylink.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/balancemylink.c [ 19%] Building C object libparmetis/CMakeFiles/parmetis.dir/csrmatch.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/csrmatch.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/csrmatch.c [ 21%] Building C object libparmetis/CMakeFiles/parmetis.dir/frename.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/frename.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/frename.c [ 24%] Building C object libparmetis/CMakeFiles/parmetis.dir/comm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/comm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/comm.c [ 29%] Building C object libparmetis/CMakeFiles/parmetis.dir/initbalance.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/initbalance.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/initbalance.c [ 34%] Building C object libparmetis/CMakeFiles/parmetis.dir/ctrl.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ctrl.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ctrl.c [ 51%] Building C object libparmetis/CMakeFiles/parmetis.dir/diffutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/diffutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/diffutil.c [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/kwayrefine.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/gkmetis.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/gkmpi.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/mdiffusion.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/graph.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/initmsection.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/mmetis.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/kmetis.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/move.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/initpart.c.o [ 53%] Building C object libparmetis/CMakeFiles/parmetis.dir/debug.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/match.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/mesh.c.o [ 58%] Building C object libparmetis/CMakeFiles/parmetis.dir/msetup.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/kwayrefine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/kwayrefine.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/mdiffusion.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/mdiffusion.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/gkmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/gkmetis.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/debug.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/debug.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/gkmpi.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/gkmpi.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/graph.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/graph.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/initmsection.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/initmsection.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/initpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/initpart.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/kmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/kmetis.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/match.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/match.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/mesh.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/mesh.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/mmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/mmetis.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/move.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/move.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/msetup.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/msetup.c [ 63%] Building C object libparmetis/CMakeFiles/parmetis.dir/node_refine.c.o [ 63%] Building C object libparmetis/CMakeFiles/parmetis.dir/ometis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/node_refine.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/node_refine.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/ometis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/ometis.c [ 65%] Building C object libparmetis/CMakeFiles/parmetis.dir/pspases.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/pspases.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/pspases.c [ 68%] Building C object libparmetis/CMakeFiles/parmetis.dir/redomylink.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/redomylink.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/redomylink.c [ 70%] Building C object libparmetis/CMakeFiles/parmetis.dir/remap.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/remap.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/remap.c [ 75%] Building C object libparmetis/CMakeFiles/parmetis.dir/renumber.c.o [ 75%] Building C object libparmetis/CMakeFiles/parmetis.dir/rmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/renumber.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/renumber.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/rmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/rmetis.c [ 78%] Building C object libparmetis/CMakeFiles/parmetis.dir/selectq.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/selectq.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/selectq.c [ 80%] Building C object libparmetis/CMakeFiles/parmetis.dir/serial.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/serial.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/serial.c [ 85%] Building C object libparmetis/CMakeFiles/parmetis.dir/stat.c.o [ 85%] Building C object libparmetis/CMakeFiles/parmetis.dir/timer.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/stat.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/stat.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/timer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/timer.c [ 87%] Building C object libparmetis/CMakeFiles/parmetis.dir/util.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/util.c [ 90%] Building C object libparmetis/CMakeFiles/parmetis.dir/wave.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/wave.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/wave.c [ 92%] Building C object libparmetis/CMakeFiles/parmetis.dir/weird.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/weird.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/weird.c [ 97%] Building C object libparmetis/CMakeFiles/parmetis.dir/xyzpart.c.o [ 97%] Building C object libparmetis/CMakeFiles/parmetis.dir/wspace.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/xyzpart.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/xyzpart.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /home/kongf/workhome/rod/mpich/bin/mpicc -Dparmetis_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/. -march=nocona -g -O -fPIC -o CMakeFiles/parmetis.dir/wspace.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis/wspace.c [100%] Linking C shared library libparmetis.so cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/parmetis.dir/link.txt --verbose=1 /home/kongf/workhome/rod/mpich/bin/mpicc -fPIC -march=nocona -g -O -shared -Wl,-soname,libparmetis.so -o libparmetis.so CMakeFiles/parmetis.dir/ComputeVertexSeparator.c.o CMakeFiles/parmetis.dir/akwayfm.c.o CMakeFiles/parmetis.dir/ametis.c.o CMakeFiles/parmetis.dir/balancemylink.c.o CMakeFiles/parmetis.dir/comm.c.o CMakeFiles/parmetis.dir/csrmatch.c.o CMakeFiles/parmetis.dir/ctrl.c.o CMakeFiles/parmetis.dir/debug.c.o CMakeFiles/parmetis.dir/diffutil.c.o CMakeFiles/parmetis.dir/frename.c.o CMakeFiles/parmetis.dir/gkmetis.c.o CMakeFiles/parmetis.dir/gkmpi.c.o CMakeFiles/parmetis.dir/graph.c.o CMakeFiles/parmetis.dir/initbalance.c.o CMakeFiles/parmetis.dir/initmsection.c.o CMakeFiles/parmetis.dir/initpart.c.o CMakeFiles/parmetis.dir/kmetis.c.o CMakeFiles/parmetis.dir/kwayrefine.c.o CMakeFiles/parmetis.dir/match.c.o CMakeFiles/parmetis.dir/mdiffusion.c.o CMakeFiles/parmetis.dir/mesh.c.o CMakeFiles/parmetis.dir/mmetis.c.o CMakeFiles/parmetis.dir/move.c.o CMakeFiles/parmetis.dir/msetup.c.o CMakeFiles/parmetis.dir/node_refine.c.o CMakeFiles/parmetis.dir/ometis.c.o CMakeFiles/parmetis.dir/pspases.c.o CMakeFiles/parmetis.dir/redomylink.c.o CMakeFiles/parmetis.dir/remap.c.o CMakeFiles/parmetis.dir/renumber.c.o CMakeFiles/parmetis.dir/rmetis.c.o CMakeFiles/parmetis.dir/selectq.c.o CMakeFiles/parmetis.dir/serial.c.o CMakeFiles/parmetis.dir/stat.c.o CMakeFiles/parmetis.dir/timer.c.o CMakeFiles/parmetis.dir/util.c.o CMakeFiles/parmetis.dir/wave.c.o CMakeFiles/parmetis.dir/weird.c.o CMakeFiles/parmetis.dir/wspace.c.o CMakeFiles/parmetis.dir/xyzpart.c.o -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib: -lmetis make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' [100%] Built target parmetis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles 0/usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/libparmetis/CMakeFiles/parmetis.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/bin/make -f libparmetis/CMakeFiles/parmetis.dir/build.make libparmetis/CMakeFiles/parmetis.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' make[2]: Nothing to be done for 'libparmetis/CMakeFiles/parmetis.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' [100%] Built target parmetis make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.parmetis/petsc-build' Install the project... /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/parmetis.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.so -- Set runtime path of "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.so" to "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib"********End of Output of running make on PARMETIS ******* Checking for library in Download PARMETIS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [ParMETIS_V3_PartKway] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char ParMETIS_V3_PartKway(); static void _check_ParMETIS_V3_PartKway() { ParMETIS_V3_PartKway(); } int main() { _check_ParMETIS_V3_PartKway();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -lm -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBPARMETIS" to "1" No functions to check for in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', 'libm.a'] Checking for headers Download PARMETIS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['parmetis.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] Checking include with compiler flags var CPPFLAGS ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include', '/home/kongf/workhome/rod/moose/petsc/arch-moose/include', '/home/kongf/workhome/rod/mpich/include'] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['parmetis.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] Checking for functions [ParMETIS_ComputeVertexSeparator] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char ParMETIS_ComputeVertexSeparator(); static void _check_ParMETIS_ComputeVertexSeparator() { ParMETIS_ComputeVertexSeparator(); } int main() { _check_ParMETIS_ComputeVertexSeparator();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -lm -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBPARMETIS" to "1" ================================================================================ TEST checkVersion from config.packages.parmetis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.parmetis(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.packages.parmetis Preprocessing source: #include "confdefs.h" #include "conffix.h" #include "parmetis.h" ;petscpkgver(PARMETIS_MAJOR_VERSION.PARMETIS_MINOR_VERSION.PARMETIS_SUBMINOR_VERSION); Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.parmetis -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include /tmp/petsc-j17dx8h9/config.packages.parmetis/conftest.c For parmetis need <= 4.0.3 <= ================================================================================ TEST checkSharedLibrary from config.packages.parmetis(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.parmetis(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.parmetis 5.969963 ================================================================================ TEST alternateConfigureLibrary from config.packages.Chaco(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.Chaco(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.Chaco 0.001110 ================================================================================ TEST alternateConfigureLibrary from config.packages.hdf5(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.hdf5(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.hdf5 0.000784 ================================================================================ TEST alternateConfigureLibrary from config.packages.med(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.med(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.med 0.000803 ================================================================================ TEST alternateConfigureLibrary from config.packages.cgns(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.cgns(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.cgns 0.000698 ================================================================================ TEST alternateConfigureLibrary from config.packages.ascem-io(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ascem-io(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ascem-io 0.000783 ================================================================================ TEST alternateConfigureLibrary from config.packages.pflotran(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.pflotran(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.pflotran 0.000783 ================================================================================ TEST alternateConfigureLibrary from config.packages.alquimia(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.alquimia(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.alquimia 0.000776 ================================================================================ TEST alternateConfigureLibrary from config.packages.SAMRAI(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.SAMRAI(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.SAMRAI 0.000789 ================================================================================ TEST alternateConfigureLibrary from config.packages.ADIOS2(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ADIOS2(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ADIOS2 0.000770 child config.packages.flibs 0.000015 ================================================================================ TEST alternateConfigureLibrary from config.packages.pnetcdf(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.pnetcdf(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.pnetcdf 0.000782 ================================================================================ TEST alternateConfigureLibrary from config.packages.netcdf(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.netcdf(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.netcdf 0.000777 ================================================================================ TEST alternateConfigureLibrary from config.packages.exodusii(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.exodusii(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.exodusii 0.000780 ================================================================================ TEST alternateConfigureLibrary from config.packages.hwloc(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.hwloc(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.hwloc 0.000795 ================================================================================ TEST checkDependencies from config.packages.pthread(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.pthread(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.pthread(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/pthread.py:20) TESTING: configureLibrary from config.packages.pthread(config/BuildSystem/config/packages/pthread.py:20) Checks for pthread_barrier_t, cpu_set_t, and sys/sysctl.h ================================================================================== Checking for a functional pthread Checking for library in Compiler specific search PTHREAD: [] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [pthread_create] in library [] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char pthread_create(); static void _check_pthread_create() { pthread_create(); } int main() { _check_pthread_create();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/petsc-j17dx8h9/config.libraries/conftest.o: in function `_check_pthread_create': /tmp/petsc-j17dx8h9/config.libraries/conftest.c:5: undefined reference to `pthread_create' collect2: error: ld returned 1 exit status Checking for library in Compiler specific search PTHREAD: ['libpthread.a'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [pthread_create] in library ['libpthread.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char pthread_create(); static void _check_pthread_create() { pthread_create(); } int main() { _check_pthread_create();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lpthread -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBPTHREAD" to "1" No functions to check for in library ['libpthread.a'] [] Checking for headers Compiler specific search PTHREAD: [] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['pthread.h'] in [] Checking include with compiler flags var CPPFLAGS [] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.packages.parmetis -I/tmp/petsc-j17dx8h9/config.headers /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['pthread.h'] in [] All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.packages.pthread Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.pthread/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.pthread/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { pthread_barrier_t *a; ; return 0; } Defined "HAVE_PTHREAD_BARRIER_T" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.packages.pthread/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.packages.pthread/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" #include int main() { cpu_set_t *a; ; return 0; } Defined "HAVE_SCHED_CPU_SET_T" to "1" Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.packages.parmetis -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.pthread /tmp/petsc-j17dx8h9/config.packages.pthread/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Defined "HAVE_SYS_SYSCTL_H" to "1" ================================================================================ TEST checkVersion from config.packages.pthread(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.pthread(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.pthread(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.pthread(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.pthread 0.624716 ================================================================================ TEST checkDependencies from config.packages.PTScotch(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.PTScotch(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.PTScotch(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.PTScotch(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional PTScotch Looking for PTSCOTCH at git.ptscotch, hg.ptscotch or a directory starting with ['scotch', 'petsc-pkg-scotch'] Could not locate an existing copy of PTSCOTCH: ['git.slepc', 'git.metis', 'git.parmetis'] Downloading PTScotch =============================================================================== Trying to download git:https://gitlab.inria.fr/scotch/scotch for PTSCOTCH =============================================================================== ERROR: Unknown compression type in URL: git:https://gitlab.inria.fr/scotch/scotch =============================================================================== Trying to download https://gitlab.inria.fr/scotch/scotch/-/archive/v6.0.8/scotch-v6.0.8.tar.gz for PTSCOTCH =============================================================================== Downloading https://gitlab.inria.fr/scotch/scotch/-/archive/v6.0.8/scotch-v6.0.8.tar.gz to /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/_d_scotch-v6.0.8.tar.gz Extracting /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/_d_scotch-v6.0.8.tar.gz Executing: cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages; chmod -R a+r scotch-v6.0.8;find scotch-v6.0.8 -type d -name "*" -exec chmod a+rx {} \; Looking for PTSCOTCH at git.ptscotch, hg.ptscotch or a directory starting with ['scotch', 'petsc-pkg-scotch'] Found a copy of PTSCOTCH in scotch-v6.0.8 Creating PTScotch /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/Makefile.inc Checking for program /home/kongf/workhome/rod/miniconda3/bin/bison...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/bison...not found Checking for program /usr/local/sbin/bison...not found Checking for program /usr/local/bin/bison...not found Checking for program /usr/sbin/bison...not found Checking for program /usr/bin/bison...found Defined make macro "BISON" to "/usr/bin/bison" Checking for program /home/kongf/workhome/rod/miniconda3/bin/flex...not found Checking for program /home/kongf/workhome/rod/miniconda3/condabin/flex...not found Checking for program /usr/local/sbin/flex...not found Checking for program /usr/local/bin/flex...not found Checking for program /usr/sbin/flex...not found Checking for program /usr/bin/flex...found Defined make macro "FLEX" to "/usr/bin/flex" Checking for functions [timer_create] in library ['-lrt'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char timer_create(); static void _check_timer_create() { timer_create(); } int main() { _check_timer_create();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBRT" to "1" Adding ['-lrt'] to LIBS Executing: uname -s stdout: Linux PTSCOTCH was just downloaded, forcing a rebuild because cannot determine if package has changed =============================================================================== Compiling PTScotch; this may take several minutes =============================================================================== Executing: cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src && make clean ptesmumps esmumps stdout: /bin/mkdir -p ../bin /bin/mkdir -p ../include /bin/mkdir -p ../lib (cd libscotch ; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' rm -f *~ *.o lib*.a parser_yy.c parser_ly.h parser_ll.c *scotch.h *scotchf.h y.output *dummysizes make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' (cd scotch ; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' rm -f *~ *.o acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst gbase gcv *ggath *gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst *gord gotst gout *gpart *gscat *gtst mcv mmk_m2 mmk_m3 mord mtst make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' (cd libscotchmetis ; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' rm -f *~ *.o lib*.a metis.h parmetis.h make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' (cd check ; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/check' rm -f *~ *.o make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/check' (cd esmumps ; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' rm -f *~ common.h *.o lib*.a main_esmumps make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' (cd libscotch ; make VERSION=6 RELEASE=0 PATCHLEVEL=8 scotch && make install) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ CCD="/home/kongf/workhome/rod/mpich/bin/mpicc" \ scotch.h \ scotchf.h \ libscotch.a \ libscotcherr.a \ libscotcherrexit.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch.c -o arch.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 dummysizes.c -o dummysizes -lpthread -lm -lrt ./dummysizes "-s" library.h scotch.h ./dummysizes "-s" library_f.h scotchf.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_build.c -o arch_build.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_build2.c -o arch_build2.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_cmplt.c -o arch_cmplt.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_cmpltw.c -o arch_cmpltw.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_deco.c -o arch_deco.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_deco2.c -o arch_deco2.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_dist.c -o arch_dist.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_hcub.c -o arch_hcub.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_mesh.c -o arch_mesh.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_sub.c -o arch_sub.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_tleaf.c -o arch_tleaf.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_torus.c -o arch_torus.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_vcmplt.c -o arch_vcmplt.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c arch_vhcub.c -o arch_vhcub.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph.c -o bgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_bd.c -o bgraph_bipart_bd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_df.c -o bgraph_bipart_df.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_ex.c -o bgraph_bipart_ex.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_fm.c -o bgraph_bipart_fm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_gg.c -o bgraph_bipart_gg.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_gp.c -o bgraph_bipart_gp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_ml.c -o bgraph_bipart_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_st.c -o bgraph_bipart_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_bipart_zr.c -o bgraph_bipart_zr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_check.c -o bgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c bgraph_store.c -o bgraph_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common.c -DSCOTCH_COMMON_RENAME -o common.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_file.c -DSCOTCH_COMMON_RENAME -o common_file.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_file_compress.c -DSCOTCH_COMMON_RENAME -o common_file_compress.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_file_decompress.c -DSCOTCH_COMMON_RENAME -o common_file_decompress.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_integer.c -DSCOTCH_COMMON_RENAME -o common_integer.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_memory.c -DSCOTCH_COMMON_RENAME -o common_memory.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_string.c -DSCOTCH_COMMON_RENAME -o common_string.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_stub.c -DSCOTCH_COMMON_RENAME -o common_stub.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c common_thread.c -DSCOTCH_COMMON_RENAME -o common_thread.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c fibo.c -o fibo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c gain.c -o gain.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c geom.c -o geom.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph.c -o graph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_base.c -o graph_base.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_band.c -o graph_band.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_check.c -o graph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_clone.c -o graph_clone.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_coarsen.c -o graph_coarsen.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_diam.c -o graph_diam.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_ielo.c -o graph_ielo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_induce.c -o graph_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_io.c -o graph_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_io_chac.c -o graph_io_chac.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_io_habo.c -o graph_io_habo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_io_mmkt.c -o graph_io_mmkt.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_io_scot.c -o graph_io_scot.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_list.c -o graph_list.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c graph_match.c -o graph_match.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hall_order_hd.c -o hall_order_hd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hall_order_hf.c -o hall_order_hf.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hall_order_hx.c -o hall_order_hx.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph.c -o hgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_check.c -o hgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_induce.c -o hgraph_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_bl.c -o hgraph_order_bl.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_cc.c -o hgraph_order_cc.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_cp.c -o hgraph_order_cp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_gp.c -o hgraph_order_gp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_hd.c -o hgraph_order_hd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_hf.c -o hgraph_order_hf.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_hx.c -o hgraph_order_hx.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_kp.c -o hgraph_order_kp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_nd.c -o hgraph_order_nd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_si.c -o hgraph_order_si.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hgraph_order_st.c -o hgraph_order_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh.c -o hmesh.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_check.c -o hmesh_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_hgraph.c -o hmesh_hgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_induce.c -o hmesh_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_mesh.c -o hmesh_mesh.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_bl.c -o hmesh_order_bl.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_cp.c -o hmesh_order_cp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_gr.c -o hmesh_order_gr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_gp.c -o hmesh_order_gp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_hd.c -o hmesh_order_hd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_hf.c -o hmesh_order_hf.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_hx.c -o hmesh_order_hx.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_nd.c -o hmesh_order_nd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_si.c -o hmesh_order_si.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c hmesh_order_st.c -o hmesh_order_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph.c -o kgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_band.c -o kgraph_band.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_check.c -o kgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_bd.c -o kgraph_map_bd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_cp.c -o kgraph_map_cp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_df.c -o kgraph_map_df.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_ex.c -o kgraph_map_ex.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_fm.c -o kgraph_map_fm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_ml.c -o kgraph_map_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_rb.c -o kgraph_map_rb.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_rb_map.c -o kgraph_map_rb_map.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_rb_part.c -o kgraph_map_rb_part.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_map_st.c -o kgraph_map_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c kgraph_store.c -o kgraph_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_arch.c -o library_arch.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_arch_f.c -o library_arch_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_arch_build.c -o library_arch_build.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_arch_build_f.c -o library_arch_build_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_arch_dom.c -o library_arch_dom.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_arch_dom_f.c -o library_arch_dom_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_common_f.c -o library_common_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_geom.c -o library_geom.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_geom_f.c -o library_geom_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph.c -o library_graph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_f.c -o library_graph_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_base.c -o library_graph_base.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_base_f.c -o library_graph_base_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_check.c -o library_graph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_check_f.c -o library_graph_check_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_coarsen.c -o library_graph_coarsen.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_coarsen_f.c -o library_graph_coarsen_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_color.c -o library_graph_color.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_color_f.c -o library_graph_color_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_diam.c -o library_graph_diam.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_diam_f.c -o library_graph_diam_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_induce.c -o library_graph_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_induce_f.c -o library_graph_induce_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_chac.c -o library_graph_io_chac.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_chac_f.c -o library_graph_io_chac_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_habo.c -o library_graph_io_habo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_habo_f.c -o library_graph_io_habo_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_mmkt.c -o library_graph_io_mmkt.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_mmkt_f.c -o library_graph_io_mmkt_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_scot.c -o library_graph_io_scot.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_io_scot_f.c -o library_graph_io_scot_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_map.c -o library_graph_map.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_map_f.c -o library_graph_map_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_map_io.c -o library_graph_map_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_map_io_f.c -o library_graph_map_io_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_map_view.c -o library_graph_map_view.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_map_view_f.c -o library_graph_map_view_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_order.c -o library_graph_order.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_order_f.c -o library_graph_order_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_part_ovl.c -o library_graph_part_ovl.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_graph_part_ovl_f.c -o library_graph_part_ovl_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mapping.c -o library_mapping.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_memory.c -o library_memory.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_memory_f.c -o library_memory_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh.c -o library_mesh.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_f.c -o library_mesh_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_graph.c -o library_mesh_graph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_graph_f.c -o library_mesh_graph_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_io_habo.c -o library_mesh_io_habo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_io_habo_f.c -o library_mesh_io_habo_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_io_scot.c -o library_mesh_io_scot.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_io_scot_f.c -o library_mesh_io_scot_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_order.c -o library_mesh_order.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_mesh_order_f.c -o library_mesh_order_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_order.c -o library_order.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_parser.c -o library_parser.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_parser_f.c -o library_parser_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_random.c -o library_random.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_random_f.c -o library_random_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_strat.c -o library_strat.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_version.c -o library_version.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_version_f.c -o library_version_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mapping.c -o mapping.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mapping_io.c -o mapping_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh.c -o mesh.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_check.c -o mesh_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_coarsen.c -o mesh_coarsen.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_graph.c -o mesh_graph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_induce_sepa.c -o mesh_induce_sepa.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_io.c -o mesh_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_io_habo.c -o mesh_io_habo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c mesh_io_scot.c -o mesh_io_scot.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c order.c -o order.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c order_check.c -o order_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c order_io.c -o order_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 (/usr/bin/bison -y -d -v parser_yy.y && \ /bin/mv y.tab.c parser_yy.c && \ /bin/mv y.tab.h parser_ly.h) || \ /bin/cp last_resort/parser_ly.h last_resort/parser_yy.c . /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c parser.c -o parser.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 (/usr/bin/flex parser_ll.l && \ /bin/mv lex.yy.c parser_ll.c) || \ /bin/cp last_resort/parser_ll.c . /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c parser_ll.c -o parser_ll.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c parser_yy.c -o parser_yy.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph.c -o vgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_check.c -o vgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_bd.c -o vgraph_separate_bd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_df.c -o vgraph_separate_df.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_es.c -o vgraph_separate_es.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_fm.c -o vgraph_separate_fm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_gg.c -o vgraph_separate_gg.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_gp.c -o vgraph_separate_gp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_ml.c -o vgraph_separate_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_st.c -o vgraph_separate_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_th.c -o vgraph_separate_th.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_vw.c -o vgraph_separate_vw.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_separate_zr.c -o vgraph_separate_zr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vgraph_store.c -o vgraph_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh.c -o vmesh.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_check.c -o vmesh_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_separate_fm.c -o vmesh_separate_fm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_separate_gg.c -o vmesh_separate_gg.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_separate_gr.c -o vmesh_separate_gr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_separate_ml.c -o vmesh_separate_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_separate_zr.c -o vmesh_separate_zr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_separate_st.c -o vmesh_separate_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c vmesh_store.c -o vmesh_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph.c -o wgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_check.c -o wgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_fm.c -o wgraph_part_fm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_gg.c -o wgraph_part_gg.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_gp.c -o wgraph_part_gp.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_ml.c -o wgraph_part_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_rb.c -o wgraph_part_rb.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_st.c -o wgraph_part_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_part_zr.c -o wgraph_part_zr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c wgraph_store.c -o wgraph_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libscotch.a arch.o arch_build.o arch_build2.o arch_cmplt.o arch_cmpltw.o arch_deco.o arch_deco2.o arch_dist.o arch_hcub.o arch_mesh.o arch_sub.o arch_tleaf.o arch_torus.o arch_vcmplt.o arch_vhcub.o bgraph.o bgraph_bipart_bd.o bgraph_bipart_df.o bgraph_bipart_ex.o bgraph_bipart_fm.o bgraph_bipart_gg.o bgraph_bipart_gp.o bgraph_bipart_ml.o bgraph_bipart_st.o bgraph_bipart_zr.o bgraph_check.o bgraph_store.o common.o common_file.o common_file_compress.o common_file_decompress.o common_integer.o common_memory.o common_string.o common_stub.o common_thread.o fibo.o gain.o geom.o graph.o graph_base.o graph_band.o graph_check.o graph_clone.o graph_coarsen.o graph_diam.o graph_ielo.o graph_induce.o graph_io.o graph_io_chac.o graph_io_habo.o graph_io_mmkt.o graph_io_scot.o graph_list.o graph_match.o hall_order_hd.o hall_order_hf.o hall_order_hx.o hgraph.o hgraph_check.o hgraph_induce.o hgraph_order_bl.o hgraph_order_cc.o hgraph_order_cp.o hgraph_order_gp.o hgraph_order_hd.o hgraph_order_hf.o hgraph_order_hx.o hgraph_order_kp.o hgraph_order_nd.o hgraph_order_si.o hgraph_order_st.o hmesh.o hmesh_check.o hmesh_hgraph.o hmesh_induce.o hmesh_mesh.o hmesh_order_bl.o hmesh_order_cp.o hmesh_order_gr.o hmesh_order_gp.o hmesh_order_hd.o hmesh_order_hf.o hmesh_order_hx.o hmesh_order_nd.o hmesh_order_si.o hmesh_order_st.o kgraph.o kgraph_band.o kgraph_check.o kgraph_map_bd.o kgraph_map_cp.o kgraph_map_df.o kgraph_map_ex.o kgraph_map_fm.o kgraph_map_ml.o kgraph_map_rb.o kgraph_map_rb_map.o kgraph_map_rb_part.o kgraph_map_st.o kgraph_store.o library_arch.o library_arch_f.o library_arch_build.o library_arch_build_f.o library_arch_dom.o library_arch_dom_f.o library_common_f.o library_geom.o library_geom_f.o library_graph.o library_graph_f.o library_graph_base.o library_graph_base_f.o library_graph_check.o library_graph_check_f.o library_graph_coarsen.o library_graph_coarsen_f.o library_graph_color.o library_graph_color_f.o library_graph_diam.o library_graph_diam_f.o library_graph_induce.o library_graph_induce_f.o library_graph_io_chac.o library_graph_io_chac_f.o library_graph_io_habo.o library_graph_io_habo_f.o library_graph_io_mmkt.o library_graph_io_mmkt_f.o library_graph_io_scot.o library_graph_io_scot_f.o library_graph_map.o library_graph_map_f.o library_graph_map_io.o library_graph_map_io_f.o library_graph_map_view.o library_graph_map_view_f.o library_graph_order.o library_graph_order_f.o library_graph_part_ovl.o library_graph_part_ovl_f.o library_mapping.o library_memory.o library_memory_f.o library_mesh.o library_mesh_f.o library_mesh_graph.o library_mesh_graph_f.o library_mesh_io_habo.o library_mesh_io_habo_f.o library_mesh_io_scot.o library_mesh_io_scot_f.o library_mesh_order.o library_mesh_order_f.o library_order.o library_parser.o library_parser_f.o library_random.o library_random_f.o library_strat.o library_version.o library_version_f.o mapping.o mapping_io.o mesh.o mesh_check.o mesh_coarsen.o mesh_graph.o mesh_induce_sepa.o mesh_io.o mesh_io_habo.o mesh_io_scot.o order.o order_check.o order_io.o parser.o parser_ll.o parser_yy.o vgraph.o vgraph_check.o vgraph_separate_bd.o vgraph_separate_df.o vgraph_separate_es.o vgraph_separate_fm.o vgraph_separate_gg.o vgraph_separate_gp.o vgraph_separate_ml.o vgraph_separate_st.o vgraph_separate_th.o vgraph_separate_vw.o vgraph_separate_zr.o vgraph_store.o vmesh.o vmesh_check.o vmesh_separate_fm.o vmesh_separate_gg.o vmesh_separate_gr.o vmesh_separate_ml.o vmesh_separate_zr.o vmesh_separate_st.o vmesh_store.o wgraph.o wgraph_check.o wgraph_part_fm.o wgraph_part_gg.o wgraph_part_gp.o wgraph_part_ml.o wgraph_part_rb.o wgraph_part_st.o wgraph_part_zr.o wgraph_store.o /usr/bin/ranlib libscotch.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_error.c -o library_error.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libscotcherr.a library_error.o /usr/bin/ranlib libscotcherr.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -c library_error_exit.c -o library_error_exit.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libscotcherrexit.a library_error_exit.o /usr/bin/ranlib libscotcherrexit.a make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' /bin/cp scotch.h ../../include /bin/cp scotchf.h ../../include /bin/cp libscotch.a libscotcherr*.a ../../lib make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' (cd scotch ; make VERSION=6 RELEASE=0 PATCHLEVEL=8 scotch && make install) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" SCOTCHLIB=scotch \ acpl \ amk_ccc \ amk_fft2 \ amk_grf \ amk_hy \ amk_m2 \ amk_p2 \ atst \ gbase \ gcv \ gmap \ gmk_hy \ gmk_m2 \ gmk_m3 \ gmk_msh \ gmk_ub2 \ gmtst \ gord \ gotst \ gout \ gpart \ gscat \ gtst \ mcv \ mmk_m2 \ mmk_m3 \ mord \ mtst make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch acpl.c -o acpl -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch amk_ccc.c -o amk_ccc -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch amk_fft2.c -o amk_fft2 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch amk_grf.c -o amk_grf -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch amk_hy.c -o amk_hy -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch amk_m2.c -o amk_m2 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch amk_p2.c -o amk_p2 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch atst.c -o atst -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gbase.c -o gbase -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gcv.c -o gcv -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmap.c -o gmap -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmk_hy.c -o gmk_hy -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmk_m2.c -o gmk_m2 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmk_m3.c -o gmk_m3 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmk_msh.c -o gmk_msh -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmk_ub2.c -o gmk_ub2 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmtst.c -o gmtst -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gord.c -o gord -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gotst.c -o gotst -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../libscotch -I../../include gout_c.c gout_o.c -o gout -L../../lib -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gmap.c -DSCOTCH_COMPILE_PART -o gpart -L../../lib -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gscat.c -o gscat -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch gtst.c -o gtst -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch mcv.c -o mcv -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch mmk_m2.c -o mmk_m2 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch mmk_m3.c -o mmk_m3 -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch mord.c -o mord -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch mtst.c -o mtst -L../../lib -lscotch -lscotch -lscotcherrexit -lpthread -lm -lrt make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" SCOTCHLIB=scotch \ acpl \ amk_ccc \ amk_fft2 \ amk_grf \ amk_hy \ amk_m2 \ amk_p2 \ atst \ gbase \ gcv \ gmap \ gmk_hy \ gmk_m2 \ gmk_m3 \ gmk_msh \ gmk_ub2 \ gmtst \ gord \ gotst \ gout \ gpart \ gscat \ gtst \ mcv \ mmk_m2 \ mmk_m3 \ mord \ mtst make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make[2]: 'acpl' is up to date. make[2]: 'amk_ccc' is up to date. make[2]: 'amk_fft2' is up to date. make[2]: 'amk_grf' is up to date. make[2]: 'amk_hy' is up to date. make[2]: 'amk_m2' is up to date. make[2]: 'amk_p2' is up to date. make[2]: 'atst' is up to date. make[2]: 'gbase' is up to date. make[2]: 'gcv' is up to date. make[2]: 'gmap' is up to date. make[2]: 'gmk_hy' is up to date. make[2]: 'gmk_m2' is up to date. make[2]: 'gmk_m3' is up to date. make[2]: 'gmk_msh' is up to date. make[2]: 'gmk_ub2' is up to date. make[2]: 'gmtst' is up to date. make[2]: 'gord' is up to date. make[2]: 'gotst' is up to date. make[2]: 'gout' is up to date. make[2]: 'gpart' is up to date. make[2]: 'gscat' is up to date. make[2]: 'gtst' is up to date. make[2]: 'mcv' is up to date. make[2]: 'mmk_m2' is up to date. make[2]: 'mmk_m3' is up to date. make[2]: 'mord' is up to date. make[2]: 'mtst' is up to date. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' /bin/cp acpl amk_ccc amk_fft2 amk_grf amk_hy amk_m2 amk_p2 atst gbase gcv gmap gmk_hy gmk_m2 gmk_m3 gmk_msh gmk_ub2 gmtst gord gotst gout gpart *gtst gscat mcv mmk_m2 mmk_m3 mord mtst ../../bin make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' (cd libscotchmetis ; make scotch && make install) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ metis.h \ libscotchmetis.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' ../libscotch/dummysizes library_metis.h metis.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch -c metis_graph_order.c -o metis_graph_order.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch -c metis_graph_order_f.c -o metis_graph_order_f.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch -c metis_graph_part.c -o metis_graph_part.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch -c metis_graph_part_f.c -o metis_graph_part_f.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libscotchmetis.a metis_graph_order.o metis_graph_order_f.o metis_graph_part.o metis_graph_part_f.o /usr/bin/ranlib libscotchmetis.a make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ metis.h \ libscotchmetis.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make[2]: 'metis.h' is up to date. make[2]: 'libscotchmetis.a' is up to date. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' /bin/cp metis.h ../../include /bin/cp libscotchmetis.a ../../lib make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' (cd libscotch ; make VERSION=6 RELEASE=0 PATCHLEVEL=8 ptscotch && make ptinstall) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ CCD="/home/kongf/workhome/rod/mpich/bin/mpicc" \ scotch.h \ scotchf.h \ libscotch.a \ libscotcherr.a \ libscotcherrexit.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make[2]: 'scotch.h' is up to date. make[2]: 'scotchf.h' is up to date. make[2]: 'libscotch.a' is up to date. make[2]: 'libscotcherr.a' is up to date. make[2]: 'libscotcherrexit.a' is up to date. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ CFLAGS="-march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH" \ CCDFLAGS="-march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH" \ ptscotch.h \ ptscotchf.h \ libptscotch.a \ libptscotcherr.a \ libptscotcherrexit.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 dummysizes.c -o ptdummysizes -lpthread -lm -lrt ./ptdummysizes "-s" library_pt.h ptscotch.h ./ptdummysizes "-s" library_pt_f.h ptscotchf.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph.c -o bdgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_bd.c -o bdgraph_bipart_bd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_df.c -o bdgraph_bipart_df.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_ex.c -o bdgraph_bipart_ex.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_ml.c -o bdgraph_bipart_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_sq.c -o bdgraph_bipart_sq.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_st.c -o bdgraph_bipart_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_bipart_zr.c -o bdgraph_bipart_zr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_check.c -o bdgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_gather_all.c -o bdgraph_gather_all.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c bdgraph_store.c -o bdgraph_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c comm.c -o comm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph.c -o dgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_allreduce.c -o dgraph_allreduce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_band.c -o dgraph_band.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_build.c -o dgraph_build.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_build_grid3d.c -o dgraph_build_grid3d.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_build_hcub.c -o dgraph_build_hcub.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_check.c -o dgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_coarsen.c -o dgraph_coarsen.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_fold.c -o dgraph_fold.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_fold_comm.c -o dgraph_fold_comm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_fold_dup.c -o dgraph_fold_dup.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_gather.c -o dgraph_gather.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_gather_all.c -o dgraph_gather_all.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_ghst.c -o dgraph_ghst.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_halo.c -o dgraph_halo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_induce.c -o dgraph_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_io_load.c -o dgraph_io_load.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_io_save.c -o dgraph_io_save.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_match.c -o dgraph_match.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_match_sync_coll.c -o dgraph_match_sync_coll.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_match_sync_ptop.c -o dgraph_match_sync_ptop.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_match_check.c -o dgraph_match_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_redist.c -o dgraph_redist.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_scatter.c -o dgraph_scatter.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dgraph_view.c -o dgraph_view.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dmapping.c -o dmapping.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dmapping_io.c -o dmapping_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder.c -o dorder.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder_gather.c -o dorder_gather.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder_io.c -o dorder_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder_io_block.c -o dorder_io_block.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder_io_tree.c -o dorder_io_tree.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder_perm.c -o dorder_perm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c dorder_tree_dist.c -o dorder_tree_dist.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph.c -o hdgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_check.c -o hdgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_fold.c -o hdgraph_fold.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_gather.c -o hdgraph_gather.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_induce.c -o hdgraph_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_order_nd.c -o hdgraph_order_nd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_order_si.c -o hdgraph_order_si.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_order_sq.c -o hdgraph_order_sq.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c hdgraph_order_st.c -o hdgraph_order_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c kdgraph.c -o kdgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c kdgraph_gather.c -o kdgraph_gather.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c kdgraph_map_rb.c -o kdgraph_map_rb.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c kdgraph_map_rb_map.c -o kdgraph_map_rb_map.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c kdgraph_map_rb_part.c -o kdgraph_map_rb_part.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c kdgraph_map_st.c -o kdgraph_map_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph.c -o library_dgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_f.c -o library_dgraph_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_band.c -o library_dgraph_band.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_band_f.c -o library_dgraph_band_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_build.c -o library_dgraph_build.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_build_f.c -o library_dgraph_build_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_build_grid3d.c -o library_dgraph_build_grid3d.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_build_grid3d_f.c -o library_dgraph_build_grid3d_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_check.c -o library_dgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_check_f.c -o library_dgraph_check_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_coarsen.c -o library_dgraph_coarsen.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_coarsen_f.c -o library_dgraph_coarsen_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_gather.c -o library_dgraph_gather.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_gather_f.c -o library_dgraph_gather_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_grow.c -o library_dgraph_grow.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_halo.c -o library_dgraph_halo.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_halo_f.c -o library_dgraph_halo_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_induce.c -o library_dgraph_induce.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_induce_f.c -o library_dgraph_induce_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_io_load.c -o library_dgraph_io_load.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_io_load_f.c -o library_dgraph_io_load_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_io_save.c -o library_dgraph_io_save.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_io_save_f.c -o library_dgraph_io_save_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_map.c -o library_dgraph_map.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_map_f.c -o library_dgraph_map_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_map_view.c -o library_dgraph_map_view.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_map_view_f.c -o library_dgraph_map_view_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order.c -o library_dgraph_order.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_f.c -o library_dgraph_order_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_gather.c -o library_dgraph_order_gather.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_gather_f.c -o library_dgraph_order_gather_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_io.c -o library_dgraph_order_io.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_io_f.c -o library_dgraph_order_io_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_io_block.c -o library_dgraph_order_io_block.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_io_block_f.c -o library_dgraph_order_io_block_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_perm.c -o library_dgraph_order_perm.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_perm_f.c -o library_dgraph_order_perm_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_tree_dist.c -o library_dgraph_order_tree_dist.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_order_tree_dist_f.c -o library_dgraph_order_tree_dist_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_redist.c -o library_dgraph_redist.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_redist_f.c -o library_dgraph_redist_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_scatter.c -o library_dgraph_scatter.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_scatter_f.c -o library_dgraph_scatter_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_stat.c -o library_dgraph_stat.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dgraph_stat_f.c -o library_dgraph_stat_f.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dmapping.c -o library_dmapping.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_dorder.c -o library_dorder.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph.c -o vdgraph.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_check.c -o vdgraph_check.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_gather_all.c -o vdgraph_gather_all.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_separate_bd.c -o vdgraph_separate_bd.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_separate_df.c -o vdgraph_separate_df.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_separate_ml.c -o vdgraph_separate_ml.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_separate_sq.c -o vdgraph_separate_sq.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_separate_st.c -o vdgraph_separate_st.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_separate_zr.c -o vdgraph_separate_zr.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c vdgraph_store.c -o vdgraph_store.o -DSCOTCH_VERSION_NUM=6 -DSCOTCH_RELEASE_NUM=0 -DSCOTCH_PATCHLEVEL_NUM=8 /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libptscotch.a bdgraph.o bdgraph_bipart_bd.o bdgraph_bipart_df.o bdgraph_bipart_ex.o bdgraph_bipart_ml.o bdgraph_bipart_sq.o bdgraph_bipart_st.o bdgraph_bipart_zr.o bdgraph_check.o bdgraph_gather_all.o bdgraph_store.o comm.o dgraph.o dgraph_allreduce.o dgraph_band.o dgraph_build.o dgraph_build_grid3d.o dgraph_build_hcub.o dgraph_check.o dgraph_coarsen.o dgraph_fold.o dgraph_fold_comm.o dgraph_fold_dup.o dgraph_gather.o dgraph_gather_all.o dgraph_ghst.o dgraph_halo.o dgraph_induce.o dgraph_io_load.o dgraph_io_save.o dgraph_match.o dgraph_match_sync_coll.o dgraph_match_sync_ptop.o dgraph_match_check.o dgraph_redist.o dgraph_scatter.o dgraph_view.o dmapping.o dmapping_io.o dorder.o dorder_gather.o dorder_io.o dorder_io_block.o dorder_io_tree.o dorder_perm.o dorder_tree_dist.o hdgraph.o hdgraph_check.o hdgraph_fold.o hdgraph_gather.o hdgraph_induce.o hdgraph_order_nd.o hdgraph_order_si.o hdgraph_order_sq.o hdgraph_order_st.o kdgraph.o kdgraph_gather.o kdgraph_map_rb.o kdgraph_map_rb_map.o kdgraph_map_rb_part.o kdgraph_map_st.o library_dgraph.o library_dgraph_f.o library_dgraph_band.o library_dgraph_band_f.o library_dgraph_build.o library_dgraph_build_f.o library_dgraph_build_grid3d.o library_dgraph_build_grid3d_f.o library_dgraph_check.o library_dgraph_check_f.o library_dgraph_coarsen.o library_dgraph_coarsen_f.o library_dgraph_gather.o library_dgraph_gather_f.o library_dgraph_grow.o library_dgraph_halo.o library_dgraph_halo_f.o library_dgraph_induce.o library_dgraph_induce_f.o library_dgraph_io_load.o library_dgraph_io_load_f.o library_dgraph_io_save.o library_dgraph_io_save_f.o library_dgraph_map.o library_dgraph_map_f.o library_dgraph_map_view.o library_dgraph_map_view_f.o library_dgraph_order.o library_dgraph_order_f.o library_dgraph_order_gather.o library_dgraph_order_gather_f.o library_dgraph_order_io.o library_dgraph_order_io_f.o library_dgraph_order_io_block.o library_dgraph_order_io_block_f.o library_dgraph_order_perm.o library_dgraph_order_perm_f.o library_dgraph_order_tree_dist.o library_dgraph_order_tree_dist_f.o library_dgraph_redist.o library_dgraph_redist_f.o library_dgraph_scatter.o library_dgraph_scatter_f.o library_dgraph_stat.o library_dgraph_stat_f.o library_dmapping.o library_dorder.o vdgraph.o vdgraph_check.o vdgraph_gather_all.o vdgraph_separate_bd.o vdgraph_separate_df.o vdgraph_separate_ml.o vdgraph_separate_sq.o vdgraph_separate_st.o vdgraph_separate_zr.o vdgraph_store.o /usr/bin/ranlib libptscotch.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_error.c -o library_error_pt.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libptscotcherr.a library_error_pt.o /usr/bin/ranlib libptscotcherr.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -c library_error_exit.c -o library_error_exit_pt.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libptscotcherrexit.a library_error_exit_pt.o /usr/bin/ranlib libptscotcherrexit.a make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' /bin/cp ptscotch.h ../../include /bin/cp ptscotchf.h ../../include /bin/cp libptscotch.a libptscotcherr*.a ../../lib make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotch' (cd scotch ; make VERSION=6 RELEASE=0 PATCHLEVEL=8 ptscotch && make ptinstall) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" SCOTCHLIB=ptscotch \ dggath \ dgmap \ dgord \ dgpart \ dgscat \ dgtst make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch dggath.c -o dggath -L../../lib -lptscotch -lscotch -lptscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch dgmap.c -o dgmap -L../../lib -lptscotch -lscotch -lptscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch dgord.c -o dgord -L../../lib -lptscotch -lscotch -lptscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch dgmap.c -DSCOTCH_COMPILE_PART -o dgpart -L../../lib -lptscotch -lscotch -lptscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch dgscat.c -o dgscat -L../../lib -lptscotch -lscotch -lptscotcherrexit -lpthread -lm -lrt /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -I../libscotch dgtst.c -o dgtst -L../../lib -lptscotch -lscotch -lptscotcherrexit -lpthread -lm -lrt make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" SCOTCHLIB=ptscotch \ dggath \ dgmap \ dgord \ dgpart \ dgscat \ dgtst make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' make[2]: 'dggath' is up to date. make[2]: 'dgmap' is up to date. make[2]: 'dgord' is up to date. make[2]: 'dgpart' is up to date. make[2]: 'dgscat' is up to date. make[2]: 'dgtst' is up to date. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' /bin/cp dggath dgmap dgord dgpart dgscat dgtst ../../bin make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/scotch' (cd libscotchmetis ; make ptscotch && make ptinstall) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ CFLAGS="-march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH" \ parmetis.h \ libptscotchparmetis.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' ../libscotch/dummysizes library_parmetis.h parmetis.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -I../../include -I../libscotch -c parmetis_dgraph_order.c -o parmetis_dgraph_order.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -I../../include -I../libscotch -c parmetis_dgraph_order_f.c -o parmetis_dgraph_order_f.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -I../../include -I../libscotch -c parmetis_dgraph_part.c -o parmetis_dgraph_part.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict=__restrict -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH -I../../include -I../libscotch -c parmetis_dgraph_part_f.c -o parmetis_dgraph_part_f.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libptscotchparmetis.a parmetis_dgraph_order.o parmetis_dgraph_order_f.o parmetis_dgraph_part.o parmetis_dgraph_part_f.o /usr/bin/ranlib libptscotchparmetis.a make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make \ CC="/home/kongf/workhome/rod/mpich/bin/mpicc" \ CFLAGS="-march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -DSCOTCH_PTSCOTCH" \ parmetis.h \ libptscotchparmetis.a make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' make[2]: 'parmetis.h' is up to date. make[2]: 'libptscotchparmetis.a' is up to date. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' /bin/cp parmetis.h ../../include /bin/cp libptscotchparmetis.a ../../lib make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/libscotchmetis' (cd esmumps ; make ptscotch && make ptinstall) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' rm -f *~ common.h *.o lib*.a main_esmumps make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" CCD="/home/kongf/workhome/rod/mpich/bin/mpicc" \ libesmumps.a \ main_esmumps make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' cat module.h ../libscotch/common.h > common.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c graph_graph.c -o graph_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order.c -o order.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order_scotch_graph.c -o order_scotch_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c dof.c -o dof.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol.c -o symbol.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol_fax_graph.c -o symbol_fax_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps.c -o esmumps.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_f.c -o esmumps_f.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_strats.c -o esmumps_strats.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libesmumps.a graph_graph.o order.o order_scotch_graph.o dof.o symbol.o symbol_fax_graph.o esmumps.o esmumps_f.o esmumps_strats.o /usr/bin/ranlib libesmumps.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include main_esmumps.c -o main_esmumps -L. -lesmumps -L../../lib -lscotch -lscotcherrexit -lpthread -lm -lrt make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' rm -f *~ common.h *.o lib*.a main_esmumps make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" CCD="/home/kongf/workhome/rod/mpich/bin/mpicc" \ libesmumps.a \ main_esmumps make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' cat module.h ../libscotch/common.h > common.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c graph_graph.c -o graph_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order.c -o order.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order_scotch_graph.c -o order_scotch_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c dof.c -o dof.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol.c -o symbol.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol_fax_graph.c -o symbol_fax_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps.c -o esmumps.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_f.c -o esmumps_f.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_strats.c -o esmumps_strats.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libesmumps.a graph_graph.o order.o order_scotch_graph.o dof.o symbol.o symbol_fax_graph.o esmumps.o esmumps_f.o esmumps_strats.o /usr/bin/ranlib libesmumps.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include main_esmumps.c -o main_esmumps -L. -lesmumps -L../../lib -lscotch -lscotcherrexit -lpthread -lm -lrt make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' /bin/cp esmumps.h ../../include /bin/cp libesmumps.a ../../lib/libptesmumps.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' (cd esmumps ; make scotch && make install) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' rm -f *~ common.h *.o lib*.a main_esmumps make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" CCD="/home/kongf/workhome/rod/mpich/bin/mpicc" \ libesmumps.a \ main_esmumps make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' cat module.h ../libscotch/common.h > common.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c graph_graph.c -o graph_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order.c -o order.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order_scotch_graph.c -o order_scotch_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c dof.c -o dof.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol.c -o symbol.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol_fax_graph.c -o symbol_fax_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps.c -o esmumps.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_f.c -o esmumps_f.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_strats.c -o esmumps_strats.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libesmumps.a graph_graph.o order.o order_scotch_graph.o dof.o symbol.o symbol_fax_graph.o esmumps.o esmumps_f.o esmumps_strats.o /usr/bin/ranlib libesmumps.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include main_esmumps.c -o main_esmumps -L. -lesmumps -L../../lib -lscotch -lscotcherrexit -lpthread -lm -lrt make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' rm -f *~ common.h *.o lib*.a main_esmumps make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" CCD="/home/kongf/workhome/rod/mpich/bin/mpicc" \ libesmumps.a \ main_esmumps make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' cat module.h ../libscotch/common.h > common.h /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c graph_graph.c -o graph_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order.c -o order.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c order_scotch_graph.c -o order_scotch_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c dof.c -o dof.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol.c -o symbol.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c symbol_fax_graph.c -o symbol_fax_graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps.c -o esmumps.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_f.c -o esmumps_f.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include -c esmumps_strats.c -o esmumps_strats.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libesmumps.a graph_graph.o order.o order_scotch_graph.o dof.o symbol.o symbol_fax_graph.o esmumps.o esmumps_f.o esmumps_strats.o /usr/bin/ranlib libesmumps.a /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -Drestrict="__restrict" -DINTSIZE32 -DSCOTCH_METIS_PREFIX -I../../include main_esmumps.c -o main_esmumps -L. -lesmumps -L../../lib -lscotch -lscotcherrexit -lpthread -lm -lrt make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' /bin/cp esmumps.h ../../include /bin/cp libesmumps.a ../../lib make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8/src/esmumps' =============================================================================== Installing PTScotch; this may take several minutes =============================================================================== Executing: mkdir -p /home/kongf/workhome/rod/moose/petsc/arch-moose/include && mkdir -p /home/kongf/workhome/rod/moose/petsc/arch-moose/lib && cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/scotch-v6.0.8 && cp -f lib/*.a /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/. && cp -f include/*.h /home/kongf/workhome/rod/moose/petsc/arch-moose/include/. ********Output of running make on PTSCOTCH follows ******* ********End of Output of running make on PTSCOTCH ******* Checking for library in Download PTSCOTCH: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [SCOTCH_archBuild] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a'] ['libpthread.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char SCOTCH_archBuild(); static void _check_SCOTCH_archBuild() { SCOTCH_archBuild(); } int main() { _check_SCOTCH_archBuild();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lpthread -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBPTESMUMPS" to "1" Defined "HAVE_LIBPTSCOTCHPARMETIS" to "1" Defined "HAVE_LIBPTSCOTCH" to "1" Defined "HAVE_LIBPTSCOTCHERR" to "1" Defined "HAVE_LIBESMUMPS" to "1" Defined "HAVE_LIBSCOTCH" to "1" Defined "HAVE_LIBSCOTCHERR" to "1" Checking for functions [SCOTCH_ParMETIS_V3_NodeND] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a'] ['libpthread.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char SCOTCH_ParMETIS_V3_NodeND(); static void _check_SCOTCH_ParMETIS_V3_NodeND() { SCOTCH_ParMETIS_V3_NodeND(); } int main() { _check_SCOTCH_ParMETIS_V3_NodeND();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lpthread -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_SCOTCH_PARMETIS_V3_NODEND" to "1" Checking for headers Download PTSCOTCH: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['ptscotch.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] Checking include with compiler flags var CPPFLAGS ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include', '/home/kongf/workhome/rod/mpich/include'] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.packages.parmetis -I/tmp/petsc-j17dx8h9/config.packages.pthread -I/tmp/petsc-j17dx8h9/config.headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.headers/conftest.c Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['ptscotch.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkVersion from config.packages.PTScotch(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.PTScotch(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.packages.PTScotch Preprocessing source: #include "confdefs.h" #include "conffix.h" #include "ptscotch.h" ;petscpkgver(SCOTCH_VERSION.SCOTCH_RELEASE.SCOTCH_PATCHLEVEL); Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.packages.parmetis -I/tmp/petsc-j17dx8h9/config.packages.pthread -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.PTScotch -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include /tmp/petsc-j17dx8h9/config.packages.PTScotch/conftest.c For ptscotch need <= 6.0.8 <= ================================================================================ TEST checkSharedLibrary from config.packages.PTScotch(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.PTScotch(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.PTScotch 96.203085 ================================================================================ TEST alternateConfigureLibrary from config.packages.Zoltan(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.Zoltan(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.Zoltan 0.001246 ================================================================================ TEST alternateConfigureLibrary from config.packages.ADIOS(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ADIOS(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ADIOS 0.000859 ================================================================================ TEST alternateConfigureLibrary from config.packages.openmp(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.openmp(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.openmp 0.000748 ================================================================================ TEST alternateConfigureLibrary from config.packages.viennacl(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.viennacl(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.viennacl 0.000820 ================================================================================ TEST alternateConfigureLibrary from config.packages.ColPack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ColPack(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ColPack 0.000876 ================================================================================ TEST alternateConfigureLibrary from config.packages.openblas(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.openblas(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.openblas 0.000798 ================================================================================ TEST checkDependencies from config.packages.fblaslapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.fblaslapack(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.fblaslapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/fblaslapack.py:19) TESTING: configureLibrary from config.packages.fblaslapack(config/BuildSystem/config/packages/fblaslapack.py:19) ================================================================================== Checking for a functional fblaslapack Looking for FBLASLAPACK at git.fblaslapack, hg.fblaslapack or a directory starting with ['petsc-pkg-fblaslapack'] Could not locate an existing copy of FBLASLAPACK: ['git.slepc', 'git.metis', 'git.parmetis', 'scotch-v6.0.8'] Downloading fblaslapack =============================================================================== Trying to download git://https://bitbucket.org/petsc/pkg-fblaslapack for FBLASLAPACK =============================================================================== Executing: git clone https://bitbucket.org/petsc/pkg-fblaslapack /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack Looking for FBLASLAPACK at git.fblaslapack, hg.fblaslapack or a directory starting with ['petsc-pkg-fblaslapack'] Found a copy of FBLASLAPACK in git.fblaslapack Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'v3.4.2-p2^{commit}'] Executing: ['git', 'rev-parse', 'v3.4.2-p2'] stdout: d28880efc974e971e6e71be8cf519a3d8de2492c Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', 'd28880efc974e971e6e71be8cf519a3d8de2492c'] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -qversion Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -V Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -O0 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Successful compile: Source: program main end Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -mfp16-format=ieee /tmp/petsc-j17dx8h9/config.setCompilers/conftest.F90 Possible ERROR while running compiler: exit code 1 stderr: f951: Error: unrecognized command line option '-mfp16-format=ieee' Source: program main end Rejecting compiler flag -mfp16-format=ieee due to nonzero status from link Rejecting compiler flag -mfp16-format=ieee due to f951: Error: unrecognized command line option '-mfp16-format=ieee' PETSc Error: No output file produced Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -V FBLASLAPACK was just downloaded, forcing a rebuild because cannot determine if package has changed =============================================================================== Compiling FBLASLAPACK; this may take several minutes =============================================================================== Executing: cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack && rm -rf */*.c && make -f tmpmakefile cleanblaslapck cleanlib && /usr/bin/make -j24 -l48.0 -f tmpmakefile stdout: /bin/rm -f */*.o /bin/rm -f ./*.a ./*.lib cd blas; /usr/bin/make lib FC="/home/kongf/workhome/rod/mpich/bin/mpif90" FOPTFLAGS="-fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O " FNOOPT="-O0 -fPIC " AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libfblas.a" cd lapack; /usr/bin/make lib FC="/home/kongf/workhome/rod/mpich/bin/mpif90" FOPTFLAGS="-fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O " FNOOPT="-O0 -fPIC " AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.a" make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/blas' /home/kongf/workhome/rod/mpich/bin/mpif90 -o caxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O caxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ccopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ccopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cdotc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cdotu.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbmv.f make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack' /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaruv.o -c -O0 -fPIC slaruv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaruv.o -c -O0 -fPIC dlaruv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeru.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeru.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cher2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cher2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cher2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cher2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cher.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cher.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cherk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cherk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o crotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O crotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csrot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o daxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O daxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dcabs1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dcabs1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dcopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dcopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ddot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ddot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dger.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dger.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dnrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drotm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drotm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drotmg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drotmg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsdot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dzasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dzasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dznrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dznrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o icamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O icamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o idamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O idamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o isamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O isamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o izamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O izamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o lsame.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O lsame.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o saxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O saxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scabs1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scabs1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scnrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sdot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sdsdot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sdsdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sger.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sger.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o snrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O snrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o checon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O checon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o checon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O checon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srotm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srotm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srotmg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srotmg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cherfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cherfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cherfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cherfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o xerbla_array.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O xerbla_array.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o xerbla.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O xerbla.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zaxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zaxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zcopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zcopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdotc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdotu.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdrot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chla_transtype.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chla_transtype.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeru.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeru.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zher2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zher2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zher2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zher2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zher.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zher.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zherk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zherk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zrotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zrotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacrm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacrm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claesy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claesy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clag2z.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clag2z.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_heamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_heamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahef.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahef.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahef_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahef_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_hercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_hercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_hercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_hercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_herfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_herfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_herpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_herpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanht.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanht.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clantb.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../libfblas.a caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher2.o cher2k.o cher.o cherk.o chpmv.o chpr2.o chpr.o crotg.o cscal.o csrot.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o daxpy.o dcabs1.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr2.o dspr.o dswap.o dsymm.o dsymv.o dsyr2.o dsyr2k.o dsyr.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o sasum.o saxpy.o scabs1.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr2.o sspr.o sswap.o ssymm.o ssymv.o ssyr2.o ssyr2k.o ssyr.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o xerbla_array.o xerbla.o zaxpy.o zcopy.o zdotc.o zdotu.o zdrot.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher2.o zher2k.o zher.o zherk.o zhpmv.o zhpr2.o zhpr.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -o clantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqgb.f make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/blas' /usr/bin/ranlib libfblas.a /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarcm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarcm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o classq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O classq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o crot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O crot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csrscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cuncsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cuncsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cuncsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cuncsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cung2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cung2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cupgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cupgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cupmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cupmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dbdsdc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dbdsdc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ddisna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ddisna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgejsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgejsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgsvj0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgsvj0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgsvj1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgsvj1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dhgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dhgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dhsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dhsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dhseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dhseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o disnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O disnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlabad.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlae2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlae2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed9.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed9.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaeda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaeda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlag2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlag2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlag2s.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlag2s.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gercond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gercond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagtf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagtf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagts.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagts.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaisnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaisnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaln2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaln2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlamrg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlamrg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaneg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaneg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlanst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlanst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlantb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlanv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_porcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_porcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapy3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapy3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqgb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarra.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarre.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarre.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartgs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartgs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlas2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlas2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasdq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasdq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasdt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasdt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlassq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlat2s.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlat2s.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlazq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlazq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlazq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlazq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dopgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dopgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dopmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dopmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorcsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorcsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorg2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorg2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsterf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsterf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dzsum1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dzsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o icmax1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O icmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ieeeck.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ieeeck.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaclc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaclc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaclr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaclr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iladiag.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iladiag.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iladlc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iladlc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iladlr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iladlr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaenv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaenv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaprec.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaprec.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaslc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaslc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaslr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaslr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilatrans.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilatrans.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilauplo.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilauplo.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaver.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaver.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilazlc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilazlc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilazlr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilazlr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iparmq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iparmq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o izmax1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O izmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o lsamen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O lsamen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sbdsdc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sbdsdc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scsum1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sdisna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sdisna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgejsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgejsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgsvj0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgsvj0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgsvj1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgsvj1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o shgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O shgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o shsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O shsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o shseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O shseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sisnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sisnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slabad.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slae2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slae2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed9.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed9.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaeda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaeda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slag2d.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slag2d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slag2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slag2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gercond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gercond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagtf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagtf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagts.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagts.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaisnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaisnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaln2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaln2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slamrg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slamrg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaneg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaneg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slanst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slanst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slantb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slanv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_porcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_porcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapy3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapy3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqgb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarra.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarre.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarre.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartgs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartgs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slas2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slas2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasdq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasdq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasdt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasdt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slassq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slazq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slazq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slazq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slazq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sopgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sopgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sopmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sopmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorcsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorcsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorg2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorg2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssterf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssterf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zcgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zcgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zcposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zcposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdrscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhecon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhecon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zherfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zherfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zherfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zherfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacrm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacrm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaesy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaesy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlag2c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlag2c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_heamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_heamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahef.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahef.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahef_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahef_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_hercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_hercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_hercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_hercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_herfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_herfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_herpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_herpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanht.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanht.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlantb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqgb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarcm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarcm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlassq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlat2c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlat2c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zrot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zuncsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zuncsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zuncsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zuncsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zung2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zung2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zupgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zupgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zupmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zupmtr.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../libflapack.a slaruv.o dlaruv.o cbbcsd.o cbdsqr.o cgbbrd.o cgbcon.o cgbequb.o cgbequ.o cgbrfs.o cgbrfsx.o cgbsv.o cgbsvx.o cgbsvxx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o cgebd2.o cgebrd.o cgecon.o cgeequb.o cgeequ.o cgees.o cgeesx.o cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o cgelsy.o cgemqrt.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o cgeqr2p.o cgeqrf.o cgeqrfp.o cgeqrt2.o cgeqrt3.o cgeqrt.o cgerfs.o cgerfsx.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o cgesvd.o cgesv.o cgesvx.o cgesvxx.o cgetc2.o cgetf2.o cgetrf.o cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o checon.o checon_rook.o cheequb.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o chegst.o chegvd.o chegv.o chegvx.o cherfs.o cherfsx.o chesv.o chesv_rook.o chesvx.o chesvxx.o cheswapr.o chetd2.o chetf2.o chetf2_rook.o chetrd.o chetrf.o chetrf_rook.o chetri2.o chetri2x.o chetri.o chetri_rook.o chetrs2.o chetrs.o chetrs_rook.o chfrk.o chgeqz.o chla_transtype.o chpcon.o chpevd.o chpev.o chpevx.o chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o claein.o claesy.o claev2.o clag2z.o cla_gbamv.o cla_gbrcond_c.o cla_gbrcond_x.o cla_gbrfsx_extended.o cla_gbrpvgrw.o cla_geamv.o cla_gercond_c.o cla_gercond_x.o cla_gerfsx_extended.o cla_gerpvgrw.o clags2.o clagtm.o cla_heamv.o clahef.o clahef_rook.o cla_hercond_c.o cla_hercond_x.o cla_herfsx_extended.o cla_herpvgrw.o clahqr.o clahr2.o clahrd.o claic1.o cla_lin_berr.o clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o clanhb.o clanhe.o clanhf.o clanhp.o clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o clapmr.o clapmt.o cla_porcond_c.o cla_porcond_x.o cla_porfsx_extended.o cla_porpvgrw.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarfgp.o clarft.o clarfx.o clargv.o clarnv.o clarrv.o clarscl2.o clartg.o clartv.o clarzb.o clarz.o clarzt.o clascl2.o clascl.o claset.o clasr.o classq.o claswp.o cla_syamv.o clasyf.o clasyf_rook.o cla_syrcond_c.o cla_syrcond_x.o cla_syrfsx_extended.o cla_syrpvgrw.o clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o cla_wwaddw.o cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o cpftrf.o cpftri.o cpftrs.o cpocon.o cpoequb.o cpoequ.o cporfs.o cporfsx.o cposv.o cposvx.o cposvxx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cpstf2.o cpstrf.o cptcon.o cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrscl.o cstedc.o cstegr.o cstein.o cstemr.o csteqr.o csycon.o csycon_rook.o csyconv.o csyequb.o csymv.o csyr.o csyrfs.o csyrfsx.o csysv.o csysv_rook.o csysvx.o csysvxx.o csyswapr.o csytf2.o csytf2_rook.o csytrf.o csytrf_rook.o csytri2.o csytri2x.o csytri.o csytri_rook.o csytrs2.o csytrs.o csytrs_rook.o ctbcon.o ctbrfs.o ctbtrs.o ctfsm.o ctftri.o ctfttp.o ctfttr.o ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o ctpcon.o ctpmqrt.o ctpqrt2.o ctpqrt.o ctprfb.o ctprfs.o ctptri.o ctptrs.o ctpttf.o ctpttr.o ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctrttf.o ctrttp.o ctzrqf.o ctzrzf.o cunbdb1.o cunbdb2.o cunbdb3.o cunbdb4.o cunbdb5.o cunbdb6.o cunbdb.o cuncsd2by1.o cuncsd.o cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o dbbcsd.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequb.o dgbequ.o dgbrfs.o dgbrfsx.o dgbsv.o dgbsvx.o dgbsvxx.o dgbtf2.o dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequb.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o dgehd2.o dgehrd.o dgejsv.o dgelq2.o dgelqf.o dgelsd.o dgels.o dgelss.o dgelsx.o dgelsy.o dgemqrt.o dgeql2.o dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqr2p.o dgeqrf.o dgeqrfp.o dgeqrt2.o dgeqrt3.o dgeqrt.o dgerfs.o dgerfsx.o dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvj.o dgesvx.o dgesvxx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgsvj0.o dgsvj1.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o dlaev2.o dlaexc.o dlag2.o dlag2s.o dla_gbamv.o dla_gbrcond.o dla_gbrfsx_extended.o dla_gbrpvgrw.o dla_geamv.o dla_gercond.o dla_gerfsx_extended.o dla_gerpvgrw.o dlags2.o dlagtf.o dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o dlaic1.o dlaisnan.o dla_lin_berr.o dlaln2.o dlals0.o dlalsa.o dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o dlanhs.o dlansb.o dlansf.o dlansp.o dlanst.o dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o dlapmr.o dlapmt.o dla_porcond.o dla_porfsx_extended.o dla_porpvgrw.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o dlarf.o dlarfg.o dlarfgp.o dlarft.o dlarfx.o dlargv.o dlarnv.o dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlarscl2.o dlartg.o dlartgp.o dlartgs.o dlartv.o dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o dlasy2.o dla_syamv.o dlasyf.o dlasyf_rook.o dla_syrcond.o dla_syrfsx_extended.o dla_syrpvgrw.o dlat2s.o dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dla_wwaddw.o dlazq3.o dlazq4.o dopgtr.o dopmtr.o dorbdb1.o dorbdb2.o dorbdb3.o dorbdb4.o dorbdb5.o dorbdb6.o dorbdb.o dorcsd2by1.o dorcsd.o dorg2l.o dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o dpftrf.o dpftri.o dpftrs.o dpocon.o dpoequb.o dpoequ.o dporfs.o dporfsx.o dposv.o dposvx.o dposvxx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dpstf2.o dpstrf.o dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsfrk.o dsgesv.o dspcon.o dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o dspgvx.o dsposv.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o dstevx.o dsycon.o dsycon_rook.o dsyconv.o dsyequb.o dsyevd.o dsyev.o dsyevr.o dsyevx.o dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o dsyrfsx.o dsysv.o dsysv_rook.o dsysvx.o dsysvxx.o dsyswapr.o dsytd2.o dsytf2.o dsytf2_rook.o dsytrd.o dsytrf.o dsytrf_rook.o dsytri2.o dsytri2x.o dsytri.o dsytri_rook.o dsytrs2.o dsytrs.o dsytrs_rook.o dtbcon.o dtbrfs.o dtbtrs.o dtfsm.o dtftri.o dtfttp.o dtfttr.o dtgevc.o dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o dtgsyl.o dtpcon.o dtpmqrt.o dtpqrt2.o dtpqrt.o dtprfb.o dtprfs.o dtptri.o dtptrs.o dtpttf.o dtpttr.o dtrcon.o dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o dtrti2.o dtrtri.o dtrtrs.o dtrttf.o dtrttp.o dtzrqf.o dtzrzf.o dzsum1.o icmax1.o ieeeck.o ilaclc.o ilaclr.o iladiag.o iladlc.o iladlr.o ilaenv.o ilaprec.o ilaslc.o ilaslr.o ilatrans.o ilauplo.o ilaver.o ilazlc.o ilazlr.o iparmq.o izmax1.o lsamen.o sbbcsd.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o sgbcon.o sgbequb.o sgbequ.o sgbrfs.o sgbrfsx.o sgbsv.o sgbsvx.o sgbsvxx.o sgbtf2.o sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o sgecon.o sgeequb.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o sgegs.o sgegv.o sgehd2.o sgehrd.o sgejsv.o sgelq2.o sgelqf.o sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgemqrt.o sgeql2.o sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqr2p.o sgeqrf.o sgeqrfp.o sgeqrt2.o sgeqrt3.o sgeqrt.o sgerfs.o sgerfsx.o sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o sgesvj.o sgesvx.o sgesvxx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o sggsvp.o sgsvj0.o sgsvj1.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o sla_gbamv.o sla_gbrcond.o sla_gbrfsx_extended.o sla_gbrpvgrw.o sla_geamv.o sla_gercond.o sla_gerfsx_extended.o sla_gerpvgrw.o slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o slahr2.o slahrd.o slaic1.o slaisnan.o sla_lin_berr.o slaln2.o slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o slange.o slangt.o slanhs.o slansb.o slansf.o slansp.o slanst.o slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o slapmr.o slapmt.o sla_porcond.o sla_porfsx_extended.o sla_porpvgrw.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o slar2v.o slarfb.o slarf.o slarfg.o slarfgp.o slarft.o slarfx.o slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o slarscl2.o slartg.o slartgp.o slartgs.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o slas2.o slascl2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o slasv2.o slaswp.o slasy2.o sla_syamv.o slasyf.o slasyf_rook.o sla_syrcond.o sla_syrfsx_extended.o sla_syrpvgrw.o slatbs.o slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o slauum.o sla_wwaddw.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorbdb1.o sorbdb2.o sorbdb3.o sorbdb4.o sorbdb5.o sorbdb6.o sorbdb.o sorcsd2by1.o sorcsd.o sorg2l.o sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o spbtrf.o spbtrs.o spftrf.o spftri.o spftrs.o spocon.o spoequb.o spoequ.o sporfs.o sporfsx.o sposv.o sposvx.o sposvxx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o spstf2.o spstrf.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o ssfrk.o sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o sstevr.o sstevx.o ssycon.o ssycon_rook.o ssyconv.o ssyequb.o ssyevd.o ssyev.o ssyevr.o ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o ssyrfs.o ssyrfsx.o ssysv.o ssysv_rook.o ssysvx.o ssysvxx.o ssyswapr.o ssytd2.o ssytf2.o ssytf2_rook.o ssytrd.o ssytrf.o ssytrf_rook.o ssytri2.o ssytri2x.o ssytri.o ssytri_rook.o ssytrs2.o ssytrs.o ssytrs_rook.o stbcon.o stbrfs.o stbtrs.o stfsm.o stftri.o stfttp.o stfttr.o stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o stpcon.o stpmqrt.o stpqrt2.o stpqrt.o stprfb.o stprfs.o stptri.o stptrs.o stpttf.o stpttr.o strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o strtri.o strtrs.o strttf.o strttp.o stzrqf.o stzrzf.o zbbcsd.o zbdsqr.o zcgesv.o zcposv.o zdrscl.o zgbbrd.o zgbcon.o zgbequb.o zgbequ.o zgbrfs.o zgbrfsx.o zgbsv.o zgbsvx.o zgbsvxx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequb.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgemqrt.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqr2p.o zgeqrf.o zgeqrfp.o zgeqrt2.o zgeqrt3.o zgeqrt.o zgerfs.o zgerfsx.o zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o zgesvx.o zgesvxx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zhecon_rook.o zheequb.o zheevd.o zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o zhegv.o zhegvx.o zherfs.o zherfsx.o zhesv.o zhesv_rook.o zhesvx.o zhesvxx.o zheswapr.o zhetd2.o zhetf2.o zhetf2_rook.o zhetrd.o zhetrf.o zhetrf_rook.o zhetri2.o zhetri2x.o zhetri.o zhetri_rook.o zhetrs2.o zhetrs.o zhetrs_rook.o zhfrk.o zhgeqz.o zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o zlaesy.o zlaev2.o zlag2c.o zla_gbamv.o zla_gbrcond_c.o zla_gbrcond_x.o zla_gbrfsx_extended.o zla_gbrpvgrw.o zla_geamv.o zla_gercond_c.o zla_gercond_x.o zla_gerfsx_extended.o zla_gerpvgrw.o zlags2.o zlagtm.o zla_heamv.o zlahef.o zlahef_rook.o zla_hercond_c.o zla_hercond_x.o zla_herfsx_extended.o zla_herpvgrw.o zlahqr.o zlahr2.o zlahrd.o zlaic1.o zla_lin_berr.o zlals0.o zlalsa.o zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o zlanhf.o zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o zlantb.o zlantp.o zlantr.o zlapll.o zlapmr.o zlapmt.o zla_porcond_c.o zla_porcond_x.o zla_porfsx_extended.o zla_porpvgrw.o zlaqgb.o zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o zlarfb.o zlarf.o zlarfg.o zlarfgp.o zlarft.o zlarfx.o zlargv.o zlarnv.o zlarrv.o zlarscl2.o zlartg.o zlartv.o zlarzb.o zlarz.o zlarzt.o zlascl2.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o zla_syamv.o zlasyf.o zlasyf_rook.o zla_syrcond_c.o zla_syrcond_x.o zla_syrfsx_extended.o zla_syrpvgrw.o zlat2c.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o zlatrz.o zlatzm.o zlauu2.o zlauum.o zla_wwaddw.o zpbcon.o zpbequ.o zpbrfs.o zpbstf.o zpbsv.o zpbsvx.o zpbtf2.o zpbtrf.o zpbtrs.o zpftrf.o zpftri.o zpftrs.o zpocon.o zpoequb.o zpoequ.o zporfs.o zporfsx.o zposv.o zposvx.o zposvxx.o zpotf2.o zpotrf.o zpotri.o zpotrs.o zppcon.o zppequ.o zpprfs.o zppsv.o zppsvx.o zpptrf.o zpptri.o zpptrs.o zpstf2.o zpstrf.o zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o zsycon_rook.o zsyconv.o zsyequb.o zsymv.o zsyr.o zsyrfs.o zsyrfsx.o zsysv.o zsysv_rook.o zsysvx.o zsysvxx.o zsyswapr.o zsytf2.o zsytf2_rook.o zsytrf.o zsytrf_rook.o zsytri2.o zsytri2x.o zsytri.o zsytri_rook.o zsytrs2.o zsytrs.o zsytrs_rook.o ztbcon.o ztbrfs.o ztbtrs.o ztfsm.o ztftri.o ztfttp.o ztfttr.o ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o ztgsyl.o ztpcon.o ztpmqrt.o ztpqrt2.o ztpqrt.o ztprfb.o ztprfs.o ztptri.o ztptrs.o ztpttf.o ztpttr.o ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztrttf.o ztrttp.o ztzrqf.o ztzrzf.o zunbdb1.o zunbdb2.o zunbdb3.o zunbdb4.o zunbdb5.o zunbdb6.o zunbdb.o zuncsd2by1.o zuncsd.o zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o zupmtr.o make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack' cd lapack-extra; /usr/bin/make lib FC="/home/kongf/workhome/rod/mpich/bin/mpif90" FOPTFLAGS="-fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O " FNOOPT="-O0 -fPIC " AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.a" make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack-extra' /home/kongf/workhome/rod/mpich/bin/mpif90 -c -O0 -fPIC slamch.f dlamch.f /home/kongf/workhome/rod/mpich/bin/mpif90 -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaver.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../libflapack.a slamch.o dlamch.o ilaver.o /bin/rm -f slamch.o dlamch.o ilaver.o make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack-extra' /usr/bin/ranlib libflapack.a Executing: cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack && mkdir -p /home/kongf/workhome/rod/moose/petsc/arch-moose/lib && cp -f libfblas.a libflapack.a /home/kongf/workhome/rod/moose/petsc/arch-moose/lib ********Output of running make on FBLASLAPACK follows ******* /bin/rm -f */*.o /bin/rm -f ./*.a ./*.lib cd blas; /usr/bin/make lib FC="/home/kongf/workhome/rod/mpich/bin/mpif90" FOPTFLAGS="-fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O " FNOOPT="-O0 -fPIC " AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libfblas.a" cd lapack; /usr/bin/make lib FC="/home/kongf/workhome/rod/mpich/bin/mpif90" FOPTFLAGS="-fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O " FNOOPT="-O0 -fPIC " AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.a" make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/blas' /home/kongf/workhome/rod/mpich/bin/mpif90 -o caxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O caxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ccopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ccopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cdotc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cdotu.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbmv.f make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack' /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaruv.o -c -O0 -fPIC slaruv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaruv.o -c -O0 -fPIC dlaruv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeru.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeru.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cher2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cher2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cher2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cher2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cher.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cher.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cherk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cherk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o crotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O crotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csrot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o daxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O daxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dcabs1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dcabs1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dcopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dcopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ddot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ddot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dger.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dger.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dnrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drotm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drotm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drotmg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drotmg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsdot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dzasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dzasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dznrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dznrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o icamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O icamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o idamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O idamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o isamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O isamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o izamax.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O izamax.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o lsame.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O lsame.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o saxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O saxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scabs1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scabs1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scasum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scnrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sdot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sdsdot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sdsdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sger.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sger.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o snrm2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O snrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o checon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O checon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o checon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O checon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srotm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srotm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srotmg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srotmg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chegvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cherfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cherfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cherfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cherfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cheswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cheswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o xerbla_array.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O xerbla_array.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o xerbla.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O xerbla.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zaxpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zaxpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zcopy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zcopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdotc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdotu.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdrot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chetrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chetrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chla_transtype.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chla_transtype.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeru.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeru.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhemm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhemm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhemv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zher2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zher2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zher2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zher2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zher.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zher.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zherk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zherk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chpsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chpsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zrotg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zrotg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zscal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zswap.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zswap.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsymm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsymm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyr2k.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyr2k.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o chseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O chseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacrm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacrm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clacrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clacrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrmm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrmm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claesy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claesy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clag2z.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clag2z.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_heamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_heamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahef.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahef.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahef_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahef_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_hercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_hercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_hercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_hercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_herfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_herfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_herpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_herpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clanht.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clanht.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clantb.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../libfblas.a caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher2.o cher2k.o cher.o cherk.o chpmv.o chpr2.o chpr.o crotg.o cscal.o csrot.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o daxpy.o dcabs1.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr2.o dspr.o dswap.o dsymm.o dsymv.o dsyr2.o dsyr2k.o dsyr.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o sasum.o saxpy.o scabs1.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr2.o sspr.o sswap.o ssymm.o ssymv.o ssyr2.o ssyr2k.o ssyr.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o xerbla_array.o xerbla.o zaxpy.o zcopy.o zdotc.o zdotu.o zdrot.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher2.o zher2k.o zher.o zherk.o zhpmv.o zhpr2.o zhpr.o zrotg.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -o clantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqgb.f make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/blas' /usr/bin/ranlib libfblas.a /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarcm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarcm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o classq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O classq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o claswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O claswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o clauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O clauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cpttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o crot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O crot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csrscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o csytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O csytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctrttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctrttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ctzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ctzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cuncsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cuncsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cuncsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cuncsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cung2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cung2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cungtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cungtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cunmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cupgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cupgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o cupmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O cupmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dbdsdc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dbdsdc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ddisna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ddisna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgejsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgejsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgsvj0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgsvj0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgsvj1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgsvj1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dhgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dhgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dhsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dhsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dhseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dhseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o disnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O disnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlabad.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlae2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlae2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaed9.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaed9.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaeda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaeda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlag2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlag2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlag2s.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlag2s.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gercond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gercond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagtf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagtf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagts.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagts.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlagv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlagv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaisnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaisnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaln2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaln2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlamrg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlamrg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaneg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaneg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlanst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlanst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlantb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlanv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_porcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_porcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlapy3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlapy3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqgb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaqtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaqtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarra.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarre.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarre.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartgs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartgs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlas2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlas2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasd8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasd8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasdq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasdq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasdt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasdt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasq6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasq6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlassq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlaswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlat2s.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlat2s.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlazq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlazq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dlazq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dlazq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dopgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dopgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dopmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dopmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorcsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorcsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorg2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorg2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dorml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dormtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dpttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o drscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O drscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsterf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsterf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dstevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dstevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsygvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dsytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dsytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtrttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtrttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dtzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dtzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o dzsum1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O dzsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o icmax1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O icmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ieeeck.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ieeeck.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaclc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaclc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaclr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaclr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iladiag.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iladiag.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iladlc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iladlc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iladlr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iladlr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaenv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaenv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaprec.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaprec.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaslc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaslc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaslr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaslr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilatrans.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilatrans.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilauplo.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilauplo.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilaver.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaver.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilazlc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilazlc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ilazlr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilazlr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o iparmq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O iparmq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o izmax1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O izmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o lsamen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O lsamen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sbdsdc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sbdsdc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o scsum1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O scsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sdisna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sdisna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgejsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgejsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgsvj0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgsvj0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgsvj1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgsvj1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o shgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O shgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o shsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O shsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o shseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O shseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sisnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sisnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slabad.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slae2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slae2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaed9.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaed9.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaeda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaeda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slag2d.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slag2d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slag2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slag2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gercond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gercond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagtf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagtf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagts.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagts.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slagv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slagv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaisnan.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaisnan.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaln2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaln2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slamrg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slamrg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaneg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaneg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slanst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slanst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slantb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slanv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_porcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_porcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slapy3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slapy3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqgb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaqtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaqtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarra.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarre.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarre.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrj.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrj.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartgs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartgs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slas2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slas2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasd8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasd8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasda.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasdq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasdq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasdt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasdt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasq6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasq6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slassq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasv2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slaswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syrcond.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syrcond.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slazq3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slazq3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o slazq4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O slazq4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sopgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sopgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sopmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sopmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorcsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorcsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorg2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorg2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sorml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sormtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o spttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O spttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o srscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O srscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstebz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssterf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssterf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o sstevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O sstevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssygvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ssytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ssytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o strttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O strttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o stzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O stzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zbbcsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zbbcsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zbdsqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zbdsqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zcgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zcgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zcposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zcposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zdrscl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zdrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbbrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbbrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbsvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbsvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgebrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgees.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgees.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgegs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgegs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgehd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgehrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgels.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelss.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelss.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgelsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgelsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgemqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgemqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeql2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqlf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqp3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqpf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqr2p.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqr2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrfp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrfp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrt3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrt3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgeqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgeqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerq2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgerqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesdd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesdd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetc2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetc2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggbak.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggbak.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggbal.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggbal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgges.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgges.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggesx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggesx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggglm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggglm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgghrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgghrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgglse.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgglse.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggqrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggsvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggsvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zggsvp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zggsvp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zgtts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zgtts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhbtrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhbtrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhecon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhecon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhecon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheevr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhegvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zherfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zherfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zherfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zherfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhesvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhesvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zheswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zheswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetd2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhetrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhetrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhfrk.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhfrk.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhgeqz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhgeqz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpevd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpev.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpevx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgst.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgvd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpgvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpgvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhpsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhpsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhsein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhsein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zhseqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zhseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlabrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacgv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacn2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacn2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacpy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacrm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacrm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlacrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlacrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zladiv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zladiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaed0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaed7.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaed7.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaed8.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaed8.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaesy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaesy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaev2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaev2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlag2c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlag2c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gbrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gbrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_geamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_geamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gerfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gerfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_gerpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_gerpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlags2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlags2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlagtm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlagtm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_heamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_heamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahef.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahef.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahef_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahef_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_hercond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_hercond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_hercond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_hercond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_herfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_herfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_herpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_herpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlahrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaic1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaic1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_lin_berr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_lin_berr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlals0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlals0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlalsa.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlalsa.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlalsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlalsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlangb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlangb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlange.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlangt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlangt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanhs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlanht.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlanht.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlansb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlansb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlansp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlansp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlansy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlantb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlantb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlantp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlantp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlantr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlapll.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlapll.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlapmr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlapmr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlapmt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlapmt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_porpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_porpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqgb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqgb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqge.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqhb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqhb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqhe.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqhp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqhp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqp2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr0.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqr5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqsb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqsp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqsp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaqsy.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlar1v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlar1v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlar2v.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlar2v.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarcm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarcm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfgp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfgp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarft.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarfx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarfx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlargv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlargv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarnv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarrv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarrv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarscl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarscl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlartg.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlartg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlartv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlartv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarzb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlarzt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlascl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlascl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlascl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaset.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlasr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlasr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlassq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlaswp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syamv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syamv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlasyf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlasyf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlasyf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlasyf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrcond_c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrcond_c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrcond_x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrcond_x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrfsx_extended.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrfsx_extended.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_syrpvgrw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_syrpvgrw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlat2c.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlat2c.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatbs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatbs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatdf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatdf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatps.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatps.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatrd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlatzm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlatzm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlauu2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zlauum.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zla_wwaddw.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zla_wwaddw.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbstf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbstf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbtf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbtrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpftrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpftrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpftrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpftrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpocon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpoequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpoequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpoequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zporfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zporfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zporfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zposv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zposvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zposvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zposvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpotrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppequ.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zppsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zppsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpstf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpstf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpstrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpstrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpttrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zpttrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zptts2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zptts2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zrot.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspmv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspsv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zspsvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zspsvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsptrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsptrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstedc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstegr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstegr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstein.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zstemr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zstemr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsteqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsteqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsycon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsycon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsycon_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsycon_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyconv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyconv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyequb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyequb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsymv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyrfsx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyrfsx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysv.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysv_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysv_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysvx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsysvxx.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsysvxx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsyswapr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsyswapr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytf2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytf2_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytf2_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrf_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrf_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri2x.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri2x.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytri_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytri_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrs2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zsytrs_rook.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zsytrs_rook.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztbtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztfsm.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztfsm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztftri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztftri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztfttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztfttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztfttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztfttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgex2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgex2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsja.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsja.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsy2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsy2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztgsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztgsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpmqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpmqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpqrt2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpqrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpqrt.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpqrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztprfb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztprfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztprfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztprfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztptri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztptri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztptrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztptrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztpttr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztpttr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrcon.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrevc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrexc.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrrfs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsen.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsna.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsna.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrsyl.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrsyl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrti2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrtri.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrtrs.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrttf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrttf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztrttp.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztrttp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztzrqf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztzrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o ztzrzf.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ztzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb4.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb5.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb6.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunbdb.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunbdb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zuncsd2by1.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zuncsd2by1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zuncsd.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zuncsd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zung2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zung2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunghr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunghr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungl2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunglq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zungtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zungtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunm2l.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunm2r.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmbr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmhr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunml2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmlq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmql.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmqr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmr2.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmr3.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmrq.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmrz.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zunmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zupgtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zupgtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o zupmtr.o -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O zupmtr.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../libflapack.a slaruv.o dlaruv.o cbbcsd.o cbdsqr.o cgbbrd.o cgbcon.o cgbequb.o cgbequ.o cgbrfs.o cgbrfsx.o cgbsv.o cgbsvx.o cgbsvxx.o cgbtf2.o cgbtrf.o cgbtrs.o cgebak.o cgebal.o cgebd2.o cgebrd.o cgecon.o cgeequb.o cgeequ.o cgees.o cgeesx.o cgeev.o cgeevx.o cgegs.o cgegv.o cgehd2.o cgehrd.o cgelq2.o cgelqf.o cgelsd.o cgels.o cgelss.o cgelsx.o cgelsy.o cgemqrt.o cgeql2.o cgeqlf.o cgeqp3.o cgeqpf.o cgeqr2.o cgeqr2p.o cgeqrf.o cgeqrfp.o cgeqrt2.o cgeqrt3.o cgeqrt.o cgerfs.o cgerfsx.o cgerq2.o cgerqf.o cgesc2.o cgesdd.o cgesvd.o cgesv.o cgesvx.o cgesvxx.o cgetc2.o cgetf2.o cgetrf.o cgetri.o cgetrs.o cggbak.o cggbal.o cgges.o cggesx.o cggev.o cggevx.o cggglm.o cgghrd.o cgglse.o cggqrf.o cggrqf.o cggsvd.o cggsvp.o cgtcon.o cgtrfs.o cgtsv.o cgtsvx.o cgttrf.o cgttrs.o cgtts2.o chbevd.o chbev.o chbevx.o chbgst.o chbgvd.o chbgv.o chbgvx.o chbtrd.o checon.o checon_rook.o cheequb.o cheevd.o cheev.o cheevr.o cheevx.o chegs2.o chegst.o chegvd.o chegv.o chegvx.o cherfs.o cherfsx.o chesv.o chesv_rook.o chesvx.o chesvxx.o cheswapr.o chetd2.o chetf2.o chetf2_rook.o chetrd.o chetrf.o chetrf_rook.o chetri2.o chetri2x.o chetri.o chetri_rook.o chetrs2.o chetrs.o chetrs_rook.o chfrk.o chgeqz.o chla_transtype.o chpcon.o chpevd.o chpev.o chpevx.o chpgst.o chpgvd.o chpgv.o chpgvx.o chprfs.o chpsv.o chpsvx.o chptrd.o chptrf.o chptri.o chptrs.o chsein.o chseqr.o clabrd.o clacgv.o clacn2.o clacon.o clacp2.o clacpy.o clacrm.o clacrt.o cladiv.o claed0.o claed7.o claed8.o claein.o claesy.o claev2.o clag2z.o cla_gbamv.o cla_gbrcond_c.o cla_gbrcond_x.o cla_gbrfsx_extended.o cla_gbrpvgrw.o cla_geamv.o cla_gercond_c.o cla_gercond_x.o cla_gerfsx_extended.o cla_gerpvgrw.o clags2.o clagtm.o cla_heamv.o clahef.o clahef_rook.o cla_hercond_c.o cla_hercond_x.o cla_herfsx_extended.o cla_herpvgrw.o clahqr.o clahr2.o clahrd.o claic1.o cla_lin_berr.o clals0.o clalsa.o clalsd.o clangb.o clange.o clangt.o clanhb.o clanhe.o clanhf.o clanhp.o clanhs.o clanht.o clansb.o clansp.o clansy.o clantb.o clantp.o clantr.o clapll.o clapmr.o clapmt.o cla_porcond_c.o cla_porcond_x.o cla_porfsx_extended.o cla_porpvgrw.o claqgb.o claqge.o claqhb.o claqhe.o claqhp.o claqp2.o claqps.o claqr0.o claqr1.o claqr2.o claqr3.o claqr4.o claqr5.o claqsb.o claqsp.o claqsy.o clar1v.o clar2v.o clarcm.o clarfb.o clarf.o clarfg.o clarfgp.o clarft.o clarfx.o clargv.o clarnv.o clarrv.o clarscl2.o clartg.o clartv.o clarzb.o clarz.o clarzt.o clascl2.o clascl.o claset.o clasr.o classq.o claswp.o cla_syamv.o clasyf.o clasyf_rook.o cla_syrcond_c.o cla_syrcond_x.o cla_syrfsx_extended.o cla_syrpvgrw.o clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o clatzm.o clauu2.o clauum.o cla_wwaddw.o cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o cpftrf.o cpftri.o cpftrs.o cpocon.o cpoequb.o cpoequ.o cporfs.o cporfsx.o cposv.o cposvx.o cposvxx.o cpotf2.o cpotrf.o cpotri.o cpotrs.o cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o cpstf2.o cpstrf.o cptcon.o cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o cptts2.o crot.o cspcon.o cspmv.o cspr.o csprfs.o cspsv.o cspsvx.o csptrf.o csptri.o csptrs.o csrscl.o cstedc.o cstegr.o cstein.o cstemr.o csteqr.o csycon.o csycon_rook.o csyconv.o csyequb.o csymv.o csyr.o csyrfs.o csyrfsx.o csysv.o csysv_rook.o csysvx.o csysvxx.o csyswapr.o csytf2.o csytf2_rook.o csytrf.o csytrf_rook.o csytri2.o csytri2x.o csytri.o csytri_rook.o csytrs2.o csytrs.o csytrs_rook.o ctbcon.o ctbrfs.o ctbtrs.o ctfsm.o ctftri.o ctfttp.o ctfttr.o ctgevc.o ctgex2.o ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o ctpcon.o ctpmqrt.o ctpqrt2.o ctpqrt.o ctprfb.o ctprfs.o ctptri.o ctptrs.o ctpttf.o ctpttr.o ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctrttf.o ctrttp.o ctzrqf.o ctzrzf.o cunbdb1.o cunbdb2.o cunbdb3.o cunbdb4.o cunbdb5.o cunbdb6.o cunbdb.o cuncsd2by1.o cuncsd.o cung2l.o cung2r.o cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o cungr2.o cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o cunmlq.o cunmql.o cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o cunmtr.o cupgtr.o cupmtr.o dbbcsd.o dbdsdc.o dbdsqr.o ddisna.o dgbbrd.o dgbcon.o dgbequb.o dgbequ.o dgbrfs.o dgbrfsx.o dgbsv.o dgbsvx.o dgbsvxx.o dgbtf2.o dgbtrf.o dgbtrs.o dgebak.o dgebal.o dgebd2.o dgebrd.o dgecon.o dgeequb.o dgeequ.o dgees.o dgeesx.o dgeev.o dgeevx.o dgegs.o dgegv.o dgehd2.o dgehrd.o dgejsv.o dgelq2.o dgelqf.o dgelsd.o dgels.o dgelss.o dgelsx.o dgelsy.o dgemqrt.o dgeql2.o dgeqlf.o dgeqp3.o dgeqpf.o dgeqr2.o dgeqr2p.o dgeqrf.o dgeqrfp.o dgeqrt2.o dgeqrt3.o dgeqrt.o dgerfs.o dgerfsx.o dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesvd.o dgesv.o dgesvj.o dgesvx.o dgesvxx.o dgetc2.o dgetf2.o dgetrf.o dgetri.o dgetrs.o dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o dggglm.o dgghrd.o dgglse.o dggqrf.o dggrqf.o dggsvd.o dggsvp.o dgsvj0.o dgsvj1.o dgtcon.o dgtrfs.o dgtsv.o dgtsvx.o dgttrf.o dgttrs.o dgtts2.o dhgeqz.o dhsein.o dhseqr.o disnan.o dlabad.o dlabrd.o dlacn2.o dlacon.o dlacpy.o dladiv.o dlae2.o dlaebz.o dlaed0.o dlaed1.o dlaed2.o dlaed3.o dlaed4.o dlaed5.o dlaed6.o dlaed7.o dlaed8.o dlaed9.o dlaeda.o dlaein.o dlaev2.o dlaexc.o dlag2.o dlag2s.o dla_gbamv.o dla_gbrcond.o dla_gbrfsx_extended.o dla_gbrpvgrw.o dla_geamv.o dla_gercond.o dla_gerfsx_extended.o dla_gerpvgrw.o dlags2.o dlagtf.o dlagtm.o dlagts.o dlagv2.o dlahqr.o dlahr2.o dlahrd.o dlaic1.o dlaisnan.o dla_lin_berr.o dlaln2.o dlals0.o dlalsa.o dlalsd.o dlamrg.o dlaneg.o dlangb.o dlange.o dlangt.o dlanhs.o dlansb.o dlansf.o dlansp.o dlanst.o dlansy.o dlantb.o dlantp.o dlantr.o dlanv2.o dlapll.o dlapmr.o dlapmt.o dla_porcond.o dla_porfsx_extended.o dla_porpvgrw.o dlapy2.o dlapy3.o dlaqgb.o dlaqge.o dlaqp2.o dlaqps.o dlaqr0.o dlaqr1.o dlaqr2.o dlaqr3.o dlaqr4.o dlaqr5.o dlaqsb.o dlaqsp.o dlaqsy.o dlaqtr.o dlar1v.o dlar2v.o dlarfb.o dlarf.o dlarfg.o dlarfgp.o dlarft.o dlarfx.o dlargv.o dlarnv.o dlarra.o dlarrb.o dlarrc.o dlarrd.o dlarre.o dlarrf.o dlarrj.o dlarrk.o dlarrr.o dlarrv.o dlarscl2.o dlartg.o dlartgp.o dlartgs.o dlartv.o dlaruv.o dlarzb.o dlarz.o dlarzt.o dlas2.o dlascl2.o dlascl.o dlasd0.o dlasd1.o dlasd2.o dlasd3.o dlasd4.o dlasd5.o dlasd6.o dlasd7.o dlasd8.o dlasda.o dlasdq.o dlasdt.o dlaset.o dlasq1.o dlasq2.o dlasq3.o dlasq4.o dlasq5.o dlasq6.o dlasr.o dlasrt.o dlassq.o dlasv2.o dlaswp.o dlasy2.o dla_syamv.o dlasyf.o dlasyf_rook.o dla_syrcond.o dla_syrfsx_extended.o dla_syrpvgrw.o dlat2s.o dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o dlatzm.o dlauu2.o dlauum.o dla_wwaddw.o dlazq3.o dlazq4.o dopgtr.o dopmtr.o dorbdb1.o dorbdb2.o dorbdb3.o dorbdb4.o dorbdb5.o dorbdb6.o dorbdb.o dorcsd2by1.o dorcsd.o dorg2l.o dorg2r.o dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o dorgrq.o dorgtr.o dorm2l.o dorm2r.o dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o dormr2.o dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o dpbstf.o dpbsv.o dpbsvx.o dpbtf2.o dpbtrf.o dpbtrs.o dpftrf.o dpftri.o dpftrs.o dpocon.o dpoequb.o dpoequ.o dporfs.o dporfsx.o dposv.o dposvx.o dposvxx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dppcon.o dppequ.o dpprfs.o dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dpstf2.o dpstrf.o dptcon.o dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrf.o dpttrs.o dptts2.o drscl.o dsbevd.o dsbev.o dsbevx.o dsbgst.o dsbgvd.o dsbgv.o dsbgvx.o dsbtrd.o dsfrk.o dsgesv.o dspcon.o dspevd.o dspev.o dspevx.o dspgst.o dspgvd.o dspgv.o dspgvx.o dsposv.o dsprfs.o dspsv.o dspsvx.o dsptrd.o dsptrf.o dsptri.o dsptrs.o dstebz.o dstedc.o dstegr.o dstein.o dstemr.o dsteqr.o dsterf.o dstevd.o dstev.o dstevr.o dstevx.o dsycon.o dsycon_rook.o dsyconv.o dsyequb.o dsyevd.o dsyev.o dsyevr.o dsyevx.o dsygs2.o dsygst.o dsygvd.o dsygv.o dsygvx.o dsyrfs.o dsyrfsx.o dsysv.o dsysv_rook.o dsysvx.o dsysvxx.o dsyswapr.o dsytd2.o dsytf2.o dsytf2_rook.o dsytrd.o dsytrf.o dsytrf_rook.o dsytri2.o dsytri2x.o dsytri.o dsytri_rook.o dsytrs2.o dsytrs.o dsytrs_rook.o dtbcon.o dtbrfs.o dtbtrs.o dtfsm.o dtftri.o dtfttp.o dtfttr.o dtgevc.o dtgex2.o dtgexc.o dtgsen.o dtgsja.o dtgsna.o dtgsy2.o dtgsyl.o dtpcon.o dtpmqrt.o dtpqrt2.o dtpqrt.o dtprfb.o dtprfs.o dtptri.o dtptrs.o dtpttf.o dtpttr.o dtrcon.o dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o dtrti2.o dtrtri.o dtrtrs.o dtrttf.o dtrttp.o dtzrqf.o dtzrzf.o dzsum1.o icmax1.o ieeeck.o ilaclc.o ilaclr.o iladiag.o iladlc.o iladlr.o ilaenv.o ilaprec.o ilaslc.o ilaslr.o ilatrans.o ilauplo.o ilaver.o ilazlc.o ilazlr.o iparmq.o izmax1.o lsamen.o sbbcsd.o sbdsdc.o sbdsqr.o scsum1.o sdisna.o sgbbrd.o sgbcon.o sgbequb.o sgbequ.o sgbrfs.o sgbrfsx.o sgbsv.o sgbsvx.o sgbsvxx.o sgbtf2.o sgbtrf.o sgbtrs.o sgebak.o sgebal.o sgebd2.o sgebrd.o sgecon.o sgeequb.o sgeequ.o sgees.o sgeesx.o sgeev.o sgeevx.o sgegs.o sgegv.o sgehd2.o sgehrd.o sgejsv.o sgelq2.o sgelqf.o sgelsd.o sgels.o sgelss.o sgelsx.o sgelsy.o sgemqrt.o sgeql2.o sgeqlf.o sgeqp3.o sgeqpf.o sgeqr2.o sgeqr2p.o sgeqrf.o sgeqrfp.o sgeqrt2.o sgeqrt3.o sgeqrt.o sgerfs.o sgerfsx.o sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesv.o sgesvj.o sgesvx.o sgesvxx.o sgetc2.o sgetf2.o sgetrf.o sgetri.o sgetrs.o sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o sggglm.o sgghrd.o sgglse.o sggqrf.o sggrqf.o sggsvd.o sggsvp.o sgsvj0.o sgsvj1.o sgtcon.o sgtrfs.o sgtsv.o sgtsvx.o sgttrf.o sgttrs.o sgtts2.o shgeqz.o shsein.o shseqr.o sisnan.o slabad.o slabrd.o slacn2.o slacon.o slacpy.o sladiv.o slae2.o slaebz.o slaed0.o slaed1.o slaed2.o slaed3.o slaed4.o slaed5.o slaed6.o slaed7.o slaed8.o slaed9.o slaeda.o slaein.o slaev2.o slaexc.o slag2d.o slag2.o sla_gbamv.o sla_gbrcond.o sla_gbrfsx_extended.o sla_gbrpvgrw.o sla_geamv.o sla_gercond.o sla_gerfsx_extended.o sla_gerpvgrw.o slags2.o slagtf.o slagtm.o slagts.o slagv2.o slahqr.o slahr2.o slahrd.o slaic1.o slaisnan.o sla_lin_berr.o slaln2.o slals0.o slalsa.o slalsd.o slamrg.o slaneg.o slangb.o slange.o slangt.o slanhs.o slansb.o slansf.o slansp.o slanst.o slansy.o slantb.o slantp.o slantr.o slanv2.o slapll.o slapmr.o slapmt.o sla_porcond.o sla_porfsx_extended.o sla_porpvgrw.o slapy2.o slapy3.o slaqgb.o slaqge.o slaqp2.o slaqps.o slaqr0.o slaqr1.o slaqr2.o slaqr3.o slaqr4.o slaqr5.o slaqsb.o slaqsp.o slaqsy.o slaqtr.o slar1v.o slar2v.o slarfb.o slarf.o slarfg.o slarfgp.o slarft.o slarfx.o slargv.o slarnv.o slarra.o slarrb.o slarrc.o slarrd.o slarre.o slarrf.o slarrj.o slarrk.o slarrr.o slarrv.o slarscl2.o slartg.o slartgp.o slartgs.o slartv.o slaruv.o slarzb.o slarz.o slarzt.o slas2.o slascl2.o slascl.o slasd0.o slasd1.o slasd2.o slasd3.o slasd4.o slasd5.o slasd6.o slasd7.o slasd8.o slasda.o slasdq.o slasdt.o slaset.o slasq1.o slasq2.o slasq3.o slasq4.o slasq5.o slasq6.o slasr.o slasrt.o slassq.o slasv2.o slaswp.o slasy2.o sla_syamv.o slasyf.o slasyf_rook.o sla_syrcond.o sla_syrfsx_extended.o sla_syrpvgrw.o slatbs.o slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o slauu2.o slauum.o sla_wwaddw.o slazq3.o slazq4.o sopgtr.o sopmtr.o sorbdb1.o sorbdb2.o sorbdb3.o sorbdb4.o sorbdb5.o sorbdb6.o sorbdb.o sorcsd2by1.o sorcsd.o sorg2l.o sorg2r.o sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o sorgr2.o sorgrq.o sorgtr.o sorm2l.o sorm2r.o sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o spbrfs.o spbstf.o spbsv.o spbsvx.o spbtf2.o spbtrf.o spbtrs.o spftrf.o spftri.o spftrs.o spocon.o spoequb.o spoequ.o sporfs.o sporfsx.o sposv.o sposvx.o sposvxx.o spotf2.o spotrf.o spotri.o spotrs.o sppcon.o sppequ.o spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o spstf2.o spstrf.o sptcon.o spteqr.o sptrfs.o sptsv.o sptsvx.o spttrf.o spttrs.o sptts2.o srscl.o ssbevd.o ssbev.o ssbevx.o ssbgst.o ssbgvd.o ssbgv.o ssbgvx.o ssbtrd.o ssfrk.o sspcon.o sspevd.o sspev.o sspevx.o sspgst.o sspgvd.o sspgv.o sspgvx.o ssprfs.o sspsv.o sspsvx.o ssptrd.o ssptrf.o ssptri.o ssptrs.o sstebz.o sstedc.o sstegr.o sstein.o sstemr.o ssteqr.o ssterf.o sstevd.o sstev.o sstevr.o sstevx.o ssycon.o ssycon_rook.o ssyconv.o ssyequb.o ssyevd.o ssyev.o ssyevr.o ssyevx.o ssygs2.o ssygst.o ssygvd.o ssygv.o ssygvx.o ssyrfs.o ssyrfsx.o ssysv.o ssysv_rook.o ssysvx.o ssysvxx.o ssyswapr.o ssytd2.o ssytf2.o ssytf2_rook.o ssytrd.o ssytrf.o ssytrf_rook.o ssytri2.o ssytri2x.o ssytri.o ssytri_rook.o ssytrs2.o ssytrs.o ssytrs_rook.o stbcon.o stbrfs.o stbtrs.o stfsm.o stftri.o stfttp.o stfttr.o stgevc.o stgex2.o stgexc.o stgsen.o stgsja.o stgsna.o stgsy2.o stgsyl.o stpcon.o stpmqrt.o stpqrt2.o stpqrt.o stprfb.o stprfs.o stptri.o stptrs.o stpttf.o stpttr.o strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o strsyl.o strti2.o strtri.o strtrs.o strttf.o strttp.o stzrqf.o stzrzf.o zbbcsd.o zbdsqr.o zcgesv.o zcposv.o zdrscl.o zgbbrd.o zgbcon.o zgbequb.o zgbequ.o zgbrfs.o zgbrfsx.o zgbsv.o zgbsvx.o zgbsvxx.o zgbtf2.o zgbtrf.o zgbtrs.o zgebak.o zgebal.o zgebd2.o zgebrd.o zgecon.o zgeequb.o zgeequ.o zgees.o zgeesx.o zgeev.o zgeevx.o zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o zgelsd.o zgels.o zgelss.o zgelsx.o zgelsy.o zgemqrt.o zgeql2.o zgeqlf.o zgeqp3.o zgeqpf.o zgeqr2.o zgeqr2p.o zgeqrf.o zgeqrfp.o zgeqrt2.o zgeqrt3.o zgeqrt.o zgerfs.o zgerfsx.o zgerq2.o zgerqf.o zgesc2.o zgesdd.o zgesvd.o zgesv.o zgesvx.o zgesvxx.o zgetc2.o zgetf2.o zgetrf.o zgetri.o zgetrs.o zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o zggglm.o zgghrd.o zgglse.o zggqrf.o zggrqf.o zggsvd.o zggsvp.o zgtcon.o zgtrfs.o zgtsv.o zgtsvx.o zgttrf.o zgttrs.o zgtts2.o zhbevd.o zhbev.o zhbevx.o zhbgst.o zhbgvd.o zhbgv.o zhbgvx.o zhbtrd.o zhecon.o zhecon_rook.o zheequb.o zheevd.o zheev.o zheevr.o zheevx.o zhegs2.o zhegst.o zhegvd.o zhegv.o zhegvx.o zherfs.o zherfsx.o zhesv.o zhesv_rook.o zhesvx.o zhesvxx.o zheswapr.o zhetd2.o zhetf2.o zhetf2_rook.o zhetrd.o zhetrf.o zhetrf_rook.o zhetri2.o zhetri2x.o zhetri.o zhetri_rook.o zhetrs2.o zhetrs.o zhetrs_rook.o zhfrk.o zhgeqz.o zhpcon.o zhpevd.o zhpev.o zhpevx.o zhpgst.o zhpgvd.o zhpgv.o zhpgvx.o zhprfs.o zhpsv.o zhpsvx.o zhptrd.o zhptrf.o zhptri.o zhptrs.o zhsein.o zhseqr.o zlabrd.o zlacgv.o zlacn2.o zlacon.o zlacp2.o zlacpy.o zlacrm.o zlacrt.o zladiv.o zlaed0.o zlaed7.o zlaed8.o zlaein.o zlaesy.o zlaev2.o zlag2c.o zla_gbamv.o zla_gbrcond_c.o zla_gbrcond_x.o zla_gbrfsx_extended.o zla_gbrpvgrw.o zla_geamv.o zla_gercond_c.o zla_gercond_x.o zla_gerfsx_extended.o zla_gerpvgrw.o zlags2.o zlagtm.o zla_heamv.o zlahef.o zlahef_rook.o zla_hercond_c.o zla_hercond_x.o zla_herfsx_extended.o zla_herpvgrw.o zlahqr.o zlahr2.o zlahrd.o zlaic1.o zla_lin_berr.o zlals0.o zlalsa.o zlalsd.o zlangb.o zlange.o zlangt.o zlanhb.o zlanhe.o zlanhf.o zlanhp.o zlanhs.o zlanht.o zlansb.o zlansp.o zlansy.o zlantb.o zlantp.o zlantr.o zlapll.o zlapmr.o zlapmt.o zla_porcond_c.o zla_porcond_x.o zla_porfsx_extended.o zla_porpvgrw.o zlaqgb.o zlaqge.o zlaqhb.o zlaqhe.o zlaqhp.o zlaqp2.o zlaqps.o zlaqr0.o zlaqr1.o zlaqr2.o zlaqr3.o zlaqr4.o zlaqr5.o zlaqsb.o zlaqsp.o zlaqsy.o zlar1v.o zlar2v.o zlarcm.o zlarfb.o zlarf.o zlarfg.o zlarfgp.o zlarft.o zlarfx.o zlargv.o zlarnv.o zlarrv.o zlarscl2.o zlartg.o zlartv.o zlarzb.o zlarz.o zlarzt.o zlascl2.o zlascl.o zlaset.o zlasr.o zlassq.o zlaswp.o zla_syamv.o zlasyf.o zlasyf_rook.o zla_syrcond_c.o zla_syrcond_x.o zla_syrfsx_extended.o zla_syrpvgrw.o zlat2c.o zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o zlatrz.o zlatzm.o zlauu2.o zlauum.o zla_wwaddw.o zpbcon.o zpbequ.o zpbrfs.o zpbstf.o zpbsv.o zpbsvx.o zpbtf2.o zpbtrf.o zpbtrs.o zpftrf.o zpftri.o zpftrs.o zpocon.o zpoequb.o zpoequ.o zporfs.o zporfsx.o zposv.o zposvx.o zposvxx.o zpotf2.o zpotrf.o zpotri.o zpotrs.o zppcon.o zppequ.o zpprfs.o zppsv.o zppsvx.o zpptrf.o zpptri.o zpptrs.o zpstf2.o zpstrf.o zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o zpttrs.o zptts2.o zrot.o zspcon.o zspmv.o zspr.o zsprfs.o zspsv.o zspsvx.o zsptrf.o zsptri.o zsptrs.o zstedc.o zstegr.o zstein.o zstemr.o zsteqr.o zsycon.o zsycon_rook.o zsyconv.o zsyequb.o zsymv.o zsyr.o zsyrfs.o zsyrfsx.o zsysv.o zsysv_rook.o zsysvx.o zsysvxx.o zsyswapr.o zsytf2.o zsytf2_rook.o zsytrf.o zsytrf_rook.o zsytri2.o zsytri2x.o zsytri.o zsytri_rook.o zsytrs2.o zsytrs.o zsytrs_rook.o ztbcon.o ztbrfs.o ztbtrs.o ztfsm.o ztftri.o ztfttp.o ztfttr.o ztgevc.o ztgex2.o ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o ztgsyl.o ztpcon.o ztpmqrt.o ztpqrt2.o ztpqrt.o ztprfb.o ztprfs.o ztptri.o ztptrs.o ztpttf.o ztpttr.o ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztrttf.o ztrttp.o ztzrqf.o ztzrzf.o zunbdb1.o zunbdb2.o zunbdb3.o zunbdb4.o zunbdb5.o zunbdb6.o zunbdb.o zuncsd2by1.o zuncsd.o zung2l.o zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o zungqr.o zungr2.o zungrq.o zungtr.o zunm2l.o zunm2r.o zunmbr.o zunmhr.o zunml2.o zunmlq.o zunmql.o zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o zunmtr.o zupgtr.o zupmtr.o make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack' cd lapack-extra; /usr/bin/make lib FC="/home/kongf/workhome/rod/mpich/bin/mpif90" FOPTFLAGS="-fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O " FNOOPT="-O0 -fPIC " AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar" AR_FLAGS="cr" RM="/bin/rm -f" LIBNAME="libflapack.a" make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack-extra' /home/kongf/workhome/rod/mpich/bin/mpif90 -c -O0 -fPIC slamch.f dlamch.f /home/kongf/workhome/rod/mpich/bin/mpif90 -c -fPIC -Wall -ffree-line-length-0 -Wno-unused-dummy-argument -g -O ilaver.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../libflapack.a slamch.o dlamch.o ilaver.o /bin/rm -f slamch.o dlamch.o ilaver.o make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.fblaslapack/lapack-extra' /usr/bin/ranlib libflapack.acher.f:227:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cher2.f:257:0: IY = KY Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] cher2.f:256:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cher2.f:175:0: INTEGER I,INFO,IX,IY,J,JX,JY,KX,KY Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] cher2.f:175:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] cherk.f:358:30: RTEMP = RTEMP + CONJG(A(L,J))*A(L,J) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cherk.f:370:30: RTEMP = RTEMP + CONJG(A(L,J))*A(L,J) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cgbrfsx.f:519:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] chpr2.f:253:0: IY = KY Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] chpr2.f:252:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] chpr2.f:170:0: INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] chpr2.f:170:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] chpr.f:223:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cgebak.f:244:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgebak.f:258:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgbsvx.f:485:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] cgbsvx.f:485:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] cgebd2.f:251:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cgebd2.f:270:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cgebd2.f:295:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cgebd2.f:314:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cgees.f:288:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgeesx.f:343:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgeev.f:281:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgeesx.f:272:0: $ ITAU, IWRK, LWRK, MAXWRK, MINWRK Warning: 'maxwrk' may be used uninitialized in this function [-Wmaybe-uninitialized] cgeevx.f:404:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgegv.f:693:20: SBETA = ( SCALE*BETA( JC ) )*BNRM 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cgehrd.f:300:0: DO 40 I = ILO, IHI - 1 - NX, NB Warning: 'nx' may be used uninitialized in this function [-Wmaybe-uninitialized] cgelss.f:273:28: LWORK_CGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:277:28: LWORK_CUNMQR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:291:28: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:295:28: LWORK_CUNMBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:299:28: LWORK_CUNGBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:317:31: LWORK_CGELQF=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:321:31: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:325:31: LWORK_CUNMBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:329:31: LWORK_CUNGBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:333:31: LWORK_CUNMLQ=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:352:31: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:356:31: LWORK_CUNMBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgelss.f:360:31: LWORK_CUNGBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgels.f:499:0: WORK( 1 ) = REAL( WSIZE ) Warning: 'wsize' may be used uninitialized in this function [-Wmaybe-uninitialized] cgels.f:358:0: IF( .NOT.TPSD ) THEN Warning: 'tpsd' may be used uninitialized in this function [-Wmaybe-uninitialized] cgelsd.f:530:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.4*M+M*M+ Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] ctbsv.f:288:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ctbmv.f:314:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ctrmv.f:268:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ctpmv.f:270:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cgelss.f:552:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.3*M+M*M+MAX( M, NRHS, N-2*M ) ) Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] ctpsv.f:241:0: JX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ctrsv.f:173:0: INTEGER I,INFO,IX,J,JX,KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cgeqlf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] drotmg.f:225:0: DH22 = DH22*GAM Warning: 'dh22' may be used uninitialized in this function [-Wmaybe-uninitialized] drotmg.f:224:0: DH21 = DH21*GAM Warning: 'dh21' may be used uninitialized in this function [-Wmaybe-uninitialized] drotmg.f:202:0: DH12 = DH12*GAM Warning: 'dh12' may be used uninitialized in this function [-Wmaybe-uninitialized] drotmg.f:201:0: DH11 = DH11*GAM Warning: 'dh11' may be used uninitialized in this function [-Wmaybe-uninitialized] drotmg.f:184:0: IF (DFLAG.EQ.ZERO) THEN Warning: 'dflag' may be used uninitialized in this function [-Wmaybe-uninitialized] cgerfsx.f:496:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgerqf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dspr2.f:245:0: AP(K) = AP(K) + X(IX)*TEMP1 + Y(IY)*TEMP2 Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] dspr2.f:245:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] dspr2.f:240:0: TEMP1 = ALPHA*Y(JY) Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] dspr2.f:239:0: IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] dspr.f:220:0: JX = JX + INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cgetc2.f:204:0: A( N, N ) = CMPLX( SMIN, ZERO ) Warning: 'smin' may be used uninitialized in this function [-Wmaybe-uninitialized] cgetc2.f:186:0: $ CALL CSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) Warning: 'jpv' may be used uninitialized in this function [-Wmaybe-uninitialized] cgetc2.f:180:0: $ CALL CSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) Warning: 'ipv' may be used uninitialized in this function [-Wmaybe-uninitialized] cgesvd.f:325:25: LWORK_CGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:328:27: LWORK_CUNGQR_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:330:27: LWORK_CUNGQR_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:334:25: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:338:27: LWORK_CUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:341:27: LWORK_CUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:449:28: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:454:33: LWORK_CUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:460:33: LWORK_CUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:475:25: LWORK_CGELQF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:478:27: LWORK_CUNGLQ_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:480:27: LWORK_CUNGLQ_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:484:25: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:488:27: LWORK_CUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:492:27: LWORK_CUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:598:28: LWORK_CGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:604:32: LWORK_CUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:610:32: LWORK_CUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cgesvx.f:458:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] cgesvx.f:458:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] dsyr2.f:252:0: A(I,J) = A(I,J) + X(IX)*TEMP1 + Y(IY)*TEMP2 Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] dsyr2.f:252:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] dsyr2.f:246:0: IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] dsyr2.f:246:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] cggbak.f:259:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cggbak.f:269:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cggbak.f:283:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cggbak.f:293:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cggbal.f:541:14: IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cggbal.f:549:14: JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] dsyr.f:223:0: A(I,J) = A(I,J) + X(IX)*TEMP Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] dtbmv.f:313:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] dtbsv.f:287:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cggglm.f:288:13: LOPT = WORK( M+NP+1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] dtpsv.f:305:0: TEMP = X(JX) Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] dtrmv.f:267:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] dtpmv.f:266:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cgglse.f:282:13: LOPT = WORK( P+MN+1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] dtrsv.f:167:0: INTEGER I,INFO,IX,J,JX,KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cggqrf.f:282:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cggrqf.f:281:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] cgesvd.f:3395:0: IF( LWORK.GE.WRKBL+LDA*M ) THEN Warning: 'wrkbl' may be used uninitialized in this function [-Wmaybe-uninitialized] cgesvd.f:2166:0: IF( N.GE.MNTHR ) THEN Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] chbevd.f:326:18: W( 1 ) = AB( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chbev.f:226:21: W( 1 ) = AB( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chbev.f:228:21: W( 1 ) = AB( KD+1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] sdsdot.f:228:18: SDSDOT = DSDOT 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] sdsdot.f:253:15: SDSDOT = DSDOT 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] chbevx.f:378:21: W( 1 ) = CTMP1 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chbtrd.f:462:21: D( I ) = AB( KD1, I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chbtrd.f:669:21: D( I ) = AB( 1, I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] srotmg.f:225:0: SH22 = SH22*GAM Warning: 'sh22' may be used uninitialized in this function [-Wmaybe-uninitialized] srotmg.f:224:0: SH21 = SH21*GAM Warning: 'sh21' may be used uninitialized in this function [-Wmaybe-uninitialized] srotmg.f:202:0: SH12 = SH12*GAM Warning: 'sh12' may be used uninitialized in this function [-Wmaybe-uninitialized] srotmg.f:201:0: SH11 = SH11*GAM Warning: 'sh11' may be used uninitialized in this function [-Wmaybe-uninitialized] srotmg.f:184:0: IF (SFLAG.EQ.ZERO) THEN Warning: 'sflag' may be used uninitialized in this function [-Wmaybe-uninitialized] cheevd.f:320:18: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cheequb.f:263:16: AVG = AVG + S( I )*WORK( I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cheequb.f:280:15: C1 = ( N-2 ) * ( WORK( I ) - T*SI ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cheequb.f:281:15: C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cheequb.f:315:16: AVG = AVG + ( U + WORK( I ) ) * D / N 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cheev.f:227:18: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] sspr.f:220:0: JX = JX + INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] sspr2.f:245:0: AP(K) = AP(K) + X(IX)*TEMP1 + Y(IY)*TEMP2 Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] sspr2.f:245:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] sspr2.f:240:0: TEMP1 = ALPHA*Y(JY) Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] sspr2.f:239:0: IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] chegvd.f:366:13: LOPT = MAX( REAL( LOPT ), REAL( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] chegvd.f:367:14: LROPT = MAX( REAL( LROPT ), REAL( RWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] chegvd.f:368:14: LIOPT = MAX( REAL( LIOPT ), REAL( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cheevx.f:377:21: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cheevx.f:382:24: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:199:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:200:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:229:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:230:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:254:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:255:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:274:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chegs2.f:275:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] ssyr2.f:252:0: A(I,J) = A(I,J) + X(IX)*TEMP1 + Y(IY)*TEMP2 Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] ssyr2.f:252:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ssyr2.f:246:0: IF ((X(JX).NE.ZERO) .OR. (Y(JY).NE.ZERO)) THEN Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] ssyr2.f:246:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] cheevx.f:551:0: WORK( 1 ) = LWKOPT Warning: 'lwkopt' may be used uninitialized in this function [-Wmaybe-uninitialized] ssyr.f:223:0: A(I,J) = A(I,J) + X(IX)*TEMP Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cherfsx.f:481:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] stbmv.f:313:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] stpmv.f:266:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] chetd2.f:251:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetd2.f:279:23: D( I+1 ) = A( I+1, I+1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetd2.f:282:18: D( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetd2.f:295:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetd2.f:324:21: D( I ) = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetd2.f:327:18: D( N ) = A( N, N ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] stpsv.f:305:0: TEMP = X(JX) Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] stbsv.f:287:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] chetrd.f:331:24: D( J ) = A( J, J ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetrd.f:363:24: D( J ) = A( J, J ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetf2_rook.f:534:24: D11 = A( K, K ) / D 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chetf2_rook.f:535:24: D22 = A( K-1, K-1 ) / D 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] strmv.f:267:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] chetf2.f:529:0: IF( KP.LT.N ) Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] strsv.f:173:0: INTEGER I,INFO,IX,J,JX,KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] chetf2_rook.f:691:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] chbgst.f:602:0: DO 240 J = N - 1, J2 + KA, -1 Warning: 'j2' may be used uninitialized in this function [-Wmaybe-uninitialized] chpevd.f:306:18: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpev.f:209:18: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpevx.f:331:21: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpevx.f:335:24: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:188:21: BJJ = BP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:209:21: AKK = AP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:210:21: BKK = BP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:240:21: AKK = AP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:241:21: BKK = BP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:264:21: AJJ = AP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgst.f:265:21: BJJ = BP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chpgvd.f:341:14: LWMIN = MAX( REAL( LWMIN ), REAL( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] chpgvd.f:342:15: LRWMIN = MAX( REAL( LRWMIN ), REAL( RWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] chpgvd.f:343:15: LIWMIN = MAX( REAL( LIWMIN ), REAL( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] chgeqz.f:854:0: IF( ILZ ) Warning: 'ilz' may be used uninitialized in this function [-Wmaybe-uninitialized] chgeqz.f:796:0: IF( ILQ ) THEN Warning: 'ilq' may be used uninitialized in this function [-Wmaybe-uninitialized] chgeqz.f:688:0: IF( .NOT.ILSCHR ) THEN Warning: 'ilschr' may be used uninitialized in this function [-Wmaybe-uninitialized] zher2.f:257:0: IY = KY Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] zher2.f:256:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] zher2.f:175:0: INTEGER I,INFO,IX,IY,J,JX,JY,KX,KY Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] zher2.f:175:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] zherk.f:358:30: RTEMP = RTEMP + CONJG(A(L,J))*A(L,J) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zherk.f:370:30: RTEMP = RTEMP + CONJG(A(L,J))*A(L,J) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zher.f:227:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] zhpr.f:223:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] chptrd.f:227:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chptrd.f:252:23: D( I+1 ) = AP( I1+I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chptrd.f:256:18: D( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chptrd.f:272:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chptrd.f:299:21: D( I ) = AP( II ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chptrd.f:303:18: D( N ) = AP( II ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] zhpr2.f:253:0: IY = KY Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized] zhpr2.f:252:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] zhpr2.f:170:0: INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized] zhpr2.f:170:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized] clabrd.f:273:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clabrd.f:313:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clabrd.f:357:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clabrd.f:391:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] chptrf.f:529:0: IF( KP.LT.N ) Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] chptrf.f:328:0: CALL CSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) Warning: 'kpc' may be used uninitialized in this function [-Wmaybe-uninitialized] ztbmv.f:314:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ztbsv.f:288:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ztpmv.f:270:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] claed8.f:455:0: W( K ) = Z( JLAM ) Warning: 'jlam' may be used uninitialized in this function [-Wmaybe-uninitialized] ztrsv.f:173:0: INTEGER I,INFO,IX,J,JX,KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ztrmv.f:268:0: KX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] ztpsv.f:241:0: JX = KX + (N-1)*INCX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cla_lin_berr.f:151:21: TMP = (SAFE1 + CABS1(RES(I,J)))/AYB(I,J) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clahr2.f:307:0: A( K+NB, NB ) = EI Warning: 'IMAGPART_EXPR ' may be used uninitialized in this function [-Wmaybe-uninitialized] clahr2.f:307:0: Warning: 'REALPART_EXPR ' may be used uninitialized in this function [-Wmaybe-uninitialized] claic1.f:197:21: TMP = SQRT( S*CONJG( S )+C*CONJG( C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:251:19: T = C / ( B+SQRT( B*B+C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:253:19: T = SQRT( B*B+C ) - B 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:258:18: TMP = SQRT( SINE*CONJG( SINE )+COSINE*CONJG( COSINE ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:283:18: TMP = SQRT( S*CONJG( S )+C*CONJG( C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:341:19: T = C / ( B+SQRT( ABS( B*B-C ) ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:352:22: T = -C / ( B+SQRT( B*B+C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:354:22: T = B - SQRT( B*B+C ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] claic1.f:360:18: TMP = SQRT( SINE*CONJG( SINE )+COSINE*CONJG( COSINE ) ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clange.f:140:0: REAL SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clahef.f:695:0: JMAX = IMAX + ICAMAX( N-IMAX, W( IMAX+1, K+1 ), 1 ) Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] clangt.f:130:0: REAL ANORM, SCALE, SUM, TEMP Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] clangb.f:150:0: REAL SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clanhe.f:149:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clanhb.f:157:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clahef_rook.f:860:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] clals0.f:413:0: $ DIFRJ ) / ( POLES( I, 2 )+DJ ) Warning: 'difrj' may be used uninitialized in this function [-Wmaybe-uninitialized] clanht.f:126:0: REAL ANORM, SCALE, SUM Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] clanhp.f:142:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clanhs.f:134:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clansb.f:155:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clansy.f:148:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clansp.f:140:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clantp.f:151:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clantb.f:167:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clantr.f:168:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] clarfgp.f:241:25: BETA = -SAVEALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clatrd.f:274:26: E( I-1 ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clatrd.f:328:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clauu2.f:168:18: AII = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clauu2.f:187:18: AII = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] clasyf_rook.f:706:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] cpbsvx.f:430:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] cpbsvx.f:430:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] cpoequb.f:180:15: S( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cpoequb.f:184:18: S( I ) = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cporfsx.f:473:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] cposvx.f:392:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] cposvx.f:392:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] cpotf2.f:180:18: AJJ = REAL( A( J, J ) ) - CDOTC( J-1, A( 1, J ), 1, 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cpotf2.f:207:18: AJJ = REAL( A( J, J ) ) - CDOTC( J-1, A( J, 1 ), LDA, 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cpptrf.f:195:18: AJJ = REAL( AP( JJ ) ) - CDOTC( J-1, AP( JC ), 1, AP( JC ), 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cpptri.f:167:18: AJJ = AP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] cppsvx.f:393:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] cppsvx.f:393:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] cspr.f:220:0: JX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] cstedc.f:484:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] cstedc.f:485:0: RWORK( 1 ) = LRWMIN Warning: 'lrwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] cstedc.f:486:0: IWORK( 1 ) = LIWMIN Warning: 'liwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] csyequb.f:275:16: AVG = AVG + S( I )*WORK( I ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] csyequb.f:292:15: C1 = ( N-2 ) * ( WORK( I ) - T*SI ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] csyequb.f:293:15: C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] csyequb.f:327:16: AVG = AVG + ( U + WORK( I ) ) * D / N 1 Warning: Possible change of value in conversion from COMPLEX(4) to REAL(4) at (1) [-Wconversion] csptrf.f:602:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] csptrf.f:322:0: CALL CSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) Warning: 'kpc' may be used uninitialized in this function [-Wmaybe-uninitialized] cstein.f:352:0: $ XJ = XJM + PERTOL Warning: 'xjm' may be used uninitialized in this function [-Wmaybe-uninitialized] cstein.f:425:0: IF( NRM.LT.STPCRT ) Warning: 'stpcrt' may be used uninitialized in this function [-Wmaybe-uninitialized] cstein.f:400:0: IF( ABS( XJ-XJM ).GT.ORTOL ) Warning: 'ortol' may be used uninitialized in this function [-Wmaybe-uninitialized] cstein.f:386:0: $ SASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) Warning: 'onenrm' may be used uninitialized in this function [-Wmaybe-uninitialized] csyrfsx.f:483:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] csysv_rook.f:262:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] csyr.f:226:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] csysv.f:229:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] csytf2.f:595:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] csytf2_rook.f:638:0: ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] csytf2_rook.f:416:0: IF( KP.NE.KK ) THEN Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] ctfttr.f:459:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] ctfttr.f:356:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] ctgsyl.f:609:0: SCALE = SCALE2 Warning: 'scale2' may be used uninitialized in this function [-Wmaybe-uninitialized] ctptri.f:230:0: $ AP( JCLAST ), AP( JC+1 ), 1 ) Warning: 'jclast' may be used uninitialized in this function [-Wmaybe-uninitialized] ctrsen.f:450:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] ctzrzf.f:251:0: IWS = LDWORK*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] cungbr.f:240:18: LWKOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(4) to INTEGER(4) at (1) [-Wconversion] ctrttf.f:458:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] ctrttf.f:355:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:526:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'itauq2' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:526:0: Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:526:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:579:0: $ WORK(IORGQR), LORGQRWORK, INFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:550:0: $ WORK(IORGLQ), LORGLQWORK, INFO ) Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:526:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: $ LBBCSDWORK, INFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd.f:597:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] cungrq.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] cungql.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:520:0: $ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:520:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:532:0: $ WORK(IORGQR), LORGQR, CHILDINFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:507:0: LORGLQ = LWORK-IORGLQ+1 Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:705:0: CALL CCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: $ CHILDINFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] cuncsd2by1.f:553:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] cunmql.f:281:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] cunmrq.f:282:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dgbrfsx.f:523:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dbdsdc.f:461:0: $ WORK( WSTART ), IWORK, INFO ) Warning: 'z' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'poles' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'ivt' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'is' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'ic' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'givnum' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'givcol' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'difr' may be used uninitialized in this function [-Wmaybe-uninitialized] dbdsdc.f:461:0: Warning: 'difl' may be used uninitialized in this function [-Wmaybe-uninitialized] dgebak.f:242:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgebak.f:256:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgbsvx.f:480:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] dgbsvx.f:480:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] dgees.f:308:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgeesx.f:388:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgeev.f:283:24: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgeev.f:292:24: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgeev.f:299:24: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgeesx.f:316:0: $ MAXWRK, MINWRK Warning: 'maxwrk' may be used uninitialized in this function [-Wmaybe-uninitialized] dgeevx.f:423:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgehrd.f:300:0: DO 40 I = ILO, IHI - 1 - NX, NB Warning: 'nx' may be used uninitialized in this function [-Wmaybe-uninitialized] dgels.f:498:0: WORK( 1 ) = DBLE( WSIZE ) Warning: 'wsize' may be used uninitialized in this function [-Wmaybe-uninitialized] dgels.f:357:0: IF( .NOT.TPSD ) THEN Warning: 'tpsd' may be used uninitialized in this function [-Wmaybe-uninitialized] dgelss.f:260:28: LWORK_DGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:264:28: LWORK_DORMQR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:279:28: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:283:28: LWORK_DORMBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:287:28: LWORK_DORGBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:311:31: LWORK_DGELQF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:315:31: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:319:31: LWORK_DORMBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:323:31: LWORK_DORGBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:327:31: LWORK_DORMLQ=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:347:31: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:351:31: LWORK_DORMBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgelss.f:355:31: LWORK_DORGBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgeqlf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dgelss.f:540:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.4*M+M*M+ Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] dgerfsx.f:496:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgerqf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dgetc2.f:204:0: A( N, N ) = SMIN Warning: 'smin' may be used uninitialized in this function [-Wmaybe-uninitialized] dgetc2.f:186:0: $ CALL DSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) Warning: 'jpv' may be used uninitialized in this function [-Wmaybe-uninitialized] dgetc2.f:180:0: $ CALL DSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) Warning: 'ipv' may be used uninitialized in this function [-Wmaybe-uninitialized] dggbak.f:258:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggbak.f:268:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggbak.f:282:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggbak.f:292:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvx.f:456:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesvx.f:456:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesvd.f:317:25: LWORK_DGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:320:27: LWORK_DORGQR_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:322:27: LWORK_DORGQR_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:326:25: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:330:27: LWORK_DORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:334:27: LWORK_DORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:450:28: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:455:33: LWORK_DORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:461:33: LWORK_DORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:478:25: LWORK_DGELQF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:481:27: LWORK_DORGLQ_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:483:27: LWORK_DORGLQ_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:487:25: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:491:27: LWORK_DORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:495:27: LWORK_DORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:610:28: LWORK_DGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:616:32: LWORK_DORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:622:32: LWORK_DORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggbal.f:528:14: IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggbal.f:536:14: JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesdd.f:1349:0: $ WORK( IL ), M ) Warning: 'il' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesdd.f:921:0: $ WORK( IR ), LDWRKR ) Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesdd.f:988:0: IF( N.GE.MNTHR ) THEN Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesdd.f:609:0: LDWRKR = ( LWORK-N*N-3*N-BDSPAC ) / N Warning: 'bdspac' may be used uninitialized in this function [-Wmaybe-uninitialized] dggglm.f:287:13: LOPT = WORK( M+NP+1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgglse.f:282:13: LOPT = WORK( P+MN+1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggrqf.f:281:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dggqrf.f:282:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dgesvd.f:3461:0: IF( IE.LT.2 ) THEN Warning: 'ie' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesvd.f:3201:0: IF( LWORK.GE.WRKBL+LDA*M ) THEN Warning: 'wrkbl' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesvd.f:2063:0: IF( N.GE.MNTHR ) THEN Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] dgesvd.f:237:0: INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IR, ISCL, Warning: 'bdspac' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: $ IWORK( SUBPBS+1 ), INFO ) Warning: 'iwrem' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: Warning: 'iqptr' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: Warning: 'iq' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: Warning: 'iprmpt' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: Warning: 'iperm' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: Warning: 'igivpt' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed0.f:386:0: Warning: 'igivcl' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed6.f:404:0: $ TAU = TAU*SCLINV Warning: 'sclinv' may be used uninitialized in this function [-Wmaybe-uninitialized] dlaed2.f:439:0: DLAMDA( K ) = D( PJ ) Warning: 'pj' may be used uninitialized in this function [-Wmaybe-uninitialized] dlag2s.f:143:25: SA( I, J ) = A( I, J ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] dlaed8.f:481:0: W( K ) = Z( JLAM ) Warning: 'jlam' may be used uninitialized in this function [-Wmaybe-uninitialized] dhgeqz.f:1344:0: IF( ILZ ) THEN Warning: 'ilz' may be used uninitialized in this function [-Wmaybe-uninitialized] dhgeqz.f:835:0: IF( ILQ ) THEN Warning: 'ilq' may be used uninitialized in this function [-Wmaybe-uninitialized] dhgeqz.f:713:0: IF( .NOT.ILSCHR ) THEN Warning: 'ilschr' may be used uninitialized in this function [-Wmaybe-uninitialized] dlahr2.f:305:0: A( K+NB, NB ) = EI Warning: 'ei' may be used uninitialized in this function [-Wmaybe-uninitialized] dlahrd.f:282:0: A( K+NB, NB ) = EI Warning: 'ei' may be used uninitialized in this function [-Wmaybe-uninitialized] dlahqr.f:590:0: $ CS, SN ) Warning: 'i2' may be used uninitialized in this function [-Wmaybe-uninitialized] dlange.f:138:0: DOUBLE PRECISION SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlangb.f:149:0: DOUBLE PRECISION SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlangt.f:130:0: DOUBLE PRECISION ANORM, SCALE, SUM, TEMP Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] dlals0.f:410:0: $ DIFRJ ) / ( POLES( I, 2 )+DJ ) Warning: 'difrj' may be used uninitialized in this function [-Wmaybe-uninitialized] dlanhs.f:132:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlanst.f:124:0: DOUBLE PRECISION ANORM, SCALE, SUM Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] dlansb.f:153:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlansp.f:138:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlansy.f:146:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlantp.f:149:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlantr.f:166:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlantb.f:165:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlansf.f:233:0: DOUBLE PRECISION SCALE, S, VALUE, AA, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] dlarre.f:390:0: $ ((IRANGE.EQ.VALRNG).AND.(D(1).GT.VL).AND.(D(1).LE.VU)).OR. Warning: 'irange' may be used uninitialized in this function [-Wmaybe-uninitialized] dlarrd.f:737:0: IF( W( JE ).GE.WUL .AND. IDISCU.GT.0 ) THEN Warning: 'wul' may be used uninitialized in this function [-Wmaybe-uninitialized] dlarrd.f:720:0: IF( W( JE ).LE.WLU .AND. IDISCL.GT.0 ) THEN Warning: 'wlu' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasd8.f:325:0: $ / ( DSIGMA( I )+DJ ) Warning: 'difrj' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasd2.f:443:0: J = J + 1 Warning: 'jprev' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasd7.f:447:0: J = J + 1 Warning: 'jprev' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasq4.f:420:0: TAU = S Warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasv2.f:319:0: SSMAX = SIGN( SSMAX, TSIGN ) Warning: 'tsign' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasy2.f:427:0: $ CALL DSWAP( 4, T16( 1, JPSV ), 1, T16( 1, I ), 1 ) Warning: 'jpsv' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasy2.f:421:0: CALL DSWAP( 4, T16( IPSV, 1 ), 4, T16( I, 1 ), 4 ) Warning: 'ipsv' may be used uninitialized in this function [-Wmaybe-uninitialized] dlat2s.f:152:28: SA( I, J ) = A( I, J ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] dlat2s.f:163:28: SA( I, J ) = A( I, J ) 1 Warning: Possible change of value in conversion from REAL(8) to REAL(4) at (1) [-Wconversion] dlatbs.f:794:0: X( J ) = X( J ) / TJJS - SUMJ Warning: 'tjjs' may be used uninitialized in this function [-Wmaybe-uninitialized] dlatps.f:775:0: X( J ) = X( J ) / TJJS - SUMJ Warning: 'tjjs' may be used uninitialized in this function [-Wmaybe-uninitialized] dlasyf_rook.f:698:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] dlatrs.f:769:0: X( J ) = X( J ) / TJJS - SUMJ Warning: 'tjjs' may be used uninitialized in this function [-Wmaybe-uninitialized] dlazq4.f:325:0: TAU = S Warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] dorgbr.f:239:18: LWKOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dorcsd.f:489:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'itauq2' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:489:0: Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:489:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:489:0: Warning: 'itaup1' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:542:0: $ WORK(IORGQR), LORGQRWORK, INFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:513:0: $ WORK(IORGLQ), LORGLQWORK, INFO ) Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:489:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: $ WORK(IB22E), WORK(IBBCSD), LBBCSDWORK, INFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd.f:559:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:478:0: $ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:478:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:478:0: Warning: 'itaup1' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:490:0: $ WORK(IORGQR), LORGQR, CHILDINFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:465:0: LORGLQ = LWORK-IORGLQ+1 Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:663:0: CALL DCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: $ CHILDINFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] dorcsd2by1.f:511:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] dorgql.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dorgrq.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dormrq.f:280:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dormql.f:279:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dormrz.f:304:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dpbsvx.f:432:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] dpbsvx.f:432:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] dporfsx.f:475:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dposvx.f:394:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] dposvx.f:394:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] dppsvx.f:394:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] dppsvx.f:394:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] dspgvd.f:313:14: LWMIN = MAX( DBLE( LWMIN ), DBLE( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dspgvd.f:314:15: LIWMIN = MAX( DBLE( LIWMIN ), DBLE( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsptrf.f:599:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] dsptrf.f:315:0: CALL DSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) Warning: 'kpc' may be used uninitialized in this function [-Wmaybe-uninitialized] dstedc.f:482:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] dstedc.f:483:0: IWORK( 1 ) = LIWMIN Warning: 'liwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] dstein.f:341:0: $ XJ = XJM + PERTOL Warning: 'xjm' may be used uninitialized in this function [-Wmaybe-uninitialized] dstein.f:389:0: IF( ABS( XJ-XJM ).GT.ORTOL ) Warning: 'ortol' may be used uninitialized in this function [-Wmaybe-uninitialized] dstein.f:375:0: $ DASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) Warning: 'onenrm' may be used uninitialized in this function [-Wmaybe-uninitialized] dstein.f:392:0: DO 80 I = GPIND, J - 1 Warning: 'gpind' may be used uninitialized in this function [-Wmaybe-uninitialized] dstein.f:409:0: IF( NRM.LT.DTPCRT ) Warning: 'dtpcrt' may be used uninitialized in this function [-Wmaybe-uninitialized] dsyevx.f:541:0: WORK( 1 ) = LWKOPT Warning: 'lwkopt' may be used uninitialized in this function [-Wmaybe-uninitialized] dsygvd.f:336:13: LOPT = MAX( DBLE( LOPT ), DBLE( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsygvd.f:337:14: LIOPT = MAX( DBLE( LIOPT ), DBLE( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsyrfsx.f:482:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsysv.f:229:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsysv_rook.f:262:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] dsytf2.f:593:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] dsytf2_rook.f:630:0: ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] dsytf2_rook.f:408:0: IF( KP.NE.KK ) THEN Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] dtfttr.f:422:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] dtfttr.f:327:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] dtgsna.f:673:0: DIF( KS ) = COND Warning: 'cond' may be used uninitialized in this function [-Wmaybe-uninitialized] dtptri.f:229:0: $ AP( JCLAST ), AP( JC+1 ), 1 ) Warning: 'jclast' may be used uninitialized in this function [-Wmaybe-uninitialized] dtgsyl.f:606:0: SCALE = SCALE2 Warning: 'scale2' may be used uninitialized in this function [-Wmaybe-uninitialized] dtrsen.f:563:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] dtrsen.f:564:0: IWORK( 1 ) = LIWMIN Warning: 'liwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] dtzrzf.f:251:0: IWS = LDWORK*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] dtrttf.f:419:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] dtrttf.f:324:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] iparmq.f:296:0: IPARMQ = 3*NS / 2 Warning: 'ns' may be used uninitialized in this function [-Wmaybe-uninitialized] iparmq.f:293:0: IF( NH.LE.KNWSWP ) THEN Warning: 'nh' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: $ WORK( WSTART ), IWORK, INFO ) Warning: 'z' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'poles' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'ivt' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'is' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'ic' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'givnum' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'givcol' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'difr' may be used uninitialized in this function [-Wmaybe-uninitialized] sbdsdc.f:461:0: Warning: 'difl' may be used uninitialized in this function [-Wmaybe-uninitialized] sgbrfsx.f:523:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgebak.f:242:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgebak.f:256:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgbsvx.f:482:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] sgbsvx.f:482:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] sgees.f:308:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgeesx.f:388:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgeev.f:283:24: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgeev.f:292:24: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgeev.f:299:24: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgeevx.f:422:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgeesx.f:316:0: $ MAXWRK, MINWRK Warning: 'maxwrk' may be used uninitialized in this function [-Wmaybe-uninitialized] sgehrd.f:300:0: DO 40 I = ILO, IHI - 1 - NX, NB Warning: 'nx' may be used uninitialized in this function [-Wmaybe-uninitialized] sgelss.f:259:28: LWORK_SGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:263:28: LWORK_SORMQR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:278:28: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:282:28: LWORK_SORMBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:286:28: LWORK_SORGBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:310:31: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:314:31: LWORK_SORMBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:318:31: LWORK_SORGBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:322:31: LWORK_SORMLQ=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:343:31: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:347:31: LWORK_SORMBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelss.f:351:31: LWORK_SORGBR=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgelsd.f:511:0: IF( LWORK.GE.MAX( 4*M+M*LDA+MAX( M, 2*M-4, NRHS, N-3*M ), Warning: 'wlalsd' may be used uninitialized in this function [-Wmaybe-uninitialized] sgelsd.f:504:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.4*M+M*M+ Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] sgels.f:498:0: WORK( 1 ) = REAL( WSIZE ) Warning: 'wsize' may be used uninitialized in this function [-Wmaybe-uninitialized] sgels.f:357:0: IF( .NOT.TPSD ) THEN Warning: 'tpsd' may be used uninitialized in this function [-Wmaybe-uninitialized] sgeqlf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] sgelss.f:536:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.4*M+M*M+ Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] sgerfsx.f:496:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgerqf.f:218:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] sgetc2.f:204:0: A( N, N ) = SMIN Warning: 'smin' may be used uninitialized in this function [-Wmaybe-uninitialized] sgetc2.f:186:0: $ CALL SSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) Warning: 'jpv' may be used uninitialized in this function [-Wmaybe-uninitialized] sgetc2.f:180:0: $ CALL SSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) Warning: 'ipv' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesvd.f:317:25: LWORK_SGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:320:27: LWORK_SORGQR_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:322:27: LWORK_SORGQR_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:326:25: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:330:27: LWORK_SORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:334:27: LWORK_SORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:450:28: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:455:33: LWORK_SORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:461:33: LWORK_SORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:478:25: LWORK_SGELQF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:481:27: LWORK_SORGLQ_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:483:27: LWORK_SORGLQ_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:487:25: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:491:27: LWORK_SORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:495:27: LWORK_SORGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:611:28: LWORK_SGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:617:32: LWORK_SORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:623:32: LWORK_SORGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggbak.f:258:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggbak.f:268:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggbak.f:282:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggbak.f:292:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggbal.f:528:14: IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggbal.f:536:14: JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesdd.f:1349:0: $ WORK( IL ), M ) Warning: 'il' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesdd.f:921:0: $ WORK( IR ), LDWRKR ) Warning: 'ir' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesdd.f:988:0: IF( N.GE.MNTHR ) THEN Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesdd.f:609:0: LDWRKR = ( LWORK-N*N-3*N-BDSPAC ) / N Warning: 'bdspac' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesvx.f:456:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesvx.f:456:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] sggglm.f:287:13: LOPT = WORK( M+NP+1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgglse.f:282:13: LOPT = WORK( P+MN+1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggqrf.f:282:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sggrqf.f:281:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sgesvd.f:3462:0: IF( IE.LT.2 ) THEN Warning: 'ie' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesvd.f:3202:0: IF( LWORK.GE.WRKBL+LDA*M ) THEN Warning: 'wrkbl' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesvd.f:2064:0: IF( N.GE.MNTHR ) THEN Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] sgesvd.f:237:0: INTEGER BDSPAC, BLK, CHUNK, I, IE, IERR, IR, ISCL, Warning: 'bdspac' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: $ IWORK( SUBPBS+1 ), INFO ) Warning: 'iwrem' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: Warning: 'iqptr' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: Warning: 'iq' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: Warning: 'iprmpt' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: Warning: 'iperm' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: Warning: 'igivpt' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed0.f:386:0: Warning: 'igivcl' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed6.f:404:0: $ TAU = TAU*SCLINV Warning: 'sclinv' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed2.f:439:0: DLAMDA( K ) = D( PJ ) Warning: 'pj' may be used uninitialized in this function [-Wmaybe-uninitialized] slaed8.f:481:0: W( K ) = Z( JLAM ) Warning: 'jlam' may be used uninitialized in this function [-Wmaybe-uninitialized] shgeqz.f:1344:0: IF( ILZ ) THEN Warning: 'ilz' may be used uninitialized in this function [-Wmaybe-uninitialized] shgeqz.f:835:0: IF( ILQ ) THEN Warning: 'ilq' may be used uninitialized in this function [-Wmaybe-uninitialized] shgeqz.f:713:0: IF( .NOT.ILSCHR ) THEN Warning: 'ilschr' may be used uninitialized in this function [-Wmaybe-uninitialized] slahr2.f:305:0: A( K+NB, NB ) = EI Warning: 'ei' may be used uninitialized in this function [-Wmaybe-uninitialized] slahrd.f:282:0: A( K+NB, NB ) = EI Warning: 'ei' may be used uninitialized in this function [-Wmaybe-uninitialized] slahqr.f:590:0: $ CS, SN ) Warning: 'i2' may be used uninitialized in this function [-Wmaybe-uninitialized] slangt.f:130:0: REAL ANORM, SCALE, SUM, TEMP Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] slals0.f:410:0: $ DIFRJ ) / ( POLES( I, 2 )+DJ ) Warning: 'difrj' may be used uninitialized in this function [-Wmaybe-uninitialized] slanhs.f:132:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slangb.f:149:0: REAL SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slange.f:138:0: REAL SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slanst.f:124:0: REAL ANORM, SCALE, SUM Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] slansb.f:153:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slansp.f:138:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slansy.f:146:0: REAL ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slantr.f:166:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slantp.f:149:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slantb.f:165:0: REAL SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slansf.f:234:0: REAL SCALE, S, VALUE, AA, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] slarre.f:394:0: $ ((IRANGE.EQ.VALRNG).AND.(D(1).GT.VL).AND.(D(1).LE.VU)).OR. Warning: 'irange' may be used uninitialized in this function [-Wmaybe-uninitialized] slarrd.f:737:0: IF( W( JE ).GE.WUL .AND. IDISCU.GT.0 ) THEN Warning: 'wul' may be used uninitialized in this function [-Wmaybe-uninitialized] slarrd.f:720:0: IF( W( JE ).LE.WLU .AND. IDISCL.GT.0 ) THEN Warning: 'wlu' may be used uninitialized in this function [-Wmaybe-uninitialized] slasd8.f:325:0: $ / ( DSIGMA( I )+DJ ) Warning: 'difrj' may be used uninitialized in this function [-Wmaybe-uninitialized] slasd7.f:447:0: J = J + 1 Warning: 'jprev' may be used uninitialized in this function [-Wmaybe-uninitialized] slasd2.f:443:0: J = J + 1 Warning: 'jprev' may be used uninitialized in this function [-Wmaybe-uninitialized] slasv2.f:319:0: SSMAX = SIGN( SSMAX, TSIGN ) Warning: 'tsign' may be used uninitialized in this function [-Wmaybe-uninitialized] slasq4.f:420:0: TAU = S Warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] slasy2.f:427:0: $ CALL SSWAP( 4, T16( 1, JPSV ), 1, T16( 1, I ), 1 ) Warning: 'jpsv' may be used uninitialized in this function [-Wmaybe-uninitialized] slasy2.f:421:0: CALL SSWAP( 4, T16( IPSV, 1 ), 4, T16( I, 1 ), 4 ) Warning: 'ipsv' may be used uninitialized in this function [-Wmaybe-uninitialized] slatbs.f:794:0: X( J ) = X( J ) / TJJS - SUMJ Warning: 'tjjs' may be used uninitialized in this function [-Wmaybe-uninitialized] slatps.f:775:0: X( J ) = X( J ) / TJJS - SUMJ Warning: 'tjjs' may be used uninitialized in this function [-Wmaybe-uninitialized] slasyf_rook.f:698:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] slatrs.f:769:0: X( J ) = X( J ) / TJJS - SUMJ Warning: 'tjjs' may be used uninitialized in this function [-Wmaybe-uninitialized] slazq4.f:325:0: TAU = S Warning: 's' may be used uninitialized in this function [-Wmaybe-uninitialized] sorgbr.f:239:18: LWKOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sorcsd.f:493:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'itauq2' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:493:0: Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:493:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:493:0: Warning: 'itaup1' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:546:0: $ WORK(IORGQR), LORGQRWORK, INFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:517:0: $ WORK(IORGLQ), LORGLQWORK, INFO ) Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:493:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: $ WORK(IB22E), WORK(IBBCSD), LBBCSDWORK, INFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd.f:563:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorgql.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:474:0: $ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:474:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:474:0: Warning: 'itaup1' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:486:0: $ WORK(IORGQR), LORGQR, CHILDINFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:461:0: LORGLQ = LWORK-IORGLQ+1 Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:659:0: CALL SCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: $ CHILDINFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] sorcsd2by1.f:507:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] sorgrq.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] sormql.f:282:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] sormrq.f:282:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] sormrz.f:303:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] spbsvx.f:432:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] spbsvx.f:432:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] sporfsx.f:475:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sposvx.f:394:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] sposvx.f:394:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] sppsvx.f:394:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] sppsvx.f:394:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] sspgvd.f:313:14: LWMIN = MAX( REAL( LWMIN ), REAL( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sspgvd.f:314:15: LIWMIN = MAX( REAL( LIWMIN ), REAL( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] sstedc.f:481:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] sstedc.f:482:0: IWORK( 1 ) = LIWMIN Warning: 'liwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] sstein.f:341:0: $ XJ = XJM + PERTOL Warning: 'xjm' may be used uninitialized in this function [-Wmaybe-uninitialized] sstein.f:409:0: IF( NRM.LT.STPCRT ) Warning: 'stpcrt' may be used uninitialized in this function [-Wmaybe-uninitialized] sstein.f:389:0: IF( ABS( XJ-XJM ).GT.ORTOL ) Warning: 'ortol' may be used uninitialized in this function [-Wmaybe-uninitialized] sstein.f:375:0: $ SASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) Warning: 'onenrm' may be used uninitialized in this function [-Wmaybe-uninitialized] sstein.f:392:0: DO 80 I = GPIND, J - 1 Warning: 'gpind' may be used uninitialized in this function [-Wmaybe-uninitialized] ssptrf.f:597:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] ssptrf.f:313:0: CALL SSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) Warning: 'kpc' may be used uninitialized in this function [-Wmaybe-uninitialized] ssygvd.f:336:13: LOPT = MAX( REAL( LOPT ), REAL( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] ssygvd.f:337:14: LIOPT = MAX( REAL( LIOPT ), REAL( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] ssyevx.f:541:0: WORK( 1 ) = LWKOPT Warning: 'lwkopt' may be used uninitialized in this function [-Wmaybe-uninitialized] ssysv_rook.f:262:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] ssysv.f:229:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] ssyrfsx.f:482:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(4) to INTEGER(4) at (1) [-Wconversion] ssytf2.f:594:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] ssytf2_rook.f:630:0: ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] ssytf2_rook.f:408:0: IF( KP.NE.KK ) THEN Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] stgsna.f:673:0: DIF( KS ) = COND Warning: 'cond' may be used uninitialized in this function [-Wmaybe-uninitialized] stfttr.f:422:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] stfttr.f:327:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] stgsyl.f:606:0: SCALE = SCALE2 Warning: 'scale2' may be used uninitialized in this function [-Wmaybe-uninitialized] stptri.f:229:0: $ AP( JCLAST ), AP( JC+1 ), 1 ) Warning: 'jclast' may be used uninitialized in this function [-Wmaybe-uninitialized] strsen.f:564:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] strsen.f:565:0: IWORK( 1 ) = LIWMIN Warning: 'liwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] stzrzf.f:251:0: IWS = LDWORK*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] strttf.f:419:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] strttf.f:324:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] zgbrfsx.f:519:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgbsvx.f:485:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] zgbsvx.f:485:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] zgebak.f:244:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgebak.f:258:19: K = SCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgebd2.f:250:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zgebd2.f:269:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zgebd2.f:294:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zgebd2.f:313:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zgees.f:288:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgeesx.f:343:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgeev.f:280:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgeevx.f:404:21: HSWORK = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgeesx.f:272:0: $ ITAU, IWRK, LWRK, MAXWRK, MINWRK Warning: 'maxwrk' may be used uninitialized in this function [-Wmaybe-uninitialized] zgegv.f:693:20: SBETA = ( SCALE*BETA( JC ) )*BNRM 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zgehrd.f:300:0: DO 40 I = ILO, IHI - 1 - NX, NB Warning: 'nx' may be used uninitialized in this function [-Wmaybe-uninitialized] zgelss.f:272:28: LWORK_ZGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:276:28: LWORK_ZUNMQR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:290:28: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:294:28: LWORK_ZUNMBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:298:28: LWORK_ZUNGBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:316:31: LWORK_ZGELQF=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:320:31: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:324:31: LWORK_ZUNMBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:328:31: LWORK_ZUNGBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:332:31: LWORK_ZUNMLQ=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:351:31: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:355:31: LWORK_ZUNMBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelss.f:359:31: LWORK_ZUNGBR=DUM(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgelsd.f:529:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.4*M+M*M+ Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] zgels.f:499:0: WORK( 1 ) = DBLE( WSIZE ) Warning: 'wsize' may be used uninitialized in this function [-Wmaybe-uninitialized] zgels.f:358:0: IF( .NOT.TPSD ) THEN Warning: 'tpsd' may be used uninitialized in this function [-Wmaybe-uninitialized] zgeqlf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] zgelss.f:551:0: ELSE IF( N.GE.MNTHR .AND. LWORK.GE.3*M+M*M+MAX( M, NRHS, N-2*M ) ) Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] zgerfsx.f:496:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgerqf.f:215:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] zgetc2.f:204:0: A( N, N ) = DCMPLX( SMIN, ZERO ) Warning: 'smin' may be used uninitialized in this function [-Wmaybe-uninitialized] zgetc2.f:186:0: $ CALL ZSWAP( N, A( 1, JPV ), 1, A( 1, I ), 1 ) Warning: 'jpv' may be used uninitialized in this function [-Wmaybe-uninitialized] zgetc2.f:180:0: $ CALL ZSWAP( N, A( IPV, 1 ), LDA, A( I, 1 ), LDA ) Warning: 'ipv' may be used uninitialized in this function [-Wmaybe-uninitialized] zgesvx.f:458:0: COLCND = MAX( RCMIN, SMLNUM ) / MIN( RCMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] zgesvx.f:458:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] zggbak.f:259:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zggbak.f:269:19: K = RSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zggbak.f:283:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zggbak.f:293:19: K = LSCALE( I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zggbal.f:541:14: IR = LSCALE( I ) + SIGN( HALF, LSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zggbal.f:549:14: JC = RSCALE( I ) + SIGN( HALF, RSCALE( I ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zggglm.f:288:13: LOPT = WORK( M+NP+1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:325:25: LWORK_ZGEQRF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:328:27: LWORK_ZUNGQR_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:330:27: LWORK_ZUNGQR_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:334:25: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:338:27: LWORK_ZUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:341:27: LWORK_ZUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:448:28: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:453:33: LWORK_ZUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:459:33: LWORK_ZUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:474:25: LWORK_ZGELQF=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:477:27: LWORK_ZUNGLQ_N=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:479:27: LWORK_ZUNGLQ_M=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:483:25: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:487:27: LWORK_ZUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:491:27: LWORK_ZUNGBR_Q=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:597:28: LWORK_ZGEBRD=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:603:32: LWORK_ZUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgesvd.f:609:32: LWORK_ZUNGBR_P=DUM(1) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zgglse.f:282:13: LOPT = WORK( P+MN+1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zggqrf.f:282:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zggrqf.f:281:13: LOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zhbevd.f:326:18: W( 1 ) = AB( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhbev.f:226:21: W( 1 ) = AB( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhbev.f:228:21: W( 1 ) = AB( KD+1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhbevx.f:378:21: W( 1 ) = CTMP1 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhbtrd.f:462:21: D( I ) = AB( KD1, I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhbtrd.f:669:21: D( I ) = AB( 1, I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheequb.f:263:16: AVG = AVG + S( I )*WORK( I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheequb.f:280:15: C1 = ( N-2 ) * ( WORK( I ) - T*SI ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheequb.f:281:15: C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheequb.f:315:16: AVG = AVG + ( U + WORK( I ) ) * D / N 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zgesvd.f:3394:0: IF( LWORK.GE.WRKBL+LDA*M ) THEN Warning: 'wrkbl' may be used uninitialized in this function [-Wmaybe-uninitialized] zgesvd.f:2165:0: IF( N.GE.MNTHR ) THEN Warning: 'mnthr' may be used uninitialized in this function [-Wmaybe-uninitialized] zheevd.f:320:18: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheev.f:227:18: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:199:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:200:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:229:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:230:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:254:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:255:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:274:21: AKK = A( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegs2.f:275:21: BKK = B( K, K ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheevx.f:377:21: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zheevx.f:382:24: W( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhegvd.f:366:13: LOPT = MAX( DBLE( LOPT ), DBLE( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zhegvd.f:367:14: LROPT = MAX( DBLE( LROPT ), DBLE( RWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zhegvd.f:368:14: LIOPT = MAX( DBLE( LIOPT ), DBLE( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zheevx.f:551:0: WORK( 1 ) = LWKOPT Warning: 'lwkopt' may be used uninitialized in this function [-Wmaybe-uninitialized] zherfsx.f:481:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zhetd2.f:251:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetd2.f:279:23: D( I+1 ) = A( I+1, I+1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetd2.f:282:18: D( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetd2.f:295:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetd2.f:324:21: D( I ) = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetd2.f:327:18: D( N ) = A( N, N ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetf2_rook.f:534:24: D11 = A( K, K ) / D 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetf2_rook.f:535:24: D22 = A( K-1, K-1 ) / D 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetrd.f:331:24: D( J ) = A( J, J ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetrd.f:363:24: D( J ) = A( J, J ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhetf2.f:555:0: IF( KP.LT.N ) Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] zhetf2_rook.f:691:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] zhpevd.f:307:18: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpev.f:209:18: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpevx.f:331:21: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpevx.f:335:24: W( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:188:21: BJJ = BP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:209:21: AKK = AP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:210:21: BKK = BP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:240:21: AKK = AP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:241:21: BKK = BP( KK ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:264:21: AJJ = AP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgst.f:265:21: BJJ = BP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhpgvd.f:341:14: LWMIN = MAX( DBLE( LWMIN ), DBLE( WORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zhpgvd.f:342:15: LRWMIN = MAX( DBLE( LRWMIN ), DBLE( RWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zhpgvd.f:343:15: LIWMIN = MAX( DBLE( LIWMIN ), DBLE( IWORK( 1 ) ) ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zhptrd.f:227:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhptrd.f:252:23: D( I+1 ) = AP( I1+I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhptrd.f:256:18: D( 1 ) = AP( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhptrd.f:272:21: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhptrd.f:299:21: D( I ) = AP( II ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhptrd.f:303:18: D( N ) = AP( II ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhgeqz.f:855:0: IF( ILZ ) Warning: 'ilz' may be used uninitialized in this function [-Wmaybe-uninitialized] zhgeqz.f:797:0: IF( ILQ ) THEN Warning: 'ilq' may be used uninitialized in this function [-Wmaybe-uninitialized] zhgeqz.f:689:0: IF( .NOT.ILSCHR ) THEN Warning: 'ilschr' may be used uninitialized in this function [-Wmaybe-uninitialized] zlabrd.f:273:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlabrd.f:313:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlabrd.f:357:21: D( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlabrd.f:391:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zhbgst.f:602:0: DO 240 J = N - 1, J2 + KA, -1 Warning: 'j2' may be used uninitialized in this function [-Wmaybe-uninitialized] zhptrf.f:529:0: IF( KP.LT.N ) Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] zhptrf.f:328:0: CALL ZSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) Warning: 'kpc' may be used uninitialized in this function [-Wmaybe-uninitialized] zlag2c.f:148:25: SA( I, J ) = A( I, J ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to COMPLEX(4) at (1) [-Wconversion] zlaed8.f:455:0: W( K ) = Z( JLAM ) Warning: 'jlam' may be used uninitialized in this function [-Wmaybe-uninitialized] zlags2.f:243:36: CALL ZLARTG( -CMPLX( VB11R ), CONJG( VB12 ), CSQ, SNQ, 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlags2.f:246:36: CALL ZLARTG( -CMPLX( UA11R ), CONJG( UA12 ), CSQ, SNQ, 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlags2.f:250:36: CALL ZLARTG( -CMPLX( UA11R ), CONJG( UA12 ), CSQ, SNQ, 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlags2.f:253:36: CALL ZLARTG( -CMPLX( VB11R ), CONJG( VB12 ), CSQ, SNQ, 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlaic1.f:197:21: TMP = SQRT( S*CONJG( S )+C*CONJG( C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:251:19: T = C / ( B+SQRT( B*B+C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:253:19: T = SQRT( B*B+C ) - B 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:258:18: TMP = SQRT( SINE*CONJG( SINE )+COSINE*CONJG( COSINE ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:283:18: TMP = SQRT( S*CONJG( S )+C*CONJG( C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:341:19: T = C / ( B+SQRT( ABS( B*B-C ) ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:352:22: T = -C / ( B+SQRT( B*B+C ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:354:22: T = B - SQRT( B*B+C ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlaic1.f:360:18: TMP = SQRT( SINE*CONJG( SINE )+COSINE*CONJG( COSINE ) ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zla_lin_berr.f:151:21: TMP = (SAFE1 + CABS1(RES(I,J)))/AYB(I,J) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlahr2.f:307:0: A( K+NB, NB ) = EI Warning: 'IMAGPART_EXPR ' may be used uninitialized in this function [-Wmaybe-uninitialized] zlahr2.f:307:0: Warning: 'REALPART_EXPR ' may be used uninitialized in this function [-Wmaybe-uninitialized] zlahef.f:694:0: JMAX = IMAX + IZAMAX( N-IMAX, W( IMAX+1, K+1 ), 1 ) Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] zlange.f:140:0: DOUBLE PRECISION SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlangb.f:150:0: DOUBLE PRECISION SCALE, SUM, VALUE, TEMP Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlahef_rook.f:860:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] zlangt.f:130:0: DOUBLE PRECISION ANORM, SCALE, SUM, TEMP Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] zlals0.f:413:0: $ DIFRJ ) / ( POLES( I, 2 )+DJ ) Warning: 'difrj' may be used uninitialized in this function [-Wmaybe-uninitialized] zlanht.f:126:0: DOUBLE PRECISION ANORM, SCALE, SUM Warning: 'anorm' may be used uninitialized in this function [-Wmaybe-uninitialized] zlanhe.f:149:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlanhb.f:157:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlanhs.f:134:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlanhp.f:142:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlansp.f:140:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlansy.f:148:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlansb.f:155:0: DOUBLE PRECISION ABSA, SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlantb.f:167:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlantp.f:151:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlantr.f:168:0: DOUBLE PRECISION SCALE, SUM, VALUE Warning: 'value' may be used uninitialized in this function [-Wmaybe-uninitialized] zlar2v.f:161:46: Z( IX ) = CI*T3 + CONJG( SI )*CMPLX( T6, T1I ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlarfgp.f:241:25: BETA = -SAVEALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlargv.f:259:27: SN = FF*CMPLX( DBLE( GS ) / G2S, -AIMAG( GS ) / G2S ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlartg.f:226:24: SN = FF*CMPLX( DBLE( GS ) / G2S, -AIMAG( GS ) / G2S ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlat2c.f:157:28: SA( I, J ) = A( I, J ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to COMPLEX(4) at (1) [-Wconversion] zlat2c.f:170:28: SA( I, J ) = A( I, J ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to COMPLEX(4) at (1) [-Wconversion] zlatbs.f:738:35: IF( USCAL.EQ.CMPLX( ONE ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatbs.f:771:35: IF( USCAL.EQ.CMPLX( TSCAL ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatbs.f:880:35: IF( USCAL.EQ.CMPLX( ONE ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatbs.f:914:35: IF( USCAL.EQ.CMPLX( TSCAL ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatps.f:727:35: IF( USCAL.EQ.CMPLX( ONE ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatps.f:752:35: IF( USCAL.EQ.CMPLX( TSCAL ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatps.f:865:35: IF( USCAL.EQ.CMPLX( ONE ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatps.f:892:35: IF( USCAL.EQ.CMPLX( TSCAL ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatrd.f:274:26: E( I-1 ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlatrd.f:328:24: E( I ) = ALPHA 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlatrs.f:721:35: IF( USCAL.EQ.CMPLX( ONE ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatrs.f:746:35: IF( USCAL.EQ.CMPLX( TSCAL ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatrs.f:855:35: IF( USCAL.EQ.CMPLX( ONE ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlatrs.f:882:35: IF( USCAL.EQ.CMPLX( TSCAL ) ) THEN 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] zlauu2.f:168:18: AII = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlauu2.f:187:18: AII = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zlasyf_rook.f:706:0: ELSE IF( ( P.EQ.JMAX ) .OR. ( ROWMAX.LE.COLMAX ) ) Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] zpbsvx.f:430:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] zpbsvx.f:430:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] zpoequb.f:180:15: S( 1 ) = A( 1, 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zpoequb.f:184:18: S( I ) = A( I, I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zporfsx.f:473:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zposvx.f:392:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] zposvx.f:392:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] zpotf2.f:180:18: AJJ = DBLE( A( J, J ) ) - ZDOTC( J-1, A( 1, J ), 1, 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zpotf2.f:207:18: AJJ = DBLE( A( J, J ) ) - ZDOTC( J-1, A( J, 1 ), LDA, 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zpptrf.f:195:18: AJJ = DBLE( AP( JJ ) ) - ZDOTC( J-1, AP( JC ), 1, AP( JC ), 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zpptri.f:167:18: AJJ = AP( JJ ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zppsvx.f:393:0: SCOND = MAX( SMIN, SMLNUM ) / MIN( SMAX, BIGNUM ) Warning: 'smlnum' may be used uninitialized in this function [-Wmaybe-uninitialized] zppsvx.f:393:0: Warning: 'bignum' may be used uninitialized in this function [-Wmaybe-uninitialized] zspr.f:220:0: JX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] zsyequb.f:275:16: AVG = AVG + S( I )*WORK( I ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zsyequb.f:292:15: C1 = ( N-2 ) * ( WORK( I ) - T*SI ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zsyequb.f:293:15: C0 = -(T*SI)*SI + 2*WORK( I )*SI - N*AVG 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zsyequb.f:327:16: AVG = AVG + ( U + WORK( I ) ) * D / N 1 Warning: Possible change of value in conversion from COMPLEX(8) to REAL(8) at (1) [-Wconversion] zstedc.f:485:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] zstedc.f:486:0: RWORK( 1 ) = LRWMIN Warning: 'lrwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] zstedc.f:487:0: IWORK( 1 ) = LIWMIN Warning: 'liwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] zstein.f:352:0: $ XJ = XJM + PERTOL Warning: 'xjm' may be used uninitialized in this function [-Wmaybe-uninitialized] zstein.f:400:0: IF( ABS( XJ-XJM ).GT.ORTOL ) Warning: 'ortol' may be used uninitialized in this function [-Wmaybe-uninitialized] zstein.f:386:0: $ DASUM( BLKSIZ, WORK( INDRV1+1 ), 1 ) Warning: 'onenrm' may be used uninitialized in this function [-Wmaybe-uninitialized] zstein.f:425:0: IF( NRM.LT.DTPCRT ) Warning: 'dtpcrt' may be used uninitialized in this function [-Wmaybe-uninitialized] zsysv.f:229:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zsyrfsx.f:483:23: REF_TYPE = PARAMS( LA_LINRX_ITREF_I ) 1 Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion] zsyr.f:226:0: IX = KX Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized] zsptrf.f:602:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] zsptrf.f:322:0: CALL ZSWAP( KP-1, AP( KNC ), 1, AP( KPC ), 1 ) Warning: 'kpc' may be used uninitialized in this function [-Wmaybe-uninitialized] zsysv_rook.f:262:21: LWKOPT = WORK(1) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zsytf2.f:595:0: IPIV( K ) = -KP Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] zsytf2_rook.f:638:0: ELSE IF( ( P.EQ.JMAX ).OR.( ROWMAX.LE.COLMAX ) ) THEN Warning: 'jmax' may be used uninitialized in this function [-Wmaybe-uninitialized] zsytf2_rook.f:416:0: IF( KP.NE.KK ) THEN Warning: 'imax' may be used uninitialized in this function [-Wmaybe-uninitialized] ztfttr.f:459:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] ztfttr.f:356:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] ztgsyl.f:611:0: SCALE = SCALE2 Warning: 'scale2' may be used uninitialized in this function [-Wmaybe-uninitialized] ztptri.f:230:0: $ AP( JCLAST ), AP( JC+1 ), 1 ) Warning: 'jclast' may be used uninitialized in this function [-Wmaybe-uninitialized] ztrsyl.f:285:40: X11 = ZLADIV( VEC*CMPLX( SCALOC ), A11 ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] ztrsyl.f:333:40: X11 = ZLADIV( VEC*CMPLX( SCALOC ), A11 ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] ztrsyl.f:385:40: X11 = ZLADIV( VEC*CMPLX( SCALOC ), A11 ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] ztrsyl.f:435:40: X11 = ZLADIV( VEC*CMPLX( SCALOC ), A11 ) 1 Warning: Conversion from REAL(8) to default-kind COMPLEX(4) at (1) might lose precision, consider using the KIND argument [-Wconversion] ztrsen.f:450:0: WORK( 1 ) = LWMIN Warning: 'lwmin' may be used uninitialized in this function [-Wmaybe-uninitialized] ztzrzf.f:251:0: IWS = LDWORK*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] ztrttf.f:458:0: IJ = IJ - NP1X2 Warning: 'np1x2' may be used uninitialized in this function [-Wmaybe-uninitialized] ztrttf.f:355:0: IJ = IJ - NX2 Warning: 'nx2' may be used uninitialized in this function [-Wmaybe-uninitialized] zungbr.f:240:18: LWKOPT = WORK( 1 ) 1 Warning: Possible change of value in conversion from COMPLEX(8) to INTEGER(4) at (1) [-Wconversion] zuncsd.f:526:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'itauq2' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:526:0: Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:526:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:579:0: $ WORK(IORGQR), LORGQRWORK, INFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:550:0: $ WORK(IORGLQ), LORGLQWORK, INFO ) Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:526:0: $ WORK(IORBDB), LORBDBWORK, CHILDINFO ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: $ LBBCSDWORK, INFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd.f:597:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:519:0: $ WORK(ITAUQ1), WORK(IORBDB), LORBDB, CHILDINFO ) Warning: 'itauq1' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:519:0: Warning: 'itaup2' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:531:0: $ WORK(IORGQR), LORGQR, CHILDINFO ) Warning: 'iorgqr' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:506:0: LORGLQ = LWORK-IORGLQ+1 Warning: 'iorglq' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:704:0: CALL ZCOPY( M-P, WORK(IORBDB+P), 1, U2, 1 ) Warning: 'iorbdb' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: $ CHILDINFO ) Warning: 'ibbcsd' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib22e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib22d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib21e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib21d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib12e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib12d' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib11e' may be used uninitialized in this function [-Wmaybe-uninitialized] zuncsd2by1.f:552:0: Warning: 'ib11d' may be used uninitialized in this function [-Wmaybe-uninitialized] zungql.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] zungrq.f:210:0: IF( NB.GT.1 .AND. NB.LT.K ) THEN Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] zunmql.f:279:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] zunmrq.f:280:0: IWS = NW*NB Warning: 'nb' may be used uninitialized in this function [-Wmaybe-uninitialized] make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. ********End of Output of running make on FBLASLAPACK ******* Not checking for library in Download FBLASLAPACK: [] because no functions given to check for ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names No functions to check for in library [] [] No functions to check for in library [] [] Checking for headers Download FBLASLAPACK: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkVersion from config.packages.fblaslapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.fblaslapack(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.fblaslapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.fblaslapack(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.fblaslapack 21.951490 ================================================================================ TEST alternateConfigureLibrary from config.packages.f2cblaslapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.f2cblaslapack(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.f2cblaslapack 0.001882 ================================================================================ TEST checkDependencies from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.BlasLapack(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/BlasLapack.py:453) TESTING: configureLibrary from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:453) ================================================================================ Checking for BLAS and LAPACK in fblaslapack ================================================================================ TEST checkLib from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/BlasLapack.py:120) TESTING: checkLib from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:120) Checking for BLAS and LAPACK symbols Checking for Fortran name mangling underscore on BLAS/LAPACK Checking for functions [ddot_] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a'] ['libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char ddot_(); static void _check_ddot_() { ddot_(); } int main() { _check_ddot_();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBFBLAS" to "1" Checking for functions [dgetrs_] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dgetrs_(); static void _check_dgetrs_() { dgetrs_(); } int main() { _check_dgetrs_();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBFLAPACK" to "1" Found Fortran mangling on BLAS/LAPACK which is underscore Defined "BLASLAPACK_UNDERSCORE" to "1" ================================================================================ TEST checklsame from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/BlasLapack.py:615) TESTING: checklsame from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:615) Do the BLAS/LAPACK libraries have a valid lsame() function with correct binding. Checking for functions [lsame_] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] [] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char lsame_(); static void _check_lsame_() { lsame_(); } int main() { _check_lsame_();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBFLAPACK" to "1" Defined "HAVE_LIBFBLAS" to "1" Defined "HAVE_LIBM" to "1" Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" char *dgeev_(void); char* testroutine(void){return dgeev_(); }Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" char *dgeev_(void); char* testroutine(void){return dgeev_(); }Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.setCompilers/libconftest.so -Wl,-O2 -shared -march=nocona -g -O /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -lfblas -lflapack -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran ================================================================================ TEST checkRuntimeIssues from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/BlasLapack.py:674) TESTING: checkRuntimeIssues from config.packages.BlasLapack(config/BuildSystem/config/packages/BlasLapack.py:674) Determines if BLAS/LAPACK routines use 32 or 64 bit integers 32 bit blas indices based on the BLAS/LAPACK library being used ================================================================================ TEST checkVersion from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.BlasLapack(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.BlasLapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.BlasLapack(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.BlasLapack 0.943743 ================================================================================ TEST alternateConfigureLibrary from config.packages.sundials(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.sundials(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.sundials 0.002145 ================================================================================ TEST alternateConfigureLibrary from config.packages.spai(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.spai(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.spai 0.002237 ================================================================================ TEST alternateConfigureLibrary from config.packages.pARMS(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.pARMS(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.pARMS 0.002017 ================================================================================ TEST alternateConfigureLibrary from config.packages.p4est(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.p4est(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.p4est 0.002052 ================================================================================ TEST checkDependencies from config.packages.mkl_sparse_optimize(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.mkl_sparse_optimize(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.mkl_sparse_optimize(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/mkl_sparse_optimize.py:48) TESTING: configureLibrary from config.packages.mkl_sparse_optimize(config/BuildSystem/config/packages/mkl_sparse_optimize.py:48) ================================================================================ TEST checkVersion from config.packages.mkl_sparse_optimize(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.mkl_sparse_optimize(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.mkl_sparse_optimize(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.mkl_sparse_optimize(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.mkl_sparse_optimize 0.002323 ================================================================================ TEST checkDependencies from config.packages.mkl_sparse(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.mkl_sparse(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.mkl_sparse(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/mkl_sparse.py:21) TESTING: configureLibrary from config.packages.mkl_sparse(config/BuildSystem/config/packages/mkl_sparse.py:21) ================================================================================ TEST checkVersion from config.packages.mkl_sparse(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.mkl_sparse(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.mkl_sparse(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.mkl_sparse(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.mkl_sparse 0.000909 ================================================================================ TEST alternateConfigureLibrary from config.packages.mkl_cpardiso(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.mkl_cpardiso(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.mkl_cpardiso 0.000762 ================================================================================ TEST alternateConfigureLibrary from config.packages.hpddm(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/packages/hpddm.py:114) TESTING: alternateConfigureLibrary from config.packages.hpddm(config/BuildSystem/config/packages/hpddm.py:114) Defined make rule "hpddm-build" with dependencies "" and code [] Defined make rule "hpddm-install" with dependencies "" and code [] child config.packages.hpddm 0.001845 ================================================================================ TEST alternateConfigureLibrary from config.packages.fftw(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.fftw(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.fftw 0.000839 ================================================================================ TEST alternateConfigureLibrary from config.packages.elemental(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.elemental(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.elemental 0.000795 ================================================================================ TEST alternateConfigureLibrary from config.packages.ml(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.ml(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.ml 0.000874 ================================================================================ TEST alternateConfigureLibrary from config.packages.mkl_pardiso(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.mkl_pardiso(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.mkl_pardiso 0.000746 ================================================================================ TEST checkDependencies from config.packages.SuperLU_DIST(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.SuperLU_DIST(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.SuperLU_DIST(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.SuperLU_DIST(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional SuperLU_DIST Looking for SUPERLU_DIST at git.superlu_dist, hg.superlu_dist or a directory starting with ['SuperLU_DIST', 'superlu_dist'] Could not locate an existing copy of SUPERLU_DIST: ['git.slepc', 'git.metis', 'git.parmetis', 'git.fblaslapack', 'scotch-v6.0.8'] Downloading SuperLU_DIST =============================================================================== Trying to download git://https://github.com/xiaoyeli/superlu_dist for SUPERLU_DIST =============================================================================== Executing: git clone https://github.com/xiaoyeli/superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist Looking for SUPERLU_DIST at git.superlu_dist, hg.superlu_dist or a directory starting with ['SuperLU_DIST', 'superlu_dist'] Found a copy of SUPERLU_DIST in git.superlu_dist Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'v6.2.0^{commit}'] Executing: ['git', 'rev-parse', 'v6.2.0'] stdout: 393e1234f566be886beca8f55e6beabcd7ad52f7 Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', '393e1234f566be886beca8f55e6beabcd7ad52f7'] SUPERLU_DIST was just downloaded, forcing a rebuild because cannot determine if package has changed =============================================================================== Configuring SUPERLU_DIST with cmake, this may take several minutes =============================================================================== Executing: /usr/local/bin/cmake .. -DCMAKE_INSTALL_PREFIX=/home/kongf/workhome/rod/moose/petsc/arch-moose -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_C_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpicc" -DCMAKE_AR=/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar -DCMAKE_RANLIB=/usr/bin/ranlib -DCMAKE_C_FLAGS:STRING="-march=nocona -g -O -DAdd_" -DCMAKE_C_FLAGS_DEBUG:STRING="-march=nocona -g -O -DAdd_" -DCMAKE_C_FLAGS_RELEASE:STRING="-march=nocona -g -O -DAdd_" -DCMAKE_CXX_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpicxx" -DCMAKE_CXX_FLAGS:STRING="-g -O -fPIC -DAdd_" -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g -O -fPIC -DAdd_" -DCMAKE_CXX_FLAGS_RELEASE:STRING="-g -O -fPIC -DAdd_" -DCMAKE_Fortran_COMPILER="/home/kongf/workhome/rod/mpich/bin/mpif90" -DCMAKE_Fortran_FLAGS:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_Fortran_FLAGS_DEBUG:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_Fortran_FLAGS_RELEASE:STRING="-fPIC -ffree-line-length-0 -g -O" -DCMAKE_EXE_LINKER_FLAGS:STRING="-Wl,-O2" -DBUILD_SHARED_LIBS=on -DCMAKE_DISABLE_FIND_PACKAGE_OpenMP=TRUE -DUSE_XSDK_DEFAULTS=YES -DTPL_BLAS_LIBRARIES="-Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm" -DTPL_LAPACK_LIBRARIES="-Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm" -DTPL_PARMETIS_INCLUDE_DIRS="/home/kongf/workhome/rod/moose/petsc/arch-moose/include;/home/kongf/workhome/rod/mpich/include" -DTPL_PARMETIS_LIBRARIES="-Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -lm" -Denable_tests=0 -Denable_examples=0 -DCMAKE_INSTALL_NAME_DIR:STRING="/home/kongf/workhome/rod/moose/petsc/arch-moose/lib" -DMPI_C_COMPILER:STRING="/home/kongf/workhome/rod/mpich/bin/mpicc" -DMPI_C_COMPILE_FLAGS:STRING="" -DMPI_C_INCLUDE_PATH:STRING="" -DMPI_C_HEADER_DIR:STRING="" -DMPI_C_LIBRARIES:STRING="" -DCMAKE_INSTALL_LIBDIR:STRING="/home/kongf/workhome/rod/moose/petsc/arch-moose/lib" stdout: -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/kongf/workhome/rod/mpich/bin/mpicxx -- Check for working CXX compiler: /home/kongf/workhome/rod/mpich/bin/mpicxx -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 7.3.0 -- Check for working Fortran compiler: /home/kongf/workhome/rod/mpich/bin/mpif90 -- Check for working Fortran compiler: /home/kongf/workhome/rod/mpich/bin/mpif90 -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /home/kongf/workhome/rod/mpich/bin/mpif90 supports Fortran 90 -- Checking whether /home/kongf/workhome/rod/mpich/bin/mpif90 supports Fortran 90 -- yes -- Found MPI_C: /home/kongf/workhome/rod/mpich/bin/mpicc (found version "3.1") -- Found MPI_CXX: /home/kongf/workhome/rod/mpich/bin/mpicxx (found version "3.1") -- Found MPI_Fortran: /home/kongf/workhome/rod/mpich/bin/mpif90 (found version "3.1") -- Found MPI: TRUE (found version "3.1") -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling -- Verifying Fortran/CXX Compiler Compatibility -- Verifying Fortran/CXX Compiler Compatibility - Success -- Configuring done -- Generating done -- Build files have been written to: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build =============================================================================== Compiling and installing SUPERLU_DIST; this may take several minutes =============================================================================== Executing: /usr/bin/make -j24 -l48.0 stdout: /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/depend /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist-static.dir/DependInfo.cmake --color= cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist.dir/DependInfo.cmake --color= Scanning dependencies of target superlu_dist-static Scanning dependencies of target superlu_dist make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/build make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [ 1%] Building C object SRC/CMakeFiles/superlu_dist.dir/etree.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/etree.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/etree.c [ 2%] Building CXX object SRC/CMakeFiles/superlu_dist-static.dir/TreeInterface.cpp.o [ 2%] Building CXX object SRC/CMakeFiles/superlu_dist.dir/TreeInterface.cpp.o [ 2%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/etree.c.o [ 2%] Building C object SRC/CMakeFiles/superlu_dist.dir/sp_ienv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/etree.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/etree.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/sp_ienv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_ienv.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicxx -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -std=c++11 -g -O -fPIC -DAdd_ -fPIC -std=gnu++11 -o CMakeFiles/superlu_dist-static.dir/TreeInterface.cpp.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/TreeInterface.cpp [ 2%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/sp_ienv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicxx -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -std=c++11 -g -O -fPIC -DAdd_ -fPIC -std=gnu++11 -o CMakeFiles/superlu_dist.dir/TreeInterface.cpp.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/TreeInterface.cpp cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/sp_ienv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_ienv.c [ 2%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/comm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/comm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/comm.c [ 6%] Building C object SRC/CMakeFiles/superlu_dist.dir/pxerr_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pxerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pxerr_dist.c [ 8%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/sp_colorder.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/sp_colorder.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_colorder.c [ 9%] Building C object SRC/CMakeFiles/superlu_dist.dir/superlu_grid.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/superlu_grid.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_grid.c [ 10%] Building C object SRC/CMakeFiles/superlu_dist.dir/superlu_timer.c.o [ 10%] Building C object SRC/CMakeFiles/superlu_dist.dir/get_perm_c.c.o [ 10%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/get_perm_c.c.o [ 10%] Building C object SRC/CMakeFiles/superlu_dist.dir/sp_colorder.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -O0 -o CMakeFiles/superlu_dist.dir/superlu_timer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_timer.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/sp_colorder.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_colorder.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/get_perm_c.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/get_perm_c.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c.c [ 11%] Building C object SRC/CMakeFiles/superlu_dist.dir/util.c.o [ 11%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/superlu_grid.c.o [ 11%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/util.c.o [ 11%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pxerr_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/superlu_grid.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_grid.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pxerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pxerr_dist.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/superlu_timer.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/memory.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/comm.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/mmd.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/memory.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -O0 -o CMakeFiles/superlu_dist-static.dir/superlu_timer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_timer.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/mmd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/comm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/comm.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/memory.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/mmd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mmd.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/memory.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/mmd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mmd.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/symbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/symbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/symbfact.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/symbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/symbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/symbfact.c [ 13%] Building C object SRC/CMakeFiles/superlu_dist.dir/psymbfact_util.c.o [ 13%] Building C object SRC/CMakeFiles/superlu_dist.dir/psymbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/psymbfact_util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact_util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/psymbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact.c [ 14%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/psymbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/psymbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact.c [ 15%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/psymbfact_util.c.o [ 15%] Building C object SRC/CMakeFiles/superlu_dist.dir/get_perm_c_parmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/psymbfact_util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact_util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/get_perm_c_parmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c_parmetis.c [ 16%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/get_perm_c_parmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/get_perm_c_parmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c_parmetis.c [ 16%] Building C object SRC/CMakeFiles/superlu_dist.dir/mc64ad_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/mc64ad_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mc64ad_dist.c [ 16%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/mc64ad_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/mc64ad_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mc64ad_dist.c [ 17%] Building C object SRC/CMakeFiles/superlu_dist.dir/static_schedule.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/static_schedule.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/static_schedule.c [ 19%] Building C object SRC/CMakeFiles/superlu_dist.dir/xerr_dist.c.o [ 19%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/static_schedule.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/xerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/xerr_dist.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/static_schedule.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/static_schedule.c [ 20%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/xerr_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/xerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/xerr_dist.c [ 20%] Building C object SRC/CMakeFiles/superlu_dist.dir/smach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/smach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/smach_dist.c [ 20%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/smach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/smach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/smach_dist.c [ 21%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dmach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dmach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmach_dist.c [ 22%] Building C object SRC/CMakeFiles/superlu_dist.dir/dmach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dmach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmach_dist.c [ 22%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/colamd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/colamd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/colamd.c [ 22%] Building C object SRC/CMakeFiles/superlu_dist.dir/colamd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/colamd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/colamd.c [ 23%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/superlu_dist_version.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/superlu_dist_version.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_dist_version.c [ 24%] Building C object SRC/CMakeFiles/superlu_dist.dir/superlu_dist_version.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/superlu_dist_version.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_dist_version.c [ 24%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlangs_dist.c [ 24%] Building C object SRC/CMakeFiles/superlu_dist.dir/dlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlangs_dist.c [ 25%] Building C object SRC/CMakeFiles/superlu_dist.dir/dgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dgsequ_dist.c [ 26%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dgsequ_dist.c [ 26%] Building C object SRC/CMakeFiles/superlu_dist.dir/dlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlaqgs_dist.c [ 27%] Building C object SRC/CMakeFiles/superlu_dist.dir/dutil_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dutil_dist.c [ 27%] Building C object SRC/CMakeFiles/superlu_dist.dir/dmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmemory_dist.c [ 27%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlaqgs_dist.c [ 28%] Building C object SRC/CMakeFiles/superlu_dist.dir/dmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmyblas2_dist.c [ 28%] Building C object SRC/CMakeFiles/superlu_dist.dir/dsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas2_dist.c [ 30%] Building C object SRC/CMakeFiles/superlu_dist.dir/dsp_blas3_dist.c.o [ 30%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dutil_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas3_dist.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dutil_dist.c [ 30%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmemory_dist.c [ 31%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmyblas2_dist.c [ 31%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgssvx.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx.c [ 32%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx_ABglobal.c [ 32%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas2_dist.c [ 32%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadhb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c [ 33%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c [ 34%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dsp_blas3_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas3_dist.c [ 34%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgssvx.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx.c [ 34%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c [ 35%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadtriple_noheader.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c [ 36%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx_ABglobal.c [ 37%] Building C object SRC/CMakeFiles/superlu_dist.dir/dbinary_io.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c [ 37%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadhb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c [ 38%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadMM.c.o [ 38%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadMM.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c [ 39%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsequ.c [ 39%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c [ 40%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadtriple_noheader.c.o [ 40%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlaqgs.c [ 41%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dbinary_io.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c [ 41%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadMM.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadMM.c [ 42%] Building C object SRC/CMakeFiles/superlu_dist.dir/dldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dldperm_dist.c [ 42%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdlangs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlangs.c [ 43%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdutil.c [ 44%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsequ.c [ 44%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlaqgs.c [ 44%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdsymbfact_distdata.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdsymbfact_distdata.c [ 45%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdlangs.c.o [ 45%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlangs.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dldperm_dist.c [ 46%] Building C object SRC/CMakeFiles/superlu_dist.dir/ddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/ddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/ddistribute.c [ 47%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdsymbfact_distdata.c.o [ 47%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdsymbfact_distdata.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdutil.c [ 47%] Building C object SRC/CMakeFiles/superlu_dist.dir/pddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pddistribute.c [ 48%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf.c [ 48%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf2.c [ 49%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/ddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/ddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/ddistribute.c [ 50%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs.c [ 50%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pddistribute.c [ 50%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs1.c [ 51%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf.c [ 52%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_lsum.c [ 52%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf2.c [ 52%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_Bglobal.c [ 53%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs.c [ 54%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs.c [ 54%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs1.c [ 55%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_lsum.c [ 55%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv.c [ 56%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs_ABXglobal.c [ 57%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv_AXglobal.c [ 57%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_Bglobal.c [ 57%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdGetDiagU.c [ 58%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs.c [ 58%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv.c [ 59%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs_ABXglobal.c [ 60%] Building C object SRC/CMakeFiles/superlu_dist.dir/dcomplex_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dcomplex_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dcomplex_dist.c [ 61%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv_AXglobal.c [ 61%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdGetDiagU.c [ 62%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dcomplex_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dcomplex_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dcomplex_dist.c [ 62%] Building C object SRC/CMakeFiles/superlu_dist.dir/zlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlangs_dist.c [ 63%] Building C object SRC/CMakeFiles/superlu_dist.dir/zgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zgsequ_dist.c [ 63%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlangs_dist.c [ 64%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zgsequ_dist.c [ 64%] Building C object SRC/CMakeFiles/superlu_dist.dir/zlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlaqgs_dist.c [ 64%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlaqgs_dist.c [ 66%] Building C object SRC/CMakeFiles/superlu_dist.dir/zutil_dist.c.o [ 66%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zutil_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zutil_dist.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zutil_dist.c [ 66%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmemory_dist.c [ 67%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmyblas2_dist.c [ 67%] Building C object SRC/CMakeFiles/superlu_dist.dir/zmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmemory_dist.c [ 68%] Building C object SRC/CMakeFiles/superlu_dist.dir/zmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmyblas2_dist.c [ 68%] Building C object SRC/CMakeFiles/superlu_dist.dir/zsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas2_dist.c [ 69%] Building C object SRC/CMakeFiles/superlu_dist.dir/zsp_blas3_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas3_dist.c [ 69%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas2_dist.c [ 69%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgssvx.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx.c [ 70%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zsp_blas3_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas3_dist.c [ 71%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgssvx.c.o [ 71%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx_ABglobal.c [ 71%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadhb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c [ 72%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c [ 72%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c [ 73%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadtriple_noheader.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c [ 74%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadhb.c.o [ 74%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx_ABglobal.c [ 74%] Building C object SRC/CMakeFiles/superlu_dist.dir/zbinary_io.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c [ 75%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadMM.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadMM.c [ 76%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c [ 77%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsequ.c [ 77%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c [ 78%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zbinary_io.c.o [ 78%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadtriple_noheader.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c [ 79%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadMM.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadMM.c [ 80%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsequ.c [ 80%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlaqgs.c [ 80%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlaqgs.c [ 81%] Building C object SRC/CMakeFiles/superlu_dist.dir/zldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zldperm_dist.c [ 81%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzlangs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlangs.c [ 82%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zldperm_dist.c [ 82%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzlangs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlangs.c [ 83%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzutil.c [ 84%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzutil.c [ 84%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzsymbfact_distdata.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzsymbfact_distdata.c [ 85%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zdistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zdistribute.c [ 85%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzsymbfact_distdata.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzsymbfact_distdata.c [ 85%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzdistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzdistribute.c [ 86%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf.c [ 87%] Building C object SRC/CMakeFiles/superlu_dist.dir/zdistribute.c.o [ 87%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzdistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zdistribute.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzdistribute.c [ 88%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf.c [ 88%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf2.c [ 89%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs.c [ 89%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf2.c [ 90%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs.c [ 90%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs1.c [ 90%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs1.c [ 91%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_lsum.c [ 91%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_Bglobal.c [ 92%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_lsum.c [ 92%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_Bglobal.c [ 93%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs.c [ 94%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs.c [ 94%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv.c [ 94%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv.c [ 95%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs_ABXglobal.c [ 96%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs_ABXglobal.c [ 96%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv_AXglobal.c [ 96%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv_AXglobal.c [ 97%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzGetDiagU.c [ 98%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzGetDiagU.c [ 99%] Linking CXX static library libsuperlu_dist.a cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -P CMakeFiles/superlu_dist-static.dir/cmake_clean_target.cmake cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/superlu_dist-static.dir/link.txt --verbose=1 /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar qc libsuperlu_dist.a CMakeFiles/superlu_dist-static.dir/TreeInterface.cpp.o CMakeFiles/superlu_dist-static.dir/sp_ienv.c.o CMakeFiles/superlu_dist-static.dir/etree.c.o CMakeFiles/superlu_dist-static.dir/sp_colorder.c.o CMakeFiles/superlu_dist-static.dir/get_perm_c.c.o CMakeFiles/superlu_dist-static.dir/mmd.c.o CMakeFiles/superlu_dist-static.dir/comm.c.o CMakeFiles/superlu_dist-static.dir/memory.c.o CMakeFiles/superlu_dist-static.dir/util.c.o CMakeFiles/superlu_dist-static.dir/superlu_grid.c.o CMakeFiles/superlu_dist-static.dir/pxerr_dist.c.o CMakeFiles/superlu_dist-static.dir/superlu_timer.c.o CMakeFiles/superlu_dist-static.dir/symbfact.c.o CMakeFiles/superlu_dist-static.dir/psymbfact.c.o CMakeFiles/superlu_dist-static.dir/psymbfact_util.c.o CMakeFiles/superlu_dist-static.dir/get_perm_c_parmetis.c.o CMakeFiles/superlu_dist-static.dir/mc64ad_dist.c.o CMakeFiles/superlu_dist-static.dir/static_schedule.c.o CMakeFiles/superlu_dist-static.dir/xerr_dist.c.o CMakeFiles/superlu_dist-static.dir/smach_dist.c.o CMakeFiles/superlu_dist-static.dir/dmach_dist.c.o CMakeFiles/superlu_dist-static.dir/colamd.c.o CMakeFiles/superlu_dist-static.dir/superlu_dist_version.c.o CMakeFiles/superlu_dist-static.dir/dlangs_dist.c.o CMakeFiles/superlu_dist-static.dir/dgsequ_dist.c.o CMakeFiles/superlu_dist-static.dir/dlaqgs_dist.c.o CMakeFiles/superlu_dist-static.dir/dutil_dist.c.o CMakeFiles/superlu_dist-static.dir/dmemory_dist.c.o CMakeFiles/superlu_dist-static.dir/dmyblas2_dist.c.o CMakeFiles/superlu_dist-static.dir/dsp_blas2_dist.c.o CMakeFiles/superlu_dist-static.dir/dsp_blas3_dist.c.o CMakeFiles/superlu_dist-static.dir/pdgssvx.c.o CMakeFiles/superlu_dist-static.dir/pdgssvx_ABglobal.c.o CMakeFiles/superlu_dist-static.dir/dreadhb.c.o CMakeFiles/superlu_dist-static.dir/dreadrb.c.o CMakeFiles/superlu_dist-static.dir/dreadtriple.c.o CMakeFiles/superlu_dist-static.dir/dreadtriple_noheader.c.o CMakeFiles/superlu_dist-static.dir/dbinary_io.c.o CMakeFiles/superlu_dist-static.dir/dreadMM.c.o CMakeFiles/superlu_dist-static.dir/pdgsequ.c.o CMakeFiles/superlu_dist-static.dir/pdlaqgs.c.o CMakeFiles/superlu_dist-static.dir/dldperm_dist.c.o CMakeFiles/superlu_dist-static.dir/pdlangs.c.o CMakeFiles/superlu_dist-static.dir/pdutil.c.o CMakeFiles/superlu_dist-static.dir/pdsymbfact_distdata.c.o CMakeFiles/superlu_dist-static.dir/ddistribute.c.o CMakeFiles/superlu_dist-static.dir/pddistribute.c.o CMakeFiles/superlu_dist-static.dir/pdgstrf.c.o CMakeFiles/superlu_dist-static.dir/pdgstrf2.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs1.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs_lsum.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs_Bglobal.c.o CMakeFiles/superlu_dist-static.dir/pdgsrfs.c.o CMakeFiles/superlu_dist-static.dir/pdgsmv.c.o CMakeFiles/superlu_dist-static.dir/pdgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist-static.dir/pdgsmv_AXglobal.c.o CMakeFiles/superlu_dist-static.dir/pdGetDiagU.c.o CMakeFiles/superlu_dist-static.dir/dcomplex_dist.c.o CMakeFiles/superlu_dist-static.dir/zlangs_dist.c.o CMakeFiles/superlu_dist-static.dir/zgsequ_dist.c.o CMakeFiles/superlu_dist-static.dir/zlaqgs_dist.c.o CMakeFiles/superlu_dist-static.dir/zutil_dist.c.o CMakeFiles/superlu_dist-static.dir/zmemory_dist.c.o CMakeFiles/superlu_dist-static.dir/zmyblas2_dist.c.o CMakeFiles/superlu_dist-static.dir/zsp_blas2_dist.c.o CMakeFiles/superlu_dist-static.dir/zsp_blas3_dist.c.o CMakeFiles/superlu_dist-static.dir/pzgssvx.c.o CMakeFiles/superlu_dist-static.dir/pzgssvx_ABglobal.c.o CMakeFiles/superlu_dist-static.dir/zreadhb.c.o CMakeFiles/superlu_dist-static.dir/zreadrb.c.o CMakeFiles/superlu_dist-static.dir/zreadtriple.c.o CMakeFiles/superlu_dist-static.dir/zreadtriple_noheader.c.o CMakeFiles/superlu_dist-static.dir/zbinary_io.c.o CMakeFiles/superlu_dist-static.dir/zreadMM.c.o CMakeFiles/superlu_dist-static.dir/pzgsequ.c.o CMakeFiles/superlu_dist-static.dir/pzlaqgs.c.o CMakeFiles/superlu_dist-static.dir/zldperm_dist.c.o CMakeFiles/superlu_dist-static.dir/pzlangs.c.o CMakeFiles/superlu_dist-static.dir/pzutil.c.o CMakeFiles/superlu_dist-static.dir/pzsymbfact_distdata.c.o CMakeFiles/superlu_dist-static.dir/zdistribute.c.o CMakeFiles/superlu_dist-static.dir/pzdistribute.c.o CMakeFiles/superlu_dist-static.dir/pzgstrf.c.o CMakeFiles/superlu_dist-static.dir/pzgstrf2.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs1.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs_lsum.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs_Bglobal.c.o CMakeFiles/superlu_dist-static.dir/pzgsrfs.c.o CMakeFiles/superlu_dist-static.dir/pzgsmv.c.o CMakeFiles/superlu_dist-static.dir/pzgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist-static.dir/pzgsmv_AXglobal.c.o CMakeFiles/superlu_dist-static.dir/pzGetDiagU.c.o [100%] Linking CXX shared library libsuperlu_dist.so cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/superlu_dist.dir/link.txt --verbose=1 /home/kongf/workhome/rod/mpich/bin/mpicxx -fPIC -std=c++11 -g -O -fPIC -DAdd_ -shared -Wl,-soname,libsuperlu_dist.so.6 -o libsuperlu_dist.so.6.2.0 CMakeFiles/superlu_dist.dir/TreeInterface.cpp.o CMakeFiles/superlu_dist.dir/sp_ienv.c.o CMakeFiles/superlu_dist.dir/etree.c.o CMakeFiles/superlu_dist.dir/sp_colorder.c.o CMakeFiles/superlu_dist.dir/get_perm_c.c.o CMakeFiles/superlu_dist.dir/mmd.c.o CMakeFiles/superlu_dist.dir/comm.c.o CMakeFiles/superlu_dist.dir/memory.c.o CMakeFiles/superlu_dist.dir/util.c.o CMakeFiles/superlu_dist.dir/superlu_grid.c.o CMakeFiles/superlu_dist.dir/pxerr_dist.c.o CMakeFiles/superlu_dist.dir/superlu_timer.c.o CMakeFiles/superlu_dist.dir/symbfact.c.o CMakeFiles/superlu_dist.dir/psymbfact.c.o CMakeFiles/superlu_dist.dir/psymbfact_util.c.o CMakeFiles/superlu_dist.dir/get_perm_c_parmetis.c.o CMakeFiles/superlu_dist.dir/mc64ad_dist.c.o CMakeFiles/superlu_dist.dir/static_schedule.c.o CMakeFiles/superlu_dist.dir/xerr_dist.c.o CMakeFiles/superlu_dist.dir/smach_dist.c.o CMakeFiles/superlu_dist.dir/dmach_dist.c.o CMakeFiles/superlu_dist.dir/colamd.c.o CMakeFiles/superlu_dist.dir/superlu_dist_version.c.o CMakeFiles/superlu_dist.dir/dlangs_dist.c.o CMakeFiles/superlu_dist.dir/dgsequ_dist.c.o CMakeFiles/superlu_dist.dir/dlaqgs_dist.c.o CMakeFiles/superlu_dist.dir/dutil_dist.c.o CMakeFiles/superlu_dist.dir/dmemory_dist.c.o CMakeFiles/superlu_dist.dir/dmyblas2_dist.c.o CMakeFiles/superlu_dist.dir/dsp_blas2_dist.c.o CMakeFiles/superlu_dist.dir/dsp_blas3_dist.c.o CMakeFiles/superlu_dist.dir/pdgssvx.c.o CMakeFiles/superlu_dist.dir/pdgssvx_ABglobal.c.o CMakeFiles/superlu_dist.dir/dreadhb.c.o CMakeFiles/superlu_dist.dir/dreadrb.c.o CMakeFiles/superlu_dist.dir/dreadtriple.c.o CMakeFiles/superlu_dist.dir/dreadtriple_noheader.c.o CMakeFiles/superlu_dist.dir/dbinary_io.c.o CMakeFiles/superlu_dist.dir/dreadMM.c.o CMakeFiles/superlu_dist.dir/pdgsequ.c.o CMakeFiles/superlu_dist.dir/pdlaqgs.c.o CMakeFiles/superlu_dist.dir/dldperm_dist.c.o CMakeFiles/superlu_dist.dir/pdlangs.c.o CMakeFiles/superlu_dist.dir/pdutil.c.o CMakeFiles/superlu_dist.dir/pdsymbfact_distdata.c.o CMakeFiles/superlu_dist.dir/ddistribute.c.o CMakeFiles/superlu_dist.dir/pddistribute.c.o CMakeFiles/superlu_dist.dir/pdgstrf.c.o CMakeFiles/superlu_dist.dir/pdgstrf2.c.o CMakeFiles/superlu_dist.dir/pdgstrs.c.o CMakeFiles/superlu_dist.dir/pdgstrs1.c.o CMakeFiles/superlu_dist.dir/pdgstrs_lsum.c.o CMakeFiles/superlu_dist.dir/pdgstrs_Bglobal.c.o CMakeFiles/superlu_dist.dir/pdgsrfs.c.o CMakeFiles/superlu_dist.dir/pdgsmv.c.o CMakeFiles/superlu_dist.dir/pdgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist.dir/pdgsmv_AXglobal.c.o CMakeFiles/superlu_dist.dir/pdGetDiagU.c.o CMakeFiles/superlu_dist.dir/dcomplex_dist.c.o CMakeFiles/superlu_dist.dir/zlangs_dist.c.o CMakeFiles/superlu_dist.dir/zgsequ_dist.c.o CMakeFiles/superlu_dist.dir/zlaqgs_dist.c.o CMakeFiles/superlu_dist.dir/zutil_dist.c.o CMakeFiles/superlu_dist.dir/zmemory_dist.c.o CMakeFiles/superlu_dist.dir/zmyblas2_dist.c.o CMakeFiles/superlu_dist.dir/zsp_blas2_dist.c.o CMakeFiles/superlu_dist.dir/zsp_blas3_dist.c.o CMakeFiles/superlu_dist.dir/pzgssvx.c.o CMakeFiles/superlu_dist.dir/pzgssvx_ABglobal.c.o CMakeFiles/superlu_dist.dir/zreadhb.c.o CMakeFiles/superlu_dist.dir/zreadrb.c.o CMakeFiles/superlu_dist.dir/zreadtriple.c.o CMakeFiles/superlu_dist.dir/zreadtriple_noheader.c.o CMakeFiles/superlu_dist.dir/zbinary_io.c.o CMakeFiles/superlu_dist.dir/zreadMM.c.o CMakeFiles/superlu_dist.dir/pzgsequ.c.o CMakeFiles/superlu_dist.dir/pzlaqgs.c.o CMakeFiles/superlu_dist.dir/zldperm_dist.c.o CMakeFiles/superlu_dist.dir/pzlangs.c.o CMakeFiles/superlu_dist.dir/pzutil.c.o CMakeFiles/superlu_dist.dir/pzsymbfact_distdata.c.o CMakeFiles/superlu_dist.dir/zdistribute.c.o CMakeFiles/superlu_dist.dir/pzdistribute.c.o CMakeFiles/superlu_dist.dir/pzgstrf.c.o CMakeFiles/superlu_dist.dir/pzgstrf2.c.o CMakeFiles/superlu_dist.dir/pzgstrs.c.o CMakeFiles/superlu_dist.dir/pzgstrs1.c.o CMakeFiles/superlu_dist.dir/pzgstrs_lsum.c.o CMakeFiles/superlu_dist.dir/pzgstrs_Bglobal.c.o CMakeFiles/superlu_dist.dir/pzgsrfs.c.o CMakeFiles/superlu_dist.dir/pzgsmv.c.o CMakeFiles/superlu_dist.dir/pzgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist.dir/pzgsmv_AXglobal.c.o CMakeFiles/superlu_dist.dir/pzGetDiagU.c.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::: -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -lm -lm /usr/bin/ranlib libsuperlu_dist.a make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [100%] Built target superlu_dist-static cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -E cmake_symlink_library libsuperlu_dist.so.6.2.0 libsuperlu_dist.so.6 libsuperlu_dist.so make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [100%] Built target superlu_dist make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles 0 Executing: /usr/bin/make install stdout: /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Nothing to be done for 'SRC/CMakeFiles/superlu_dist.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [ 50%] Built target superlu_dist /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist-static.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Nothing to be done for 'SRC/CMakeFiles/superlu_dist-static.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [100%] Built target superlu_dist-static make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' Install the project... /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/pkgconfig/superlu_dist.pc -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so.6.2.0 -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so.6 -- Set runtime path of "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so.6.2.0" to "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.a -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_FCnames.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/cublas_utils.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/dcomplex.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/machines.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/psymbfact.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_defs.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_enum_consts.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/supermatrix.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/util_dist.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/colamd.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeBcast_slu.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeReduce_slu.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeBcast_slu_impl.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeReduce_slu_impl.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_dist_config.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_FortranCInterface.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_ddefs.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_zdefs.h ********Output of running make on SUPERLU_DIST follows ******* -- The C compiler identification is GNU 7.3.0 -- The CXX compiler identification is GNU 7.3.0 -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- Check for working C compiler: /home/kongf/workhome/rod/mpich/bin/mpicc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /home/kongf/workhome/rod/mpich/bin/mpicxx -- Check for working CXX compiler: /home/kongf/workhome/rod/mpich/bin/mpicxx -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- The Fortran compiler identification is GNU 7.3.0 -- Check for working Fortran compiler: /home/kongf/workhome/rod/mpich/bin/mpif90 -- Check for working Fortran compiler: /home/kongf/workhome/rod/mpich/bin/mpif90 -- works -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - done -- Checking whether /home/kongf/workhome/rod/mpich/bin/mpif90 supports Fortran 90 -- Checking whether /home/kongf/workhome/rod/mpich/bin/mpif90 supports Fortran 90 -- yes -- Found MPI_C: /home/kongf/workhome/rod/mpich/bin/mpicc (found version "3.1") -- Found MPI_CXX: /home/kongf/workhome/rod/mpich/bin/mpicxx (found version "3.1") -- Found MPI_Fortran: /home/kongf/workhome/rod/mpich/bin/mpif90 (found version "3.1") -- Found MPI: TRUE (found version "3.1") -- Detecting Fortran/C Interface -- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling -- Verifying Fortran/CXX Compiler Compatibility -- Verifying Fortran/CXX Compiler Compatibility - Success -- Configuring done -- Generating done -- Build files have been written to: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build Process XSDK defaults ... USE_XSDK_DEFAULTS = 'YES' -- XSDK: Setting default CMAKE_BUILD_TYPE=DEBUG -- SuperLU_DIST will be built as a shared library. -- SuperLU_DIST will also be built as a static library. +++ XSDK fortran enabled -- Using TPL_BLAS_LIBRARIES='-Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm' -- Using TPL_LAPACK_LIBRARIES='-Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm' -- Enabled support for PARMETIS. -- Will not link with CombBLAS. CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG CMAKE_Fortran_FLAGS_DEBUG MPI_C_HEADER_DIR /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/depend /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist-static.dir/DependInfo.cmake --color= cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist.dir/DependInfo.cmake --color= Scanning dependencies of target superlu_dist-static Scanning dependencies of target superlu_dist make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/build make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [ 1%] Building C object SRC/CMakeFiles/superlu_dist.dir/etree.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/etree.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/etree.c [ 2%] Building CXX object SRC/CMakeFiles/superlu_dist-static.dir/TreeInterface.cpp.o [ 2%] Building CXX object SRC/CMakeFiles/superlu_dist.dir/TreeInterface.cpp.o [ 2%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/etree.c.o [ 2%] Building C object SRC/CMakeFiles/superlu_dist.dir/sp_ienv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/etree.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/etree.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/sp_ienv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_ienv.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicxx -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -std=c++11 -g -O -fPIC -DAdd_ -fPIC -std=gnu++11 -o CMakeFiles/superlu_dist-static.dir/TreeInterface.cpp.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/TreeInterface.cpp [ 2%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/sp_ienv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicxx -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -std=c++11 -g -O -fPIC -DAdd_ -fPIC -std=gnu++11 -o CMakeFiles/superlu_dist.dir/TreeInterface.cpp.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/TreeInterface.cpp cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/sp_ienv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_ienv.c [ 2%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/comm.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/comm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/comm.c [ 6%] Building C object SRC/CMakeFiles/superlu_dist.dir/pxerr_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pxerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pxerr_dist.c [ 8%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/sp_colorder.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/sp_colorder.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_colorder.c [ 9%] Building C object SRC/CMakeFiles/superlu_dist.dir/superlu_grid.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/superlu_grid.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_grid.c [ 10%] Building C object SRC/CMakeFiles/superlu_dist.dir/superlu_timer.c.o [ 10%] Building C object SRC/CMakeFiles/superlu_dist.dir/get_perm_c.c.o [ 10%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/get_perm_c.c.o [ 10%] Building C object SRC/CMakeFiles/superlu_dist.dir/sp_colorder.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -O0 -o CMakeFiles/superlu_dist.dir/superlu_timer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_timer.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/sp_colorder.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/sp_colorder.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/get_perm_c.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/get_perm_c.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c.c [ 11%] Building C object SRC/CMakeFiles/superlu_dist.dir/util.c.o [ 11%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/superlu_grid.c.o [ 11%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/util.c.o [ 11%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pxerr_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/superlu_grid.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_grid.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pxerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pxerr_dist.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/superlu_timer.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/memory.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/comm.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/mmd.c.o [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/memory.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -O0 -o CMakeFiles/superlu_dist-static.dir/superlu_timer.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_timer.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/mmd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/comm.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/comm.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/memory.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/mmd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mmd.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/memory.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/mmd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mmd.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist.dir/symbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/symbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/symbfact.c [ 12%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/symbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/symbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/symbfact.c [ 13%] Building C object SRC/CMakeFiles/superlu_dist.dir/psymbfact_util.c.o [ 13%] Building C object SRC/CMakeFiles/superlu_dist.dir/psymbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/psymbfact_util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact_util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/psymbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact.c [ 14%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/psymbfact.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/psymbfact.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact.c [ 15%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/psymbfact_util.c.o [ 15%] Building C object SRC/CMakeFiles/superlu_dist.dir/get_perm_c_parmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/psymbfact_util.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/psymbfact_util.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/get_perm_c_parmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c_parmetis.c [ 16%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/get_perm_c_parmetis.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/get_perm_c_parmetis.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/get_perm_c_parmetis.c [ 16%] Building C object SRC/CMakeFiles/superlu_dist.dir/mc64ad_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/mc64ad_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mc64ad_dist.c [ 16%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/mc64ad_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/mc64ad_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/mc64ad_dist.c [ 17%] Building C object SRC/CMakeFiles/superlu_dist.dir/static_schedule.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/static_schedule.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/static_schedule.c [ 19%] Building C object SRC/CMakeFiles/superlu_dist.dir/xerr_dist.c.o [ 19%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/static_schedule.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/xerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/xerr_dist.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/static_schedule.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/static_schedule.c [ 20%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/xerr_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/xerr_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/xerr_dist.c [ 20%] Building C object SRC/CMakeFiles/superlu_dist.dir/smach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/smach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/smach_dist.c [ 20%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/smach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/smach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/smach_dist.c [ 21%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dmach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dmach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmach_dist.c [ 22%] Building C object SRC/CMakeFiles/superlu_dist.dir/dmach_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dmach_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmach_dist.c [ 22%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/colamd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/colamd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/colamd.c [ 22%] Building C object SRC/CMakeFiles/superlu_dist.dir/colamd.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/colamd.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/colamd.c [ 23%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/superlu_dist_version.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/superlu_dist_version.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_dist_version.c [ 24%] Building C object SRC/CMakeFiles/superlu_dist.dir/superlu_dist_version.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/superlu_dist_version.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/superlu_dist_version.c [ 24%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlangs_dist.c [ 24%] Building C object SRC/CMakeFiles/superlu_dist.dir/dlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlangs_dist.c [ 25%] Building C object SRC/CMakeFiles/superlu_dist.dir/dgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dgsequ_dist.c [ 26%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dgsequ_dist.c [ 26%] Building C object SRC/CMakeFiles/superlu_dist.dir/dlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlaqgs_dist.c [ 27%] Building C object SRC/CMakeFiles/superlu_dist.dir/dutil_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dutil_dist.c [ 27%] Building C object SRC/CMakeFiles/superlu_dist.dir/dmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmemory_dist.c [ 27%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dlaqgs_dist.c [ 28%] Building C object SRC/CMakeFiles/superlu_dist.dir/dmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmyblas2_dist.c [ 28%] Building C object SRC/CMakeFiles/superlu_dist.dir/dsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas2_dist.c [ 30%] Building C object SRC/CMakeFiles/superlu_dist.dir/dsp_blas3_dist.c.o [ 30%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dutil_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas3_dist.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dutil_dist.c [ 30%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmemory_dist.c [ 31%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dmyblas2_dist.c [ 31%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgssvx.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx.c [ 32%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx_ABglobal.c [ 32%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas2_dist.c [ 32%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadhb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c [ 33%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c [ 34%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dsp_blas3_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dsp_blas3_dist.c [ 34%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgssvx.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx.c [ 34%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c [ 35%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadtriple_noheader.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c [ 36%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgssvx_ABglobal.c [ 37%] Building C object SRC/CMakeFiles/superlu_dist.dir/dbinary_io.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c [ 37%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadhb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c [ 38%] Building C object SRC/CMakeFiles/superlu_dist.dir/dreadMM.c.o [ 38%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadMM.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c [ 39%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsequ.c [ 39%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c [ 40%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadtriple_noheader.c.o [ 40%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlaqgs.c [ 41%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dbinary_io.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c [ 41%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dreadMM.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadMM.c [ 42%] Building C object SRC/CMakeFiles/superlu_dist.dir/dldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dldperm_dist.c [ 42%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdlangs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlangs.c [ 43%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdutil.c [ 44%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsequ.c [ 44%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlaqgs.c [ 44%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdsymbfact_distdata.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdsymbfact_distdata.c [ 45%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdlangs.c.o [ 45%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdlangs.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dldperm_dist.c [ 46%] Building C object SRC/CMakeFiles/superlu_dist.dir/ddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/ddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/ddistribute.c [ 47%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdsymbfact_distdata.c.o [ 47%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdsymbfact_distdata.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdutil.c [ 47%] Building C object SRC/CMakeFiles/superlu_dist.dir/pddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pddistribute.c [ 48%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf.c [ 48%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf2.c [ 49%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/ddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/ddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/ddistribute.c [ 50%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs.c [ 50%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pddistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pddistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pddistribute.c [ 50%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs1.c [ 51%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf.c [ 52%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_lsum.c [ 52%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrf2.c [ 52%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_Bglobal.c [ 53%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs.c [ 54%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs.c [ 54%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs1.c [ 55%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_lsum.c [ 55%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv.c [ 56%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs_ABXglobal.c [ 57%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv_AXglobal.c [ 57%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgstrs_Bglobal.c [ 57%] Building C object SRC/CMakeFiles/superlu_dist.dir/pdGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pdGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdGetDiagU.c [ 58%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs.c [ 58%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv.c [ 59%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsrfs_ABXglobal.c [ 60%] Building C object SRC/CMakeFiles/superlu_dist.dir/dcomplex_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/dcomplex_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dcomplex_dist.c [ 61%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdgsmv_AXglobal.c [ 61%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pdGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pdGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pdGetDiagU.c [ 62%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/dcomplex_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/dcomplex_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dcomplex_dist.c [ 62%] Building C object SRC/CMakeFiles/superlu_dist.dir/zlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlangs_dist.c [ 63%] Building C object SRC/CMakeFiles/superlu_dist.dir/zgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zgsequ_dist.c [ 63%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zlangs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zlangs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlangs_dist.c [ 64%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zgsequ_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zgsequ_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zgsequ_dist.c [ 64%] Building C object SRC/CMakeFiles/superlu_dist.dir/zlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlaqgs_dist.c [ 64%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zlaqgs_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zlaqgs_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zlaqgs_dist.c [ 66%] Building C object SRC/CMakeFiles/superlu_dist.dir/zutil_dist.c.o [ 66%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zutil_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zutil_dist.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zutil_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zutil_dist.c [ 66%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmemory_dist.c [ 67%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmyblas2_dist.c [ 67%] Building C object SRC/CMakeFiles/superlu_dist.dir/zmemory_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zmemory_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmemory_dist.c [ 68%] Building C object SRC/CMakeFiles/superlu_dist.dir/zmyblas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zmyblas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zmyblas2_dist.c [ 68%] Building C object SRC/CMakeFiles/superlu_dist.dir/zsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas2_dist.c [ 69%] Building C object SRC/CMakeFiles/superlu_dist.dir/zsp_blas3_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas3_dist.c [ 69%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zsp_blas2_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zsp_blas2_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas2_dist.c [ 69%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgssvx.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx.c [ 70%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zsp_blas3_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zsp_blas3_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zsp_blas3_dist.c [ 71%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgssvx.c.o [ 71%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgssvx.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx_ABglobal.c [ 71%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadhb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c [ 72%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c [ 72%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c [ 73%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadtriple_noheader.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c [ 74%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadhb.c.o [ 74%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgssvx_ABglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadhb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgssvx_ABglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgssvx_ABglobal.c [ 74%] Building C object SRC/CMakeFiles/superlu_dist.dir/zbinary_io.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c [ 75%] Building C object SRC/CMakeFiles/superlu_dist.dir/zreadMM.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadMM.c [ 76%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadrb.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadrb.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c [ 77%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsequ.c [ 77%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadtriple.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadtriple.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c [ 78%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zbinary_io.c.o [ 78%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadtriple_noheader.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zbinary_io.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadtriple_noheader.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c [ 79%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zreadMM.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zreadMM.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadMM.c [ 80%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsequ.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsequ.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsequ.c [ 80%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlaqgs.c [ 80%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzlaqgs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzlaqgs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlaqgs.c [ 81%] Building C object SRC/CMakeFiles/superlu_dist.dir/zldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zldperm_dist.c [ 81%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzlangs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlangs.c [ 82%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zldperm_dist.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zldperm_dist.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zldperm_dist.c [ 82%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzlangs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzlangs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzlangs.c [ 83%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzutil.c [ 84%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzutil.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzutil.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzutil.c [ 84%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzsymbfact_distdata.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzsymbfact_distdata.c [ 85%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/zdistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/zdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zdistribute.c [ 85%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzsymbfact_distdata.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzsymbfact_distdata.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzsymbfact_distdata.c [ 85%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzdistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzdistribute.c [ 86%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf.c [ 87%] Building C object SRC/CMakeFiles/superlu_dist.dir/zdistribute.c.o [ 87%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzdistribute.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/zdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zdistribute.c cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzdistribute.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzdistribute.c [ 88%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrf.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrf.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf.c [ 88%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf2.c [ 89%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs.c [ 89%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrf2.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrf2.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrf2.c [ 90%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs.c [ 90%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs1.c [ 90%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs1.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs1.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs1.c [ 91%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_lsum.c [ 91%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_Bglobal.c [ 92%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs_lsum.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs_lsum.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_lsum.c [ 92%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgstrs_Bglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgstrs_Bglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgstrs_Bglobal.c [ 93%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs.c [ 94%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsrfs.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsrfs.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs.c [ 94%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv.c [ 94%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsmv.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsmv.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv.c [ 95%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs_ABXglobal.c [ 96%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsrfs_ABXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsrfs_ABXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsrfs_ABXglobal.c [ 96%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv_AXglobal.c [ 96%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzgsmv_AXglobal.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzgsmv_AXglobal.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzgsmv_AXglobal.c [ 97%] Building C object SRC/CMakeFiles/superlu_dist.dir/pzGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -DSUPERLU_DIST_EXPORTS -Dsuperlu_dist_EXPORTS -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist.dir/pzGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzGetDiagU.c [ 98%] Building C object SRC/CMakeFiles/superlu_dist-static.dir/pzGetDiagU.c.o cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /home/kongf/workhome/rod/mpich/bin/mpicc -I/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -DUSE_VENDOR_BLAS -march=nocona -g -O -DAdd_ -fPIC -o CMakeFiles/superlu_dist-static.dir/pzGetDiagU.c.o -c /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/pzGetDiagU.c [ 99%] Linking CXX static library libsuperlu_dist.a cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -P CMakeFiles/superlu_dist-static.dir/cmake_clean_target.cmake cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/superlu_dist-static.dir/link.txt --verbose=1 /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar qc libsuperlu_dist.a CMakeFiles/superlu_dist-static.dir/TreeInterface.cpp.o CMakeFiles/superlu_dist-static.dir/sp_ienv.c.o CMakeFiles/superlu_dist-static.dir/etree.c.o CMakeFiles/superlu_dist-static.dir/sp_colorder.c.o CMakeFiles/superlu_dist-static.dir/get_perm_c.c.o CMakeFiles/superlu_dist-static.dir/mmd.c.o CMakeFiles/superlu_dist-static.dir/comm.c.o CMakeFiles/superlu_dist-static.dir/memory.c.o CMakeFiles/superlu_dist-static.dir/util.c.o CMakeFiles/superlu_dist-static.dir/superlu_grid.c.o CMakeFiles/superlu_dist-static.dir/pxerr_dist.c.o CMakeFiles/superlu_dist-static.dir/superlu_timer.c.o CMakeFiles/superlu_dist-static.dir/symbfact.c.o CMakeFiles/superlu_dist-static.dir/psymbfact.c.o CMakeFiles/superlu_dist-static.dir/psymbfact_util.c.o CMakeFiles/superlu_dist-static.dir/get_perm_c_parmetis.c.o CMakeFiles/superlu_dist-static.dir/mc64ad_dist.c.o CMakeFiles/superlu_dist-static.dir/static_schedule.c.o CMakeFiles/superlu_dist-static.dir/xerr_dist.c.o CMakeFiles/superlu_dist-static.dir/smach_dist.c.o CMakeFiles/superlu_dist-static.dir/dmach_dist.c.o CMakeFiles/superlu_dist-static.dir/colamd.c.o CMakeFiles/superlu_dist-static.dir/superlu_dist_version.c.o CMakeFiles/superlu_dist-static.dir/dlangs_dist.c.o CMakeFiles/superlu_dist-static.dir/dgsequ_dist.c.o CMakeFiles/superlu_dist-static.dir/dlaqgs_dist.c.o CMakeFiles/superlu_dist-static.dir/dutil_dist.c.o CMakeFiles/superlu_dist-static.dir/dmemory_dist.c.o CMakeFiles/superlu_dist-static.dir/dmyblas2_dist.c.o CMakeFiles/superlu_dist-static.dir/dsp_blas2_dist.c.o CMakeFiles/superlu_dist-static.dir/dsp_blas3_dist.c.o CMakeFiles/superlu_dist-static.dir/pdgssvx.c.o CMakeFiles/superlu_dist-static.dir/pdgssvx_ABglobal.c.o CMakeFiles/superlu_dist-static.dir/dreadhb.c.o CMakeFiles/superlu_dist-static.dir/dreadrb.c.o CMakeFiles/superlu_dist-static.dir/dreadtriple.c.o CMakeFiles/superlu_dist-static.dir/dreadtriple_noheader.c.o CMakeFiles/superlu_dist-static.dir/dbinary_io.c.o CMakeFiles/superlu_dist-static.dir/dreadMM.c.o CMakeFiles/superlu_dist-static.dir/pdgsequ.c.o CMakeFiles/superlu_dist-static.dir/pdlaqgs.c.o CMakeFiles/superlu_dist-static.dir/dldperm_dist.c.o CMakeFiles/superlu_dist-static.dir/pdlangs.c.o CMakeFiles/superlu_dist-static.dir/pdutil.c.o CMakeFiles/superlu_dist-static.dir/pdsymbfact_distdata.c.o CMakeFiles/superlu_dist-static.dir/ddistribute.c.o CMakeFiles/superlu_dist-static.dir/pddistribute.c.o CMakeFiles/superlu_dist-static.dir/pdgstrf.c.o CMakeFiles/superlu_dist-static.dir/pdgstrf2.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs1.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs_lsum.c.o CMakeFiles/superlu_dist-static.dir/pdgstrs_Bglobal.c.o CMakeFiles/superlu_dist-static.dir/pdgsrfs.c.o CMakeFiles/superlu_dist-static.dir/pdgsmv.c.o CMakeFiles/superlu_dist-static.dir/pdgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist-static.dir/pdgsmv_AXglobal.c.o CMakeFiles/superlu_dist-static.dir/pdGetDiagU.c.o CMakeFiles/superlu_dist-static.dir/dcomplex_dist.c.o CMakeFiles/superlu_dist-static.dir/zlangs_dist.c.o CMakeFiles/superlu_dist-static.dir/zgsequ_dist.c.o CMakeFiles/superlu_dist-static.dir/zlaqgs_dist.c.o CMakeFiles/superlu_dist-static.dir/zutil_dist.c.o CMakeFiles/superlu_dist-static.dir/zmemory_dist.c.o CMakeFiles/superlu_dist-static.dir/zmyblas2_dist.c.o CMakeFiles/superlu_dist-static.dir/zsp_blas2_dist.c.o CMakeFiles/superlu_dist-static.dir/zsp_blas3_dist.c.o CMakeFiles/superlu_dist-static.dir/pzgssvx.c.o CMakeFiles/superlu_dist-static.dir/pzgssvx_ABglobal.c.o CMakeFiles/superlu_dist-static.dir/zreadhb.c.o CMakeFiles/superlu_dist-static.dir/zreadrb.c.o CMakeFiles/superlu_dist-static.dir/zreadtriple.c.o CMakeFiles/superlu_dist-static.dir/zreadtriple_noheader.c.o CMakeFiles/superlu_dist-static.dir/zbinary_io.c.o CMakeFiles/superlu_dist-static.dir/zreadMM.c.o CMakeFiles/superlu_dist-static.dir/pzgsequ.c.o CMakeFiles/superlu_dist-static.dir/pzlaqgs.c.o CMakeFiles/superlu_dist-static.dir/zldperm_dist.c.o CMakeFiles/superlu_dist-static.dir/pzlangs.c.o CMakeFiles/superlu_dist-static.dir/pzutil.c.o CMakeFiles/superlu_dist-static.dir/pzsymbfact_distdata.c.o CMakeFiles/superlu_dist-static.dir/zdistribute.c.o CMakeFiles/superlu_dist-static.dir/pzdistribute.c.o CMakeFiles/superlu_dist-static.dir/pzgstrf.c.o CMakeFiles/superlu_dist-static.dir/pzgstrf2.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs1.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs_lsum.c.o CMakeFiles/superlu_dist-static.dir/pzgstrs_Bglobal.c.o CMakeFiles/superlu_dist-static.dir/pzgsrfs.c.o CMakeFiles/superlu_dist-static.dir/pzgsmv.c.o CMakeFiles/superlu_dist-static.dir/pzgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist-static.dir/pzgsmv_AXglobal.c.o CMakeFiles/superlu_dist-static.dir/pzGetDiagU.c.o [100%] Linking CXX shared library libsuperlu_dist.so cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/superlu_dist.dir/link.txt --verbose=1 /home/kongf/workhome/rod/mpich/bin/mpicxx -fPIC -std=c++11 -g -O -fPIC -DAdd_ -shared -Wl,-soname,libsuperlu_dist.so.6 -o libsuperlu_dist.so.6.2.0 CMakeFiles/superlu_dist.dir/TreeInterface.cpp.o CMakeFiles/superlu_dist.dir/sp_ienv.c.o CMakeFiles/superlu_dist.dir/etree.c.o CMakeFiles/superlu_dist.dir/sp_colorder.c.o CMakeFiles/superlu_dist.dir/get_perm_c.c.o CMakeFiles/superlu_dist.dir/mmd.c.o CMakeFiles/superlu_dist.dir/comm.c.o CMakeFiles/superlu_dist.dir/memory.c.o CMakeFiles/superlu_dist.dir/util.c.o CMakeFiles/superlu_dist.dir/superlu_grid.c.o CMakeFiles/superlu_dist.dir/pxerr_dist.c.o CMakeFiles/superlu_dist.dir/superlu_timer.c.o CMakeFiles/superlu_dist.dir/symbfact.c.o CMakeFiles/superlu_dist.dir/psymbfact.c.o CMakeFiles/superlu_dist.dir/psymbfact_util.c.o CMakeFiles/superlu_dist.dir/get_perm_c_parmetis.c.o CMakeFiles/superlu_dist.dir/mc64ad_dist.c.o CMakeFiles/superlu_dist.dir/static_schedule.c.o CMakeFiles/superlu_dist.dir/xerr_dist.c.o CMakeFiles/superlu_dist.dir/smach_dist.c.o CMakeFiles/superlu_dist.dir/dmach_dist.c.o CMakeFiles/superlu_dist.dir/colamd.c.o CMakeFiles/superlu_dist.dir/superlu_dist_version.c.o CMakeFiles/superlu_dist.dir/dlangs_dist.c.o CMakeFiles/superlu_dist.dir/dgsequ_dist.c.o CMakeFiles/superlu_dist.dir/dlaqgs_dist.c.o CMakeFiles/superlu_dist.dir/dutil_dist.c.o CMakeFiles/superlu_dist.dir/dmemory_dist.c.o CMakeFiles/superlu_dist.dir/dmyblas2_dist.c.o CMakeFiles/superlu_dist.dir/dsp_blas2_dist.c.o CMakeFiles/superlu_dist.dir/dsp_blas3_dist.c.o CMakeFiles/superlu_dist.dir/pdgssvx.c.o CMakeFiles/superlu_dist.dir/pdgssvx_ABglobal.c.o CMakeFiles/superlu_dist.dir/dreadhb.c.o CMakeFiles/superlu_dist.dir/dreadrb.c.o CMakeFiles/superlu_dist.dir/dreadtriple.c.o CMakeFiles/superlu_dist.dir/dreadtriple_noheader.c.o CMakeFiles/superlu_dist.dir/dbinary_io.c.o CMakeFiles/superlu_dist.dir/dreadMM.c.o CMakeFiles/superlu_dist.dir/pdgsequ.c.o CMakeFiles/superlu_dist.dir/pdlaqgs.c.o CMakeFiles/superlu_dist.dir/dldperm_dist.c.o CMakeFiles/superlu_dist.dir/pdlangs.c.o CMakeFiles/superlu_dist.dir/pdutil.c.o CMakeFiles/superlu_dist.dir/pdsymbfact_distdata.c.o CMakeFiles/superlu_dist.dir/ddistribute.c.o CMakeFiles/superlu_dist.dir/pddistribute.c.o CMakeFiles/superlu_dist.dir/pdgstrf.c.o CMakeFiles/superlu_dist.dir/pdgstrf2.c.o CMakeFiles/superlu_dist.dir/pdgstrs.c.o CMakeFiles/superlu_dist.dir/pdgstrs1.c.o CMakeFiles/superlu_dist.dir/pdgstrs_lsum.c.o CMakeFiles/superlu_dist.dir/pdgstrs_Bglobal.c.o CMakeFiles/superlu_dist.dir/pdgsrfs.c.o CMakeFiles/superlu_dist.dir/pdgsmv.c.o CMakeFiles/superlu_dist.dir/pdgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist.dir/pdgsmv_AXglobal.c.o CMakeFiles/superlu_dist.dir/pdGetDiagU.c.o CMakeFiles/superlu_dist.dir/dcomplex_dist.c.o CMakeFiles/superlu_dist.dir/zlangs_dist.c.o CMakeFiles/superlu_dist.dir/zgsequ_dist.c.o CMakeFiles/superlu_dist.dir/zlaqgs_dist.c.o CMakeFiles/superlu_dist.dir/zutil_dist.c.o CMakeFiles/superlu_dist.dir/zmemory_dist.c.o CMakeFiles/superlu_dist.dir/zmyblas2_dist.c.o CMakeFiles/superlu_dist.dir/zsp_blas2_dist.c.o CMakeFiles/superlu_dist.dir/zsp_blas3_dist.c.o CMakeFiles/superlu_dist.dir/pzgssvx.c.o CMakeFiles/superlu_dist.dir/pzgssvx_ABglobal.c.o CMakeFiles/superlu_dist.dir/zreadhb.c.o CMakeFiles/superlu_dist.dir/zreadrb.c.o CMakeFiles/superlu_dist.dir/zreadtriple.c.o CMakeFiles/superlu_dist.dir/zreadtriple_noheader.c.o CMakeFiles/superlu_dist.dir/zbinary_io.c.o CMakeFiles/superlu_dist.dir/zreadMM.c.o CMakeFiles/superlu_dist.dir/pzgsequ.c.o CMakeFiles/superlu_dist.dir/pzlaqgs.c.o CMakeFiles/superlu_dist.dir/zldperm_dist.c.o CMakeFiles/superlu_dist.dir/pzlangs.c.o CMakeFiles/superlu_dist.dir/pzutil.c.o CMakeFiles/superlu_dist.dir/pzsymbfact_distdata.c.o CMakeFiles/superlu_dist.dir/zdistribute.c.o CMakeFiles/superlu_dist.dir/pzdistribute.c.o CMakeFiles/superlu_dist.dir/pzgstrf.c.o CMakeFiles/superlu_dist.dir/pzgstrf2.c.o CMakeFiles/superlu_dist.dir/pzgstrs.c.o CMakeFiles/superlu_dist.dir/pzgstrs1.c.o CMakeFiles/superlu_dist.dir/pzgstrs_lsum.c.o CMakeFiles/superlu_dist.dir/pzgstrs_Bglobal.c.o CMakeFiles/superlu_dist.dir/pzgsrfs.c.o CMakeFiles/superlu_dist.dir/pzgsmv.c.o CMakeFiles/superlu_dist.dir/pzgsrfs_ABXglobal.c.o CMakeFiles/superlu_dist.dir/pzgsmv_AXglobal.c.o CMakeFiles/superlu_dist.dir/pzGetDiagU.c.o -Wl,-rpath,::::::::::::::::::::::::::::::::::::::::::::::::::: -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -lm -lm /usr/bin/ranlib libsuperlu_dist.a make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [100%] Built target superlu_dist-static cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC && /usr/local/bin/cmake -E cmake_symlink_library libsuperlu_dist.so.6.2.0 libsuperlu_dist.so.6 libsuperlu_dist.so make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [100%] Built target superlu_dist make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles 0/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c: In function 'superlu_malloc_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c:127:104: warning: ignoring return value of 'posix_memalign', declared with attribute warn_unused_result [-Wunused-result] void * superlu_malloc_dist(size_t size) {void* ptr;int alignment=1<<12;if(size>1<<19){alignment=1<<21;}posix_memalign( (void**)&(ptr), alignment, size );return(ptr);} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c: In function 'superlu_malloc_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/memory.c:127:104: warning: ignoring return value of 'posix_memalign', declared with attribute warn_unused_result [-Wunused-result] void * superlu_malloc_dist(size_t size) {void* ptr;int alignment=1<<12;if(size>1<<19){alignment=1<<21;}posix_memalign( (void**)&(ptr), alignment, size );return(ptr);} ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c: In function 'dreadrb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:284:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:289:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:296:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:297:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:303:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:304:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:305:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:306:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:318:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:320:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:322:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:143:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c: In function 'dReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:164:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c: In function 'dreadhb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:121:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:125:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:133:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:134:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:140:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:141:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:142:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:143:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:155:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:157:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:159:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:161:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:257:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c: In function 'dReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:277:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c: In function 'dreadtriple_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c:52:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%d", m, n, nonz); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c:81:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf\n", &row[nz], &col[nz], &val[nz]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c: In function 'dreadrhs': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c:173:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%lf\n", &b[i]); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c: In function 'dreadtriple_noheader': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c:110:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf\n", &row[nz], &col[nz], &val[nz]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c: In function 'dreadhb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:121:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:125:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:133:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:134:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:140:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:141:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:142:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:143:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:155:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:157:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:159:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:161:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:257:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c: In function 'dReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadhb.c:277:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c: In function 'dreadrb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:284:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:289:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:296:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:297:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:303:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:304:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:305:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:306:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:318:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:320:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:322:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:143:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c: In function 'dReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadrb.c:164:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c: In function 'dread_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:9:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(n, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:10:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nnz, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:16:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*colptr, isize, (size_t) (*n + 1), fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:17:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*rowind, isize, (size_t) *nnz, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c: In function 'dwrite_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:31:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&n, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:32:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&nnz, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:33:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(colptr, isize, n+1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:34:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(rowind, isize, nnz, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c: In function 'dreadtriple_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c:52:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%d", m, n, nonz); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c:81:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf\n", &row[nz], &col[nz], &val[nz]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c: In function 'dreadrhs': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple.c:173:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%lf\n", &b[i]); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c: In function 'dreadtriple_noheader': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dreadtriple_noheader.c:110:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf\n", &row[nz], &col[nz], &val[nz]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c: In function 'dread_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:9:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(n, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:10:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nnz, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:16:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*colptr, isize, (size_t) (*n + 1), fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:17:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*rowind, isize, (size_t) *nnz, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c: In function 'dwrite_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:31:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&n, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:32:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&nnz, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:33:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(colptr, isize, n+1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/dbinary_io.c:34:7: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(rowind, isize, nnz, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c: In function 'zreadhb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:118:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:122:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:130:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:131:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:137:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:138:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:139:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:140:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:152:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:154:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:156:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:158:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:247:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c: In function 'zReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:271:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c: In function 'zreadrb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:292:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:297:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:304:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:305:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:311:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:312:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:313:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:314:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:326:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:328:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:330:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:142:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c: In function 'zReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:164:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c: In function 'zreadtriple_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c:51:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%d", m, n, nonz); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c:80:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf%lf\n", &row[nz], &col[nz], &val[nz].r, &val[nz].i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c: In function 'zreadrhs': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c:172:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%lf%lf\n", &(b[i].r), &(b[i].i)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c: In function 'zreadhb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:118:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:122:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:130:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:131:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:137:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:138:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:139:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:140:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:152:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:154:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:156:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:158:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:247:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c: In function 'zReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadhb.c:271:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c: In function 'zreadtriple_noheader': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c:109:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf%lf\n", &row[nz], &col[nz], &val[nz].r, &val[nz].i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c: In function 'zreadrb_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:292:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:297:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); buf[14] = 0; ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:304:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%3c", type); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:305:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%11c", buf); /* pad */ ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:311:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nrow = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:312:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *ncol = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:313:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); *nonz = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:314:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%14c", buf); tmp = atoi(buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:326:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:328:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%16c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:330:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%20c", buf); ^~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c: In function 'ReadVector': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:142:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c: In function 'zReadValues': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadrb.c:164:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, 100, fp); /* read a line at a time */ ^~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c: In function 'zread_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:9:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(n, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:10:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nnz, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:16:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*colptr, isize, (size_t) (*n + 1), fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:17:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*rowind, isize, (size_t) *nnz, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c: In function 'zwrite_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:31:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&n, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:32:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&nnz, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:33:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(colptr, isize, n+1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:34:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(rowind, isize, nnz, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c: In function 'zread_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:9:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(n, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:10:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(nnz, isize, 1, fp); ^~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:16:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*colptr, isize, (size_t) (*n + 1), fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:17:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(*rowind, isize, (size_t) *nnz, fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c: In function 'zwrite_binary': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:31:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&n, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:32:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(&nnz, isize, 1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:33:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(colptr, isize, n+1, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zbinary_io.c:34:5: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(rowind, isize, nnz, fp1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c: In function 'zreadtriple_noheader': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple_noheader.c:109:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf%lf\n", &row[nz], &col[nz], &val[nz].r, &val[nz].i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c: In function 'zreadtriple_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c:51:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%d", m, n, nonz); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c:80:2: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%d%d%lf%lf\n", &row[nz], &col[nz], &val[nz].r, &val[nz].i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c: In function 'zreadrhs': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC/zreadtriple.c:172:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%lf%lf\n", &(b[i].r), &(b[i].i)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/bin/cmake -S/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist -B/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles/progress.marks /usr/bin/make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist.dir/build.make SRC/CMakeFiles/superlu_dist.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Nothing to be done for 'SRC/CMakeFiles/superlu_dist.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [ 50%] Built target superlu_dist /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/depend make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/SRC/CMakeFiles/superlu_dist-static.dir/DependInfo.cmake --color= make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/bin/make -f SRC/CMakeFiles/superlu_dist-static.dir/build.make SRC/CMakeFiles/superlu_dist-static.dir/build make[2]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[2]: Nothing to be done for 'SRC/CMakeFiles/superlu_dist-static.dir/build'. make[2]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' [100%] Built target superlu_dist-static make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' /usr/local/bin/cmake -E cmake_progress_start /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build/CMakeFiles 0 /usr/bin/make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.superlu_dist/petsc-build' Install the project... /usr/local/bin/cmake -P cmake_install.cmake -- Install configuration: "" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/pkgconfig/superlu_dist.pc -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so.6.2.0 -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so.6 -- Set runtime path of "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so.6.2.0" to "/home/kongf/workhome/rod/moose/petsc/arch-moose/lib" -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.so -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.a -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_FCnames.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/cublas_utils.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/dcomplex.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/machines.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/psymbfact.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_defs.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_enum_consts.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/supermatrix.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/util_dist.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/colamd.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeBcast_slu.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeReduce_slu.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeBcast_slu_impl.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/TreeReduce_slu_impl.hpp -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_dist_config.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_FortranCInterface.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_ddefs.h -- Installing: /home/kongf/workhome/rod/moose/petsc/arch-moose/include/superlu_zdefs.h********End of Output of running make on SUPERLU_DIST ******* Checking for library in Download SUPERLU_DIST: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [set_default_options_dist] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char set_default_options_dist(); static void _check_set_default_options_dist() { set_default_options_dist(); } int main() { _check_set_default_options_dist();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lsuperlu_dist -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBSUPERLU_DIST" to "1" No functions to check for in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libsuperlu_dist.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Checking for headers Download SUPERLU_DIST: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkInclude from config.headers(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/headers.py:86) TESTING: checkInclude from config.headers(config/BuildSystem/config/headers.py:86) Checks if a particular include file can be found along particular include paths Checking for header files ['superlu_ddefs.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] Checking include with compiler flags var CXXPPFLAGS ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include', '/home/kongf/workhome/rod/moose/petsc/arch-moose/include', '/home/kongf/workhome/rod/moose/petsc/arch-moose/include', '/home/kongf/workhome/rod/mpich/include'] Preprocessing source: #include "confdefs.h" #include "conffix.h" #include Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/mpich/include /tmp/petsc-j17dx8h9/config.headers/conftest.cc Preprocess stderr before filtering:: Preprocess stderr after filtering:: Found header files ['superlu_ddefs.h'] in ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkVersion from config.packages.SuperLU_DIST(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.SuperLU_DIST(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version All intermediate test results are stored in /tmp/petsc-j17dx8h9/config.packages.SuperLU_DIST Preprocessing source: #include "confdefs.h" #include "conffix.h" #include "superlu_ddefs.h" ;petscpkgver(SUPERLU_DIST_MAJOR_VERSION.SUPERLU_DIST_MINOR_VERSION.SUPERLU_DIST_PATCH_VERSION); Executing: /home/kongf/workhome/rod/mpich/bin/mpicxx -E -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.packages.SuperLU_DIST -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include /tmp/petsc-j17dx8h9/config.packages.SuperLU_DIST/conftest.cc For superlu_dist need <= 6.2.0 <= ================================================================================ TEST checkSharedLibrary from config.packages.SuperLU_DIST(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.SuperLU_DIST(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.SuperLU_DIST 28.165233 ================================================================================ TEST alternateConfigureLibrary from config.packages.SuperLU(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.SuperLU(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.SuperLU 0.001220 ================================================================================ TEST alternateConfigureLibrary from config.packages.SuiteSparse(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.SuiteSparse(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.SuiteSparse 0.000894 ================================================================================ TEST alternateConfigureLibrary from config.packages.PaStiX(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.PaStiX(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.PaStiX 0.000804 ================================================================================ TEST checkDependencies from config.packages.scalapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.scalapack(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.scalapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.scalapack(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional scalapack Looking for SCALAPACK at git.scalapack, hg.scalapack or a directory starting with ['petsc-pkg-scalapack', 'scalapack'] Could not locate an existing copy of SCALAPACK: ['git.slepc', 'git.metis', 'git.parmetis', 'git.fblaslapack', 'scotch-v6.0.8', 'git.superlu_dist'] Downloading scalapack =============================================================================== Trying to download git://https://bitbucket.org/petsc/pkg-scalapack for SCALAPACK =============================================================================== Executing: git clone https://bitbucket.org/petsc/pkg-scalapack /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.scalapack Looking for SCALAPACK at git.scalapack, hg.scalapack or a directory starting with ['petsc-pkg-scalapack', 'scalapack'] Found a copy of SCALAPACK in git.scalapack Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'v2.0.2-p2^{commit}'] Executing: ['git', 'rev-parse', 'v2.0.2-p2'] stdout: bf5290f5d002fe43a6fc59f83730ff5141860380 Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', 'bf5290f5d002fe43a6fc59f83730ff5141860380'] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -V Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O -O0 /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.setCompilers/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O -mfp16-format=ieee /tmp/petsc-j17dx8h9/config.setCompilers/conftest.c Possible ERROR while running compiler: exit code 1 stderr: x86_64-conda_cos6-linux-gnu-gcc: error: unrecognized command line option '-mfp16-format=ieee' Source: #include "confdefs.h" #include "conffix.h" int main() { ; return 0; } Rejecting compiler flag -mfp16-format=ieee due to nonzero status from link Rejecting compiler flag -mfp16-format=ieee due to x86_64-conda_cos6-linux-gnu-gcc: error: unrecognized command line option '-mfp16-format=ieee' PETSc Error: No output file produced SCALAPACK was just downloaded, forcing a rebuild because cannot determine if package has changed Executing: cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.scalapack && /usr/bin/make -f Makefile.parallel cleanlib stdout: rm -f SRC/clamov.o SRC/dlamov.o SRC/slamov.o SRC/zlamov.o BLACS/SRC/igesd2d_.o BLACS/SRC/sgesd2d_.o BLACS/SRC/dgesd2d_.o BLACS/SRC/cgesd2d_.o BLACS/SRC/zgesd2d_.o BLACS/SRC/itrsd2d_.o BLACS/SRC/strsd2d_.o BLACS/SRC/dtrsd2d_.o BLACS/SRC/ctrsd2d_.o BLACS/SRC/ztrsd2d_.o BLACS/SRC/igerv2d_.o BLACS/SRC/sgerv2d_.o BLACS/SRC/dgerv2d_.o BLACS/SRC/cgerv2d_.o BLACS/SRC/zgerv2d_.o BLACS/SRC/itrrv2d_.o BLACS/SRC/strrv2d_.o BLACS/SRC/dtrrv2d_.o BLACS/SRC/ctrrv2d_.o BLACS/SRC/ztrrv2d_.o BLACS/SRC/igebs2d_.o BLACS/SRC/sgebs2d_.o BLACS/SRC/dgebs2d_.o BLACS/SRC/cgebs2d_.o BLACS/SRC/zgebs2d_.o BLACS/SRC/igebr2d_.o BLACS/SRC/sgebr2d_.o BLACS/SRC/dgebr2d_.o BLACS/SRC/cgebr2d_.o BLACS/SRC/zgebr2d_.o BLACS/SRC/itrbs2d_.o BLACS/SRC/strbs2d_.o BLACS/SRC/dtrbs2d_.o BLACS/SRC/ctrbs2d_.o BLACS/SRC/ztrbs2d_.o BLACS/SRC/itrbr2d_.o BLACS/SRC/strbr2d_.o BLACS/SRC/dtrbr2d_.o BLACS/SRC/ctrbr2d_.o BLACS/SRC/ztrbr2d_.o BLACS/SRC/igsum2d_.o BLACS/SRC/sgsum2d_.o BLACS/SRC/dgsum2d_.o BLACS/SRC/cgsum2d_.o BLACS/SRC/zgsum2d_.o BLACS/SRC/igamx2d_.o BLACS/SRC/sgamx2d_.o BLACS/SRC/dgamx2d_.o BLACS/SRC/cgamx2d_.o BLACS/SRC/zgamx2d_.o BLACS/SRC/igamn2d_.o BLACS/SRC/sgamn2d_.o BLACS/SRC/dgamn2d_.o BLACS/SRC/cgamn2d_.o BLACS/SRC/zgamn2d_.o BLACS/SRC/blacs_setup_.o BLACS/SRC/blacs_set_.o BLACS/SRC/blacs_get_.o BLACS/SRC/blacs_abort_.o BLACS/SRC/blacs_exit_.o BLACS/SRC/blacs_pnum_.o BLACS/SRC/blacs_pcoord_.o BLACS/SRC/ksendid_.o BLACS/SRC/krecvid_.o BLACS/SRC/kbsid_.o BLACS/SRC/kbrid_.o BLACS/SRC/dcputime00_.o BLACS/SRC/dwalltime00_.o BLACS/SRC/blacs_pinfo_.o BLACS/SRC/blacs_init_.o BLACS/SRC/blacs_map_.o BLACS/SRC/blacs_free_.o BLACS/SRC/blacs_grid_.o BLACS/SRC/blacs_info_.o BLACS/SRC/blacs_barr_.o BLACS/SRC/sys2blacs_.o BLACS/SRC/blacs2sys_.o BLACS/SRC/free_handle_.o BLACS/SRC/BI_Arecv.o BLACS/SRC/BI_ArgCheck.o BLACS/SRC/BI_Asend.o BLACS/SRC/BI_BeComb.o BLACS/SRC/BI_BlacsAbort.o BLACS/SRC/BI_BlacsErr.o BLACS/SRC/BI_BlacsWarn.o BLACS/SRC/BI_BuffIsFree.o BLACS/SRC/BI_ContxtNum.o BLACS/SRC/BI_EmergencyBuff.o BLACS/SRC/BI_GetBuff.o BLACS/SRC/BI_GetMpiGeType.o BLACS/SRC/BI_GetMpiTrType.o BLACS/SRC/BI_GlobalVars.o BLACS/SRC/BI_HypBR.o BLACS/SRC/BI_HypBS.o BLACS/SRC/BI_IdringBR.o BLACS/SRC/BI_IdringBS.o BLACS/SRC/BI_MpathBR.o BLACS/SRC/BI_MpathBS.o BLACS/SRC/BI_MringComb.o BLACS/SRC/BI_Pack.o BLACS/SRC/BI_Rsend.o BLACS/SRC/BI_Srecv.o BLACS/SRC/BI_SringBR.o BLACS/SRC/BI_SringBS.o BLACS/SRC/BI_Ssend.o BLACS/SRC/BI_TransDist.o BLACS/SRC/BI_TransUserComm.o BLACS/SRC/BI_TreeBR.o BLACS/SRC/BI_TreeBS.o BLACS/SRC/BI_TreeComb.o BLACS/SRC/BI_Unpack.o BLACS/SRC/BI_UpdateBuffs.o BLACS/SRC/BI_cMPI_amn.o BLACS/SRC/BI_cMPI_amn2.o BLACS/SRC/BI_cMPI_amx.o BLACS/SRC/BI_cMPI_amx2.o BLACS/SRC/BI_cMPI_sum.o BLACS/SRC/BI_cvvamn.o BLACS/SRC/BI_cvvamn2.o BLACS/SRC/BI_cvvamx.o BLACS/SRC/BI_cvvamx2.o BLACS/SRC/BI_cvvsum.o BLACS/SRC/BI_dMPI_amn.o BLACS/SRC/BI_dMPI_amn2.o BLACS/SRC/BI_dMPI_amx.o BLACS/SRC/BI_dMPI_amx2.o BLACS/SRC/BI_dmvcopy.o BLACS/SRC/BI_dvmcopy.o BLACS/SRC/BI_dvvamn.o BLACS/SRC/BI_dvvamn2.o BLACS/SRC/BI_dvvamx.o BLACS/SRC/BI_dvvamx2.o BLACS/SRC/BI_dvvsum.o BLACS/SRC/BI_iMPI_amn.o BLACS/SRC/BI_iMPI_amn2.o BLACS/SRC/BI_iMPI_amx.o BLACS/SRC/BI_iMPI_amx2.o BLACS/SRC/BI_imvcopy.o BLACS/SRC/BI_ivmcopy.o BLACS/SRC/BI_ivvamn.o BLACS/SRC/BI_ivvamn2.o BLACS/SRC/BI_ivvamx.o BLACS/SRC/BI_ivvamx2.o BLACS/SRC/BI_ivvsum.o BLACS/SRC/BI_sMPI_amn.o BLACS/SRC/BI_sMPI_amn2.o BLACS/SRC/BI_sMPI_amx.o BLACS/SRC/BI_sMPI_amx2.o BLACS/SRC/BI_smvcopy.o BLACS/SRC/BI_svmcopy.o BLACS/SRC/BI_svvamn.o BLACS/SRC/BI_svvamn2.o BLACS/SRC/BI_svvamx.o BLACS/SRC/BI_svvamx2.o BLACS/SRC/BI_svvsum.o BLACS/SRC/BI_zMPI_amn.o BLACS/SRC/BI_zMPI_amn2.o BLACS/SRC/BI_zMPI_amx.o BLACS/SRC/BI_zMPI_amx2.o BLACS/SRC/BI_zMPI_sum.o BLACS/SRC/BI_zvvamn.o BLACS/SRC/BI_zvvamn2.o BLACS/SRC/BI_zvvamx.o BLACS/SRC/BI_zvvamx2.o BLACS/SRC/BI_zvvsum.o PBLAS/SRC/pcagemv_.o PBLAS/SRC/pcahemv_.o PBLAS/SRC/pcamax_.o PBLAS/SRC/pcatrmv_.o PBLAS/SRC/pcaxpy_.o PBLAS/SRC/pccopy_.o PBLAS/SRC/pcdotc_.o PBLAS/SRC/pcdotu_.o PBLAS/SRC/pcgeadd_.o PBLAS/SRC/pcgemm_.o PBLAS/SRC/pcgemv_.o PBLAS/SRC/pcgerc_.o PBLAS/SRC/pcgeru_.o PBLAS/SRC/pchemm_.o PBLAS/SRC/pchemv_.o PBLAS/SRC/pcher2_.o PBLAS/SRC/pcher2k_.o PBLAS/SRC/pcher_.o PBLAS/SRC/pcherk_.o PBLAS/SRC/pcscal_.o PBLAS/SRC/pcsscal_.o PBLAS/SRC/pcswap_.o PBLAS/SRC/pcsymm_.o PBLAS/SRC/pcsyr2k_.o PBLAS/SRC/pcsyrk_.o PBLAS/SRC/pctradd_.o PBLAS/SRC/pctranc_.o PBLAS/SRC/pctranu_.o PBLAS/SRC/pctrmm_.o PBLAS/SRC/pctrmv_.o PBLAS/SRC/pctrsm_.o PBLAS/SRC/pctrsv_.o PBLAS/SRC/pdagemv_.o PBLAS/SRC/pdamax_.o PBLAS/SRC/pdasum_.o PBLAS/SRC/pdasymv_.o PBLAS/SRC/pdatrmv_.o PBLAS/SRC/pdaxpy_.o PBLAS/SRC/pdcopy_.o PBLAS/SRC/pddot_.o PBLAS/SRC/pdgeadd_.o PBLAS/SRC/pdgemm_.o PBLAS/SRC/pdgemv_.o PBLAS/SRC/pdger_.o PBLAS/SRC/pdnrm2_.o PBLAS/SRC/pdscal_.o PBLAS/SRC/pdswap_.o PBLAS/SRC/pdsymm_.o PBLAS/SRC/pdsymv_.o PBLAS/SRC/pdsyr2_.o PBLAS/SRC/pdsyr2k_.o PBLAS/SRC/pdsyr_.o PBLAS/SRC/pdsyrk_.o PBLAS/SRC/pdtradd_.o PBLAS/SRC/pdtran_.o PBLAS/SRC/pdtrmm_.o PBLAS/SRC/pdtrmv_.o PBLAS/SRC/pdtrsm_.o PBLAS/SRC/pdtrsv_.o PBLAS/SRC/pdzasum_.o PBLAS/SRC/pdznrm2_.o PBLAS/SRC/picopy_.o PBLAS/SRC/pilaenv.o PBLAS/SRC/psagemv_.o PBLAS/SRC/psamax_.o PBLAS/SRC/psasum_.o PBLAS/SRC/psasymv_.o PBLAS/SRC/psatrmv_.o PBLAS/SRC/psaxpy_.o PBLAS/SRC/pscasum_.o PBLAS/SRC/pscnrm2_.o PBLAS/SRC/pscopy_.o PBLAS/SRC/psdot_.o PBLAS/SRC/psgeadd_.o PBLAS/SRC/psgemm_.o PBLAS/SRC/psgemv_.o PBLAS/SRC/psger_.o PBLAS/SRC/psnrm2_.o PBLAS/SRC/psscal_.o PBLAS/SRC/psswap_.o PBLAS/SRC/pssymm_.o PBLAS/SRC/pssymv_.o PBLAS/SRC/pssyr2_.o PBLAS/SRC/pssyr2k_.o PBLAS/SRC/pssyr_.o PBLAS/SRC/pssyrk_.o PBLAS/SRC/pstradd_.o PBLAS/SRC/pstran_.o PBLAS/SRC/pstrmm_.o PBLAS/SRC/pstrmv_.o PBLAS/SRC/pstrsm_.o PBLAS/SRC/pstrsv_.o PBLAS/SRC/pzagemv_.o PBLAS/SRC/pzahemv_.o PBLAS/SRC/pzamax_.o PBLAS/SRC/pzatrmv_.o PBLAS/SRC/pzaxpy_.o PBLAS/SRC/pzcopy_.o PBLAS/SRC/pzdotc_.o PBLAS/SRC/pzdotu_.o PBLAS/SRC/pzdscal_.o PBLAS/SRC/pzgeadd_.o PBLAS/SRC/pzgemm_.o PBLAS/SRC/pzgemv_.o PBLAS/SRC/pzgerc_.o PBLAS/SRC/pzgeru_.o PBLAS/SRC/pzhemm_.o PBLAS/SRC/pzhemv_.o PBLAS/SRC/pzher2_.o PBLAS/SRC/pzher2k_.o PBLAS/SRC/pzher_.o PBLAS/SRC/pzherk_.o PBLAS/SRC/pzscal_.o PBLAS/SRC/pzswap_.o PBLAS/SRC/pzsymm_.o PBLAS/SRC/pzsyr2k_.o PBLAS/SRC/pzsyrk_.o PBLAS/SRC/pztradd_.o PBLAS/SRC/pztranc_.o PBLAS/SRC/pztranu_.o PBLAS/SRC/pztrmm_.o PBLAS/SRC/pztrmv_.o PBLAS/SRC/pztrsm_.o PBLAS/SRC/pztrsv_.o REDIST/SRC/pcgemr.o REDIST/SRC/pcgemr2.o REDIST/SRC/pctrmr.o REDIST/SRC/pctrmr2.o REDIST/SRC/pdgemr.o REDIST/SRC/pdgemr2.o REDIST/SRC/pdtrmr.o REDIST/SRC/pdtrmr2.o REDIST/SRC/pgemraux.o REDIST/SRC/pigemr.o REDIST/SRC/pigemr2.o REDIST/SRC/pitrmr.o REDIST/SRC/pitrmr2.o REDIST/SRC/psgemr.o REDIST/SRC/psgemr2.o REDIST/SRC/pstrmr.o REDIST/SRC/pstrmr2.o REDIST/SRC/pzgemr.o REDIST/SRC/pzgemr2.o REDIST/SRC/pztrmr.o REDIST/SRC/pztrmr2.o SRC/bdlaapp.o SRC/bdlaexc.o SRC/bdtrexc.o SRC/bslaapp.o SRC/bslaexc.o SRC/bstrexc.o SRC/cdbtf2.o SRC/cdbtrf.o SRC/cdttrf.o SRC/cdttrsv.o SRC/clahqr2.o SRC/clamsh.o SRC/clanv2.o SRC/claref.o SRC/cpttrsv.o SRC/csteqr2.o SRC/ctrmvt.o SRC/ddbtf2.o SRC/ddbtrf.o SRC/ddttrf.o SRC/ddttrsv.o SRC/dlamsh.o SRC/dlapst.o SRC/dlaqr6.o SRC/dlar1va.o SRC/dlaref.o SRC/dlarrb2.o SRC/dlarrd2.o SRC/dlarre2.o SRC/dlarre2a.o SRC/dlarrf2.o SRC/dlarrv2.o SRC/dlasorte.o SRC/dlasrt2.o SRC/dpttrsv.o SRC/dstegr2.o SRC/dstegr2a.o SRC/dstegr2b.o SRC/dstein2.o SRC/dsteqr2.o SRC/dtrmvt.o SRC/getpbbuf.o SRC/pbchkvect.o SRC/pcdbsv.o SRC/pcdbtrf.o SRC/pcdbtrs.o SRC/pcdbtrsv.o SRC/pcdtsv.o SRC/pcdttrf.o SRC/pcdttrs.o SRC/pcdttrsv.o SRC/pcgbsv.o SRC/pcgbtrf.o SRC/pcgbtrs.o SRC/pcgebd2.o SRC/pcgebrd.o SRC/pcgecon.o SRC/pcgeequ.o SRC/pcgehd2.o SRC/pcgehrd.o SRC/pcgelq2.o SRC/pcgelqf.o SRC/pcgels.o SRC/pcgeql2.o SRC/pcgeqlf.o SRC/pcgeqpf.o SRC/pcgeqr2.o SRC/pcgeqrf.o SRC/pcgerfs.o SRC/pcgerq2.o SRC/pcgerqf.o SRC/pcgesv.o SRC/pcgesvd.o SRC/pcgesvx.o SRC/pcgetf2.o SRC/pcgetrf.o SRC/pcgetri.o SRC/pcgetrs.o SRC/pcggqrf.o SRC/pcggrqf.o SRC/pcheev.o SRC/pcheevd.o SRC/pcheevr.o SRC/pcheevx.o SRC/pchegs2.o SRC/pchegst.o SRC/pchegvx.o SRC/pchengst.o SRC/pchentrd.o SRC/pchetd2.o SRC/pchetrd.o SRC/pchettrd.o SRC/pclabrd.o SRC/pclacgv.o SRC/pclacon.o SRC/pclaconsb.o SRC/pclacp2.o SRC/pclacp3.o SRC/pclacpy.o SRC/pclaevswp.o SRC/pclahqr.o SRC/pclahrd.o SRC/pclamr1d.o SRC/pclange.o SRC/pclanhe.o SRC/pclanhs.o SRC/pclansy.o SRC/pclantr.o SRC/pclapiv.o SRC/pclapv2.o SRC/pclaqge.o SRC/pclaqsy.o SRC/pclarf.o SRC/pclarfb.o SRC/pclarfc.o SRC/pclarfg.o SRC/pclarft.o SRC/pclarz.o SRC/pclarzb.o SRC/pclarzc.o SRC/pclarzt.o SRC/pclascl.o SRC/pclase2.o SRC/pclaset.o SRC/pclasmsub.o SRC/pclassq.o SRC/pclaswp.o SRC/pclatra.o SRC/pclatrd.o SRC/pclatrs.o SRC/pclatrz.o SRC/pclattrs.o SRC/pclauu2.o SRC/pclauum.o SRC/pclawil.o SRC/pcmax1.o SRC/pcpbsv.o SRC/pcpbtrf.o SRC/pcpbtrs.o SRC/pcpbtrsv.o SRC/pcpocon.o SRC/pcpoequ.o SRC/pcporfs.o SRC/pcposv.o SRC/pcposvx.o SRC/pcpotf2.o SRC/pcpotrf.o SRC/pcpotri.o SRC/pcpotrs.o SRC/pcptsv.o SRC/pcpttrf.o SRC/pcpttrs.o SRC/pcpttrsv.o SRC/pcrot.o SRC/pcsrscl.o SRC/pcstein.o SRC/pctrcon.o SRC/pctrevc.o SRC/pctrrfs.o SRC/pctrti2.o SRC/pctrtri.o SRC/pctrtrs.o SRC/pctzrzf.o SRC/pcung2l.o SRC/pcung2r.o SRC/pcungl2.o SRC/pcunglq.o SRC/pcungql.o SRC/pcungqr.o SRC/pcungr2.o SRC/pcungrq.o SRC/pcunm2l.o SRC/pcunm2r.o SRC/pcunmbr.o SRC/pcunmhr.o SRC/pcunml2.o SRC/pcunmlq.o SRC/pcunmql.o SRC/pcunmqr.o SRC/pcunmr2.o SRC/pcunmr3.o SRC/pcunmrq.o SRC/pcunmrz.o SRC/pcunmtr.o SRC/pddbsv.o SRC/pddbtrf.o SRC/pddbtrs.o SRC/pddbtrsv.o SRC/pddtsv.o SRC/pddttrf.o SRC/pddttrs.o SRC/pddttrsv.o SRC/pdgbsv.o SRC/pdgbtrf.o SRC/pdgbtrs.o SRC/pdgebal.o SRC/pdgebd2.o SRC/pdgebrd.o SRC/pdgecon.o SRC/pdgeequ.o SRC/pdgehd2.o SRC/pdgehrd.o SRC/pdgelq2.o SRC/pdgelqf.o SRC/pdgels.o SRC/pdgeql2.o SRC/pdgeqlf.o SRC/pdgeqpf.o SRC/pdgeqr2.o SRC/pdgeqrf.o SRC/pdgerfs.o SRC/pdgerq2.o SRC/pdgerqf.o SRC/pdgesv.o SRC/pdgesvd.o SRC/pdgesvx.o SRC/pdgetf2.o SRC/pdgetrf.o SRC/pdgetri.o SRC/pdgetrs.o SRC/pdggqrf.o SRC/pdggrqf.o SRC/pdhseqr.o SRC/pdlabad.o SRC/pdlabrd.o SRC/pdlacon.o SRC/pdlaconsb.o SRC/pdlacp2.o SRC/pdlacp3.o SRC/pdlacpy.o SRC/pdlaed0.o SRC/pdlaed1.o SRC/pdlaed2.o SRC/pdlaed3.o SRC/pdlaedz.o SRC/pdlaevswp.o SRC/pdlahqr.o SRC/pdlahrd.o SRC/pdlaiect.o SRC/pdlamch.o SRC/pdlamr1d.o SRC/pdlamve.o SRC/pdlange.o SRC/pdlanhs.o SRC/pdlansy.o SRC/pdlantr.o SRC/pdlapiv.o SRC/pdlapv2.o SRC/pdlaqge.o SRC/pdlaqr0.o SRC/pdlaqr1.o SRC/pdlaqr2.o SRC/pdlaqr3.o SRC/pdlaqr4.o SRC/pdlaqr5.o SRC/pdlaqsy.o SRC/pdlared1d.o SRC/pdlared2d.o SRC/pdlarf.o SRC/pdlarfb.o SRC/pdlarfg.o SRC/pdlarft.o SRC/pdlarz.o SRC/pdlarzb.o SRC/pdlarzt.o SRC/pdlascl.o SRC/pdlase2.o SRC/pdlaset.o SRC/pdlasmsub.o SRC/pdlasrt.o SRC/pdlassq.o SRC/pdlaswp.o SRC/pdlatra.o SRC/pdlatrd.o SRC/pdlatrs.o SRC/pdlatrz.o SRC/pdlauu2.o SRC/pdlauum.o SRC/pdlawil.o SRC/pdorg2l.o SRC/pdorg2r.o SRC/pdorgl2.o SRC/pdorglq.o SRC/pdorgql.o SRC/pdorgqr.o SRC/pdorgr2.o SRC/pdorgrq.o SRC/pdorm2l.o SRC/pdorm2r.o SRC/pdormbr.o SRC/pdormhr.o SRC/pdorml2.o SRC/pdormlq.o SRC/pdormql.o SRC/pdormqr.o SRC/pdormr2.o SRC/pdormr3.o SRC/pdormrq.o SRC/pdormrz.o SRC/pdormtr.o SRC/pdpbsv.o SRC/pdpbtrf.o SRC/pdpbtrs.o SRC/pdpbtrsv.o SRC/pdpocon.o SRC/pdpoequ.o SRC/pdporfs.o SRC/pdposv.o SRC/pdposvx.o SRC/pdpotf2.o SRC/pdpotrf.o SRC/pdpotri.o SRC/pdpotrs.o SRC/pdptsv.o SRC/pdpttrf.o SRC/pdpttrs.o SRC/pdpttrsv.o SRC/pdrot.o SRC/pdrscl.o SRC/pdstebz.o SRC/pdstedc.o SRC/pdstein.o SRC/pdsyev.o SRC/pdsyevd.o SRC/pdsyevr.o SRC/pdsyevx.o SRC/pdsygs2.o SRC/pdsygst.o SRC/pdsygvx.o SRC/pdsyngst.o SRC/pdsyntrd.o SRC/pdsytd2.o SRC/pdsytrd.o SRC/pdsyttrd.o SRC/pdtrcon.o SRC/pdtrord.o SRC/pdtrrfs.o SRC/pdtrsen.o SRC/pdtrti2.o SRC/pdtrtri.o SRC/pdtrtrs.o SRC/pdtzrzf.o SRC/pdzsum1.o SRC/pilaenvx.o SRC/pilaver.o SRC/piparmq.o SRC/pjlaenv.o SRC/pmpcol.o SRC/pmpim2.o SRC/pscsum1.o SRC/psdbsv.o SRC/psdbtrf.o SRC/psdbtrs.o SRC/psdbtrsv.o SRC/psdtsv.o SRC/psdttrf.o SRC/psdttrs.o SRC/psdttrsv.o SRC/psgbsv.o SRC/psgbtrf.o SRC/psgbtrs.o SRC/psgebal.o SRC/psgebd2.o SRC/psgebrd.o SRC/psgecon.o SRC/psgeequ.o SRC/psgehd2.o SRC/psgehrd.o SRC/psgelq2.o SRC/psgelqf.o SRC/psgels.o SRC/psgeql2.o SRC/psgeqlf.o SRC/psgeqpf.o SRC/psgeqr2.o SRC/psgeqrf.o SRC/psgerfs.o SRC/psgerq2.o SRC/psgerqf.o SRC/psgesv.o SRC/psgesvd.o SRC/psgesvx.o SRC/psgetf2.o SRC/psgetrf.o SRC/psgetri.o SRC/psgetrs.o SRC/psggqrf.o SRC/psggrqf.o SRC/pshseqr.o SRC/pslabad.o SRC/pslabrd.o SRC/pslacon.o SRC/pslaconsb.o SRC/pslacp2.o SRC/pslacp3.o SRC/pslacpy.o SRC/pslaed0.o SRC/pslaed1.o SRC/pslaed2.o SRC/pslaed3.o SRC/pslaedz.o SRC/pslaevswp.o SRC/pslahqr.o SRC/pslahrd.o SRC/pslaiect.o SRC/pslamch.o SRC/pslamr1d.o SRC/pslamve.o SRC/pslange.o SRC/pslanhs.o SRC/pslansy.o SRC/pslantr.o SRC/pslapiv.o SRC/pslapv2.o SRC/pslaqge.o SRC/pslaqr0.o SRC/pslaqr1.o SRC/pslaqr2.o SRC/pslaqr3.o SRC/pslaqr4.o SRC/pslaqr5.o SRC/pslaqsy.o SRC/pslared1d.o SRC/pslared2d.o SRC/pslarf.o SRC/pslarfb.o SRC/pslarfg.o SRC/pslarft.o SRC/pslarz.o SRC/pslarzb.o SRC/pslarzt.o SRC/pslascl.o SRC/pslase2.o SRC/pslaset.o SRC/pslasmsub.o SRC/pslasrt.o SRC/pslassq.o SRC/pslaswp.o SRC/pslatra.o SRC/pslatrd.o SRC/pslatrs.o SRC/pslatrz.o SRC/pslauu2.o SRC/pslauum.o SRC/pslawil.o SRC/psorg2l.o SRC/psorg2r.o SRC/psorgl2.o SRC/psorglq.o SRC/psorgql.o SRC/psorgqr.o SRC/psorgr2.o SRC/psorgrq.o SRC/psorm2l.o SRC/psorm2r.o SRC/psormbr.o SRC/psormhr.o SRC/psorml2.o SRC/psormlq.o SRC/psormql.o SRC/psormqr.o SRC/psormr2.o SRC/psormr3.o SRC/psormrq.o SRC/psormrz.o SRC/psormtr.o SRC/pspbsv.o SRC/pspbtrf.o SRC/pspbtrs.o SRC/pspbtrsv.o SRC/pspocon.o SRC/pspoequ.o SRC/psporfs.o SRC/psposv.o SRC/psposvx.o SRC/pspotf2.o SRC/pspotrf.o SRC/pspotri.o SRC/pspotrs.o SRC/psptsv.o SRC/pspttrf.o SRC/pspttrs.o SRC/pspttrsv.o SRC/psrot.o SRC/psrscl.o SRC/psstebz.o SRC/psstedc.o SRC/psstein.o SRC/pssyev.o SRC/pssyevd.o SRC/pssyevr.o SRC/pssyevx.o SRC/pssygs2.o SRC/pssygst.o SRC/pssygvx.o SRC/pssyngst.o SRC/pssyntrd.o SRC/pssytd2.o SRC/pssytrd.o SRC/pssyttrd.o SRC/pstrcon.o SRC/pstrord.o SRC/pstrrfs.o SRC/pstrsen.o SRC/pstrti2.o SRC/pstrtri.o SRC/pstrtrs.o SRC/pstzrzf.o SRC/pzaxpy.o SRC/pzdbsv.o SRC/pzdbtrf.o SRC/pzdbtrs.o SRC/pzdbtrsv.o SRC/pzdotc.o SRC/pzdotu.o SRC/pzdrscl.o SRC/pzdtsv.o SRC/pzdttrf.o SRC/pzdttrs.o SRC/pzdttrsv.o SRC/pzgbsv.o SRC/pzgbtrf.o SRC/pzgbtrs.o SRC/pzgebd2.o SRC/pzgebrd.o SRC/pzgecon.o SRC/pzgeequ.o SRC/pzgehd2.o SRC/pzgehrd.o SRC/pzgelq2.o SRC/pzgelqf.o SRC/pzgels.o SRC/pzgeql2.o SRC/pzgeqlf.o SRC/pzgeqpf.o SRC/pzgeqr2.o SRC/pzgeqrf.o SRC/pzgerfs.o SRC/pzgerq2.o SRC/pzgerqf.o SRC/pzgesv.o SRC/pzgesvd.o SRC/pzgesvx.o SRC/pzgetf2.o SRC/pzgetrf.o SRC/pzgetri.o SRC/pzgetrs.o SRC/pzggqrf.o SRC/pzggrqf.o SRC/pzheev.o SRC/pzheevd.o SRC/pzheevr.o SRC/pzheevx.o SRC/pzhegs2.o SRC/pzhegst.o SRC/pzhegvx.o SRC/pzhengst.o SRC/pzhentrd.o SRC/pzhetd2.o SRC/pzhetrd.o SRC/pzhettrd.o SRC/pzlabrd.o SRC/pzlacgv.o SRC/pzlacon.o SRC/pzlaconsb.o SRC/pzlacp2.o SRC/pzlacp3.o SRC/pzlacpy.o SRC/pzlaevswp.o SRC/pzlahqr.o SRC/pzlahrd.o SRC/pzlamr1d.o SRC/pzlange.o SRC/pzlanhe.o SRC/pzlanhs.o SRC/pzlansy.o SRC/pzlantr.o SRC/pzlapiv.o SRC/pzlapv2.o SRC/pzlaqge.o SRC/pzlaqsy.o SRC/pzlarf.o SRC/pzlarfb.o SRC/pzlarfc.o SRC/pzlarfg.o SRC/pzlarft.o SRC/pzlarz.o SRC/pzlarzb.o SRC/pzlarzc.o SRC/pzlarzt.o SRC/pzlascl.o SRC/pzlase2.o SRC/pzlaset.o SRC/pzlasmsub.o SRC/pzlassq.o SRC/pzlaswp.o SRC/pzlatra.o SRC/pzlatrd.o SRC/pzlatrs.o SRC/pzlatrz.o SRC/pzlattrs.o SRC/pzlauu2.o SRC/pzlauum.o SRC/pzlawil.o SRC/pzmax1.o SRC/pzpbsv.o SRC/pzpbtrf.o SRC/pzpbtrs.o SRC/pzpbtrsv.o SRC/pzpocon.o SRC/pzpoequ.o SRC/pzporfs.o SRC/pzposv.o SRC/pzposvx.o SRC/pzpotf2.o SRC/pzpotrf.o SRC/pzpotri.o SRC/pzpotrs.o SRC/pzptsv.o SRC/pzpttrf.o SRC/pzpttrs.o SRC/pzpttrsv.o SRC/pzrot.o SRC/pzstein.o SRC/pztrcon.o SRC/pztrevc.o SRC/pztrrfs.o SRC/pztrti2.o SRC/pztrtri.o SRC/pztrtrs.o SRC/pztzrzf.o SRC/pzung2l.o SRC/pzung2r.o SRC/pzungl2.o SRC/pzunglq.o SRC/pzungql.o SRC/pzungqr.o SRC/pzungr2.o SRC/pzungrq.o SRC/pzunm2l.o SRC/pzunm2r.o SRC/pzunmbr.o SRC/pzunmhr.o SRC/pzunml2.o SRC/pzunmlq.o SRC/pzunmql.o SRC/pzunmqr.o SRC/pzunmr2.o SRC/pzunmr3.o SRC/pzunmrq.o SRC/pzunmrz.o SRC/pzunmtr.o SRC/sdbtf2.o SRC/sdbtrf.o SRC/sdttrf.o SRC/sdttrsv.o SRC/slamsh.o SRC/slapst.o SRC/slaqr6.o SRC/slar1va.o SRC/slaref.o SRC/slarrb2.o SRC/slarrd2.o SRC/slarre2.o SRC/slarre2a.o SRC/slarrf2.o SRC/slarrv2.o SRC/slasorte.o SRC/slasrt2.o SRC/spttrsv.o SRC/sstegr2.o SRC/sstegr2a.o SRC/sstegr2b.o SRC/sstein2.o SRC/ssteqr2.o SRC/strmvt.o SRC/zdbtf2.o SRC/zdbtrf.o SRC/zdttrf.o SRC/zdttrsv.o SRC/zlahqr2.o SRC/zlamsh.o SRC/zlanv2.o SRC/zlaref.o SRC/zpttrsv.o SRC/zsteqr2.o SRC/ztrmvt.o TOOLS/LAPACK/clagge.o TOOLS/LAPACK/claghe.o TOOLS/LAPACK/clagsy.o TOOLS/LAPACK/clarnd.o TOOLS/LAPACK/clarnv.o TOOLS/LAPACK/clarot.o TOOLS/LAPACK/clatm1.o TOOLS/LAPACK/clatms.o TOOLS/LAPACK/dlagge.o TOOLS/LAPACK/dlagsy.o TOOLS/LAPACK/dlaran.o TOOLS/LAPACK/dlarnd.o TOOLS/LAPACK/dlarot.o TOOLS/LAPACK/dlatm1.o TOOLS/LAPACK/dlatms.o TOOLS/LAPACK/icopy.o TOOLS/LAPACK/slagge.o TOOLS/LAPACK/slagsy.o TOOLS/LAPACK/slaran.o TOOLS/LAPACK/slarnd.o TOOLS/LAPACK/slarot.o TOOLS/LAPACK/slatm1.o TOOLS/LAPACK/slatms.o TOOLS/LAPACK/zlagge.o TOOLS/LAPACK/zlaghe.o TOOLS/LAPACK/zlagsy.o TOOLS/LAPACK/zlarnd.o TOOLS/LAPACK/zlarnv.o TOOLS/LAPACK/zlarot.o TOOLS/LAPACK/zlatm1.o TOOLS/LAPACK/zlatms.o TOOLS/SL_gridreshape.o TOOLS/SL_init.o TOOLS/ccdotc.o TOOLS/ccdotu.o TOOLS/chk1mat.o TOOLS/clatcpy.o TOOLS/cmatadd.o TOOLS/dddot.o TOOLS/desc_convert.o TOOLS/descinit.o TOOLS/descset.o TOOLS/dlatcpy.o TOOLS/dmatadd.o TOOLS/dsasum.o TOOLS/dscasum.o TOOLS/dscnrm2.o TOOLS/dsnrm2.o TOOLS/iceil.o TOOLS/ilacpy.o TOOLS/ilcm.o TOOLS/indxg2l.o TOOLS/indxg2p.o TOOLS/indxl2g.o TOOLS/infog1l.o TOOLS/infog2l.o TOOLS/npreroc.o TOOLS/numroc.o TOOLS/pcchekpad.o TOOLS/pccol2row.o TOOLS/pcelget.o TOOLS/pcelset.o TOOLS/pcelset2.o TOOLS/pcfillpad.o TOOLS/pchkxmat.o TOOLS/pclaprnt.o TOOLS/pclaread.o TOOLS/pclawrite.o TOOLS/pcmatadd.o TOOLS/pcrow2col.o TOOLS/pctreecomb.o TOOLS/pdchekpad.o TOOLS/pdcol2row.o TOOLS/pdelget.o TOOLS/pdelset.o TOOLS/pdelset2.o TOOLS/pdfillpad.o TOOLS/pdlaprnt.o TOOLS/pdlaread.o TOOLS/pdlawrite.o TOOLS/pdmatadd.o TOOLS/pdrow2col.o TOOLS/pdtreecomb.o TOOLS/pichekpad.o TOOLS/picol2row.o TOOLS/pielget.o TOOLS/pielset.o TOOLS/pielset2.o TOOLS/pifillpad.o TOOLS/pilaprnt.o TOOLS/pirow2col.o TOOLS/pitreecomb.o TOOLS/pschekpad.o TOOLS/pscol2row.o TOOLS/pselget.o TOOLS/pselset.o TOOLS/pselset2.o TOOLS/psfillpad.o TOOLS/pslaprnt.o TOOLS/pslaread.o TOOLS/pslawrite.o TOOLS/psmatadd.o TOOLS/psrow2col.o TOOLS/pstreecomb.o TOOLS/pzchekpad.o TOOLS/pzcol2row.o TOOLS/pzelget.o TOOLS/pzelset.o TOOLS/pzelset2.o TOOLS/pzfillpad.o TOOLS/pzlaprnt.o TOOLS/pzlaread.o TOOLS/pzlawrite.o TOOLS/pzmatadd.o TOOLS/pzrow2col.o TOOLS/pztreecomb.o TOOLS/reshape.o TOOLS/slatcpy.o TOOLS/sltimer.o TOOLS/smatadd.o TOOLS/ssdot.o TOOLS/zlatcpy.o TOOLS/zmatadd.o TOOLS/zzdotc.o TOOLS/zzdotu.o PBLAS/SRC/PBBLAS/pbcmatadd.o PBLAS/SRC/PBBLAS/pbctran.o PBLAS/SRC/PBBLAS/pbctrget.o PBLAS/SRC/PBBLAS/pbctrnv.o PBLAS/SRC/PBBLAS/pbctrsrt.o PBLAS/SRC/PBBLAS/pbctrst1.o PBLAS/SRC/PBBLAS/pbcvecadd.o PBLAS/SRC/PBBLAS/pbdmatadd.o PBLAS/SRC/PBBLAS/pbdtran.o PBLAS/SRC/PBBLAS/pbdtrget.o PBLAS/SRC/PBBLAS/pbdtrnv.o PBLAS/SRC/PBBLAS/pbdtrsrt.o PBLAS/SRC/PBBLAS/pbdtrst1.o PBLAS/SRC/PBBLAS/pbdvecadd.o PBLAS/SRC/PBBLAS/pbsmatadd.o PBLAS/SRC/PBBLAS/pbstran.o PBLAS/SRC/PBBLAS/pbstrget.o PBLAS/SRC/PBBLAS/pbstrnv.o PBLAS/SRC/PBBLAS/pbstrsrt.o PBLAS/SRC/PBBLAS/pbstrst1.o PBLAS/SRC/PBBLAS/pbsvecadd.o PBLAS/SRC/PBBLAS/pbzmatadd.o PBLAS/SRC/PBBLAS/pbztran.o PBLAS/SRC/PBBLAS/pbztrget.o PBLAS/SRC/PBBLAS/pbztrnv.o PBLAS/SRC/PBBLAS/pbztrsrt.o PBLAS/SRC/PBBLAS/pbztrst1.o PBLAS/SRC/PBBLAS/pbzvecadd.o PBLAS/SRC/PTOOLS/PB_CGatherV.o PBLAS/SRC/PTOOLS/PB_CInOutV.o PBLAS/SRC/PTOOLS/PB_CInOutV2.o PBLAS/SRC/PTOOLS/PB_CInV.o PBLAS/SRC/PTOOLS/PB_CInV2.o PBLAS/SRC/PTOOLS/PB_COutV.o PBLAS/SRC/PTOOLS/PB_CScatterV.o PBLAS/SRC/PTOOLS/PB_CVMcontig.o PBLAS/SRC/PTOOLS/PB_CVMinit.o PBLAS/SRC/PTOOLS/PB_CVMloc.o PBLAS/SRC/PTOOLS/PB_CVMnpq.o PBLAS/SRC/PTOOLS/PB_CVMpack.o PBLAS/SRC/PTOOLS/PB_CVMswp.o PBLAS/SRC/PTOOLS/PB_CVMupdate.o PBLAS/SRC/PTOOLS/PB_Cabort.o PBLAS/SRC/PTOOLS/PB_Cainfog2l.o PBLAS/SRC/PTOOLS/PB_CargFtoC.o PBLAS/SRC/PTOOLS/PB_Cbinfo.o PBLAS/SRC/PTOOLS/PB_Cchkmat.o PBLAS/SRC/PTOOLS/PB_Cchkvec.o PBLAS/SRC/PTOOLS/PB_Cconjg.o PBLAS/SRC/PTOOLS/PB_Cctypeset.o PBLAS/SRC/PTOOLS/PB_Cdescribe.o PBLAS/SRC/PTOOLS/PB_Cdescset.o PBLAS/SRC/PTOOLS/PB_Cdtypeset.o PBLAS/SRC/PTOOLS/PB_Cfirstnb.o PBLAS/SRC/PTOOLS/PB_Cg2lrem.o PBLAS/SRC/PTOOLS/PB_Cgcd.o PBLAS/SRC/PTOOLS/PB_Cgetbuf.o PBLAS/SRC/PTOOLS/PB_Cindxg2p.o PBLAS/SRC/PTOOLS/PB_Cinfog2l.o PBLAS/SRC/PTOOLS/PB_Citypeset.o PBLAS/SRC/PTOOLS/PB_Clastnb.o PBLAS/SRC/PTOOLS/PB_Clcm.o PBLAS/SRC/PTOOLS/PB_Cmalloc.o PBLAS/SRC/PTOOLS/PB_Cnnxtroc.o PBLAS/SRC/PTOOLS/PB_Cnpreroc.o PBLAS/SRC/PTOOLS/PB_Cnumroc.o PBLAS/SRC/PTOOLS/PB_Cpaxpby.o PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.o PBLAS/SRC/PTOOLS/PB_CpaxpbyND.o PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.o PBLAS/SRC/PTOOLS/PB_Cpdot11.o PBLAS/SRC/PTOOLS/PB_CpdotND.o PBLAS/SRC/PTOOLS/PB_CpdotNN.o PBLAS/SRC/PTOOLS/PB_Cpgeadd.o PBLAS/SRC/PTOOLS/PB_CpgemmAB.o PBLAS/SRC/PTOOLS/PB_CpgemmAC.o PBLAS/SRC/PTOOLS/PB_CpgemmBC.o PBLAS/SRC/PTOOLS/PB_Cplacnjg.o PBLAS/SRC/PTOOLS/PB_Cplapad.o PBLAS/SRC/PTOOLS/PB_Cplapd2.o PBLAS/SRC/PTOOLS/PB_Cplaprnt.o PBLAS/SRC/PTOOLS/PB_Cplasca2.o PBLAS/SRC/PTOOLS/PB_Cplascal.o PBLAS/SRC/PTOOLS/PB_CpswapND.o PBLAS/SRC/PTOOLS/PB_CpswapNN.o PBLAS/SRC/PTOOLS/PB_Cpsym.o PBLAS/SRC/PTOOLS/PB_CpsymmAB.o PBLAS/SRC/PTOOLS/PB_CpsymmBC.o PBLAS/SRC/PTOOLS/PB_Cpsyr.o PBLAS/SRC/PTOOLS/PB_Cpsyr2.o PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.o PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.o PBLAS/SRC/PTOOLS/PB_CpsyrkA.o PBLAS/SRC/PTOOLS/PB_CpsyrkAC.o PBLAS/SRC/PTOOLS/PB_Cptradd.o PBLAS/SRC/PTOOLS/PB_Cptran.o PBLAS/SRC/PTOOLS/PB_Cptrm.o PBLAS/SRC/PTOOLS/PB_CptrmmAB.o PBLAS/SRC/PTOOLS/PB_CptrmmB.o PBLAS/SRC/PTOOLS/PB_Cptrsm.o PBLAS/SRC/PTOOLS/PB_CptrsmAB.o PBLAS/SRC/PTOOLS/PB_CptrsmAB0.o PBLAS/SRC/PTOOLS/PB_CptrsmAB1.o PBLAS/SRC/PTOOLS/PB_CptrsmB.o PBLAS/SRC/PTOOLS/PB_Cptrsv.o PBLAS/SRC/PTOOLS/PB_Cspan.o PBLAS/SRC/PTOOLS/PB_Cstypeset.o PBLAS/SRC/PTOOLS/PB_Ctop.o PBLAS/SRC/PTOOLS/PB_Ctzahemv.o PBLAS/SRC/PTOOLS/PB_Ctzasymv.o PBLAS/SRC/PTOOLS/PB_Ctzatrmv.o PBLAS/SRC/PTOOLS/PB_Ctzhemm.o PBLAS/SRC/PTOOLS/PB_Ctzhemv.o PBLAS/SRC/PTOOLS/PB_Ctzher.o PBLAS/SRC/PTOOLS/PB_Ctzher2.o PBLAS/SRC/PTOOLS/PB_Ctzher2k.o PBLAS/SRC/PTOOLS/PB_Ctzherk.o PBLAS/SRC/PTOOLS/PB_Ctzsymm.o PBLAS/SRC/PTOOLS/PB_Ctzsymv.o PBLAS/SRC/PTOOLS/PB_Ctzsyr.o PBLAS/SRC/PTOOLS/PB_Ctzsyr2.o PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.o PBLAS/SRC/PTOOLS/PB_Ctzsyrk.o PBLAS/SRC/PTOOLS/PB_Ctztrmm.o PBLAS/SRC/PTOOLS/PB_Ctztrmv.o PBLAS/SRC/PTOOLS/PB_Cwarn.o PBLAS/SRC/PTOOLS/PB_Cztypeset.o PBLAS/SRC/PTOOLS/PB_freebuf_.o PBLAS/SRC/PTOOLS/PB_topget_.o PBLAS/SRC/PTOOLS/PB_topset_.o PBLAS/SRC/PTZBLAS/cagemv.o PBLAS/SRC/PTZBLAS/cahemv.o PBLAS/SRC/PTZBLAS/casymv.o PBLAS/SRC/PTZBLAS/catrmv.o PBLAS/SRC/PTZBLAS/ccshft.o PBLAS/SRC/PTZBLAS/chescal.o PBLAS/SRC/PTZBLAS/cmmadd.o PBLAS/SRC/PTZBLAS/cmmcadd.o PBLAS/SRC/PTZBLAS/cmmdda.o PBLAS/SRC/PTZBLAS/cmmddac.o PBLAS/SRC/PTZBLAS/cmmddact.o PBLAS/SRC/PTZBLAS/cmmddat.o PBLAS/SRC/PTZBLAS/cmmtadd.o PBLAS/SRC/PTZBLAS/cmmtcadd.o PBLAS/SRC/PTZBLAS/crshft.o PBLAS/SRC/PTZBLAS/cset.o PBLAS/SRC/PTZBLAS/csymv.o PBLAS/SRC/PTZBLAS/csyr.o PBLAS/SRC/PTZBLAS/csyr2.o PBLAS/SRC/PTZBLAS/ctzcnjg.o PBLAS/SRC/PTZBLAS/ctzpad.o PBLAS/SRC/PTZBLAS/ctzpadcpy.o PBLAS/SRC/PTZBLAS/ctzscal.o PBLAS/SRC/PTZBLAS/cvvdotc.o PBLAS/SRC/PTZBLAS/cvvdotu.o PBLAS/SRC/PTZBLAS/dagemv.o PBLAS/SRC/PTZBLAS/dascal.o PBLAS/SRC/PTZBLAS/dasqrtb.o PBLAS/SRC/PTZBLAS/dasymv.o PBLAS/SRC/PTZBLAS/datrmv.o PBLAS/SRC/PTZBLAS/dcshft.o PBLAS/SRC/PTZBLAS/dmmadd.o PBLAS/SRC/PTZBLAS/dmmcadd.o PBLAS/SRC/PTZBLAS/dmmdda.o PBLAS/SRC/PTZBLAS/dmmddac.o PBLAS/SRC/PTZBLAS/dmmddact.o PBLAS/SRC/PTZBLAS/dmmddat.o PBLAS/SRC/PTZBLAS/dmmtadd.o PBLAS/SRC/PTZBLAS/dmmtcadd.o PBLAS/SRC/PTZBLAS/drshft.o PBLAS/SRC/PTZBLAS/dset.o PBLAS/SRC/PTZBLAS/dtzpad.o PBLAS/SRC/PTZBLAS/dtzpadcpy.o PBLAS/SRC/PTZBLAS/dtzscal.o PBLAS/SRC/PTZBLAS/dvasum.o PBLAS/SRC/PTZBLAS/dvvdot.o PBLAS/SRC/PTZBLAS/dzvasum.o PBLAS/SRC/PTZBLAS/immadd.o PBLAS/SRC/PTZBLAS/immdda.o PBLAS/SRC/PTZBLAS/immddat.o PBLAS/SRC/PTZBLAS/immtadd.o PBLAS/SRC/PTZBLAS/pxerbla.o PBLAS/SRC/PTZBLAS/sagemv.o PBLAS/SRC/PTZBLAS/sascal.o PBLAS/SRC/PTZBLAS/sasqrtb.o PBLAS/SRC/PTZBLAS/sasymv.o PBLAS/SRC/PTZBLAS/satrmv.o PBLAS/SRC/PTZBLAS/scshft.o PBLAS/SRC/PTZBLAS/scvasum.o PBLAS/SRC/PTZBLAS/smmadd.o PBLAS/SRC/PTZBLAS/smmcadd.o PBLAS/SRC/PTZBLAS/smmdda.o PBLAS/SRC/PTZBLAS/smmddac.o PBLAS/SRC/PTZBLAS/smmddact.o PBLAS/SRC/PTZBLAS/smmddat.o PBLAS/SRC/PTZBLAS/smmtadd.o PBLAS/SRC/PTZBLAS/smmtcadd.o PBLAS/SRC/PTZBLAS/srshft.o PBLAS/SRC/PTZBLAS/sset.o PBLAS/SRC/PTZBLAS/stzpad.o PBLAS/SRC/PTZBLAS/stzpadcpy.o PBLAS/SRC/PTZBLAS/stzscal.o PBLAS/SRC/PTZBLAS/svasum.o PBLAS/SRC/PTZBLAS/svvdot.o PBLAS/SRC/PTZBLAS/zagemv.o PBLAS/SRC/PTZBLAS/zahemv.o PBLAS/SRC/PTZBLAS/zasymv.o PBLAS/SRC/PTZBLAS/zatrmv.o PBLAS/SRC/PTZBLAS/zcshft.o PBLAS/SRC/PTZBLAS/zhescal.o PBLAS/SRC/PTZBLAS/zmmadd.o PBLAS/SRC/PTZBLAS/zmmcadd.o PBLAS/SRC/PTZBLAS/zmmdda.o PBLAS/SRC/PTZBLAS/zmmddac.o PBLAS/SRC/PTZBLAS/zmmddact.o PBLAS/SRC/PTZBLAS/zmmddat.o PBLAS/SRC/PTZBLAS/zmmtadd.o PBLAS/SRC/PTZBLAS/zmmtcadd.o PBLAS/SRC/PTZBLAS/zrshft.o PBLAS/SRC/PTZBLAS/zset.o PBLAS/SRC/PTZBLAS/zsymv.o PBLAS/SRC/PTZBLAS/zsyr.o PBLAS/SRC/PTZBLAS/zsyr2.o PBLAS/SRC/PTZBLAS/ztzcnjg.o PBLAS/SRC/PTZBLAS/ztzpad.o PBLAS/SRC/PTZBLAS/ztzpadcpy.o PBLAS/SRC/PTZBLAS/ztzscal.o PBLAS/SRC/PTZBLAS/zvvdotc.o PBLAS/SRC/PTZBLAS/zvvdotu.o BLACS/SRC/igesd2d_.oo BLACS/SRC/sgesd2d_.oo BLACS/SRC/dgesd2d_.oo BLACS/SRC/cgesd2d_.oo BLACS/SRC/zgesd2d_.oo BLACS/SRC/itrsd2d_.oo BLACS/SRC/strsd2d_.oo BLACS/SRC/dtrsd2d_.oo BLACS/SRC/ctrsd2d_.oo BLACS/SRC/ztrsd2d_.oo BLACS/SRC/igerv2d_.oo BLACS/SRC/sgerv2d_.oo BLACS/SRC/dgerv2d_.oo BLACS/SRC/cgerv2d_.oo BLACS/SRC/zgerv2d_.oo BLACS/SRC/itrrv2d_.oo BLACS/SRC/strrv2d_.oo BLACS/SRC/dtrrv2d_.oo BLACS/SRC/ctrrv2d_.oo BLACS/SRC/ztrrv2d_.oo BLACS/SRC/igebs2d_.oo BLACS/SRC/sgebs2d_.oo BLACS/SRC/dgebs2d_.oo BLACS/SRC/cgebs2d_.oo BLACS/SRC/zgebs2d_.oo BLACS/SRC/igebr2d_.oo BLACS/SRC/sgebr2d_.oo BLACS/SRC/dgebr2d_.oo BLACS/SRC/cgebr2d_.oo BLACS/SRC/zgebr2d_.oo BLACS/SRC/itrbs2d_.oo BLACS/SRC/strbs2d_.oo BLACS/SRC/dtrbs2d_.oo BLACS/SRC/ctrbs2d_.oo BLACS/SRC/ztrbs2d_.oo BLACS/SRC/itrbr2d_.oo BLACS/SRC/strbr2d_.oo BLACS/SRC/dtrbr2d_.oo BLACS/SRC/ctrbr2d_.oo BLACS/SRC/ztrbr2d_.oo BLACS/SRC/igsum2d_.oo BLACS/SRC/sgsum2d_.oo BLACS/SRC/dgsum2d_.oo BLACS/SRC/cgsum2d_.oo BLACS/SRC/zgsum2d_.oo BLACS/SRC/igamx2d_.oo BLACS/SRC/sgamx2d_.oo BLACS/SRC/dgamx2d_.oo BLACS/SRC/cgamx2d_.oo BLACS/SRC/zgamx2d_.oo BLACS/SRC/igamn2d_.oo BLACS/SRC/sgamn2d_.oo BLACS/SRC/dgamn2d_.oo BLACS/SRC/cgamn2d_.oo BLACS/SRC/zgamn2d_.oo BLACS/SRC/blacs_setup_.oo BLACS/SRC/blacs_set_.oo BLACS/SRC/blacs_get_.oo BLACS/SRC/blacs_abort_.oo BLACS/SRC/blacs_exit_.oo BLACS/SRC/blacs_pnum_.oo BLACS/SRC/blacs_pcoord_.oo BLACS/SRC/ksendid_.oo BLACS/SRC/krecvid_.oo BLACS/SRC/kbsid_.oo BLACS/SRC/kbrid_.oo BLACS/SRC/dcputime00_.oo BLACS/SRC/dwalltime00_.oo BLACS/SRC/blacs_pinfo_.oo BLACS/SRC/blacs_init_.oo BLACS/SRC/blacs_map_.oo BLACS/SRC/blacs_free_.oo BLACS/SRC/blacs_grid_.oo BLACS/SRC/blacs_info_.oo BLACS/SRC/blacs_barr_.oo BLACS/SRC/sys2blacs_.oo BLACS/SRC/blacs2sys_.oo BLACS/SRC/free_handle_.oo rm -f libscalapack.a =============================================================================== Compiling and installing Scalapack; this may take several minutes =============================================================================== Executing: cd /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.scalapack && /usr/bin/make -j24 -l48.0 -f Makefile.parallel lib && mkdir -p /home/kongf/workhome/rod/moose/petsc/arch-moose/lib && cp libscalapack.* /home/kongf/workhome/rod/moose/petsc/arch-moose/lib stdout: /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/clamov.o -c -O0 -DAdd_ SRC/clamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/dlamov.o -c -O0 -DAdd_ SRC/dlamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/slamov.o -c -O0 -DAdd_ SRC/slamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/zlamov.o -c -O0 -DAdd_ SRC/zlamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_setup_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_setup_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_set_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_set_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_get_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_get_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_abort_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_abort_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_exit_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_exit_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pnum_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_pnum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pcoord_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_pcoord_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ksendid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ksendid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/krecvid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/krecvid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbsid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/kbsid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbrid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/kbrid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dcputime00_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dcputime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dwalltime00_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dwalltime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_setup_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_setup_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pinfo_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_pinfo_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_get_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_get_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pnum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_pnum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/krecvid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/krecvid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_exit_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_exit_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_abort_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_abort_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ksendid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ksendid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_init_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_init_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_set_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_set_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pcoord_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_pcoord_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbsid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/kbsid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_map_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_map_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbrid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/kbrid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dcputime00_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dcputime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dwalltime00_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dwalltime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_free_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_free_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_grid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_grid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pinfo_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_pinfo_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_info_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_info_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_barr_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_barr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sys2blacs_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sys2blacs_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs2sys_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs2sys_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/free_handle_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/free_handle_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Arecv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Arecv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ArgCheck.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ArgCheck.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Asend.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Asend.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BeComb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BeComb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_init_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_init_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BlacsAbort.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BlacsAbort.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BlacsErr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BlacsErr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BlacsWarn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BlacsWarn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_free_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_free_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_grid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_grid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BuffIsFree.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BuffIsFree.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_map_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_map_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_barr_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_barr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ContxtNum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ContxtNum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_info_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_info_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_EmergencyBuff.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_EmergencyBuff.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GetBuff.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GetBuff.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GetMpiGeType.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GetMpiGeType.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GetMpiTrType.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GetMpiTrType.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GlobalVars.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GlobalVars.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs2sys_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs2sys_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_HypBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_HypBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/free_handle_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/free_handle_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sys2blacs_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sys2blacs_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_HypBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_HypBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_IdringBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_IdringBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_IdringBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_IdringBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_MpathBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_MpathBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_MpathBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_MpathBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_MringComb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_MringComb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Pack.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Pack.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Rsend.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Rsend.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Srecv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Srecv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_SringBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_SringBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_SringBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_SringBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Ssend.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Ssend.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TransDist.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TransDist.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TransUserComm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TransUserComm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TreeBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TreeBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TreeBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TreeBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TreeComb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TreeComb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Unpack.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Unpack.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_UpdateBuffs.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_UpdateBuffs.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_sum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_sum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dmvcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dmvcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvmcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvmcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_imvcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_imvcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivmcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivmcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_smvcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_smvcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svmcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svmcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_sum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_sum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcahemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcahemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pccopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pccopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcdotc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcdotc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcdotu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcdotu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgerc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgerc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgeru_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgeru_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pchemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pchemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pchemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pchemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcher2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcher2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcher2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcher2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcher_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcher_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcherk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcherk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctranc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctranc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctranu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctranu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdasymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdasymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdcopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdcopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pddot_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pddot_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdger_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdger_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdnrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdnrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyr2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyr2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyr_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtran_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtran_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdzasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdzasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdznrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdznrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/picopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/picopy_.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/pilaenv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/pilaenv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psasymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psasymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pscasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pscasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pscnrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pscnrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pscopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pscopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psdot_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psdot_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psger_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psger_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psnrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psnrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyr2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyr2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyr_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstran_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstran_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzahemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzahemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzcopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzcopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzdotc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzdotc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzdotu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzdotu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzdscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzdscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgerc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgerc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgeru_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgeru_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzhemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzhemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzhemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzhemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzher2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzher2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzher2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzher2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzher_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzher_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzherk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzherk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzsymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzsymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzsyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzsyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzsyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzsyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztranc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztranc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztranu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztranu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pcgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pcgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pcgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pcgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pctrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pctrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pctrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pctrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdtrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdtrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdtrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdtrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pgemraux.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pgemraux.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pigemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pigemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pigemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pigemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pitrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pitrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pitrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pitrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/psgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/psgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/psgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/psgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pstrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pstrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pstrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pstrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pzgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pzgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pzgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pzgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pztrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pztrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pztrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pztrmr2.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bdlaapp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bdlaapp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bdlaexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bdlaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bdtrexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bdtrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bslaapp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bslaapp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bslaexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bslaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bstrexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bstrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/clahqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/clahqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/clamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/clamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/clanv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/clanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/claref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/claref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/csteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/csteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ctrmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ctrmvt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlapst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlapst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlaqr6.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlaqr6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlar1va.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlar1va.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlaref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlaref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrb2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarre2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarre2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarre2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarre2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlasorte.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlasorte.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlasrt2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlasrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstegr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstegr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstegr2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstegr2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstegr2b.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstegr2b.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstein2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstein2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dsteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dsteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dtrmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dtrmvt.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/getpbbuf.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/getpbbuf.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pbchkvect.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pbchkvect.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchegs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchegst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchegvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchengst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchengst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchentrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchentrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchetd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchetrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchettrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchettrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacgv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclanhe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarfc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarfc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarzc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarzc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclattrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclattrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcmax1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pcrot.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pcrot.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcsrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcsrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrevc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcung2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcung2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgebal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdhseqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdhseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlabad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaedz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaedz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlahrd.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pdlaiect.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pdlaiect.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlamch.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlamch.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlamve.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlamve.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr4.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr5.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlared1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlared1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlared2d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlared2d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlasrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorg2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorg2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdrot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdstebz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdstedc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsygs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsygst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsygvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyngst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyngst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyntrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyntrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsytd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsytrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyttrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyttrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrord.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrord.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrsen.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdzsum1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdzsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pilaenvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pilaenvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pilaver.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pilaver.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/piparmq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/piparmq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pjlaenv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pjlaenv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pmpcol.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pmpcol.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pmpim2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pmpim2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pscsum1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pscsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgebal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pshseqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pshseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslabad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaedz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaedz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslahrd.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pslaiect.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pslaiect.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslamch.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslamch.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslamve.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslamve.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr4.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr5.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslared1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslared1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslared2d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslared2d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslasrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorg2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorg2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psrot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psstebz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psstedc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssygs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssygst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssygvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyngst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyngst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyntrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyntrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssytd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssytrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyttrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyttrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrord.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrord.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrsen.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstzrzf.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzaxpy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzaxpy.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzdotc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzdotc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzdotu.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzdotu.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhegs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhegst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhegvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhengst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhengst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhentrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhentrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhetd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhetrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhettrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhettrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacgv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlanhe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarfc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarfc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarzc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarzc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlattrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlattrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzmax1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzrot.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzrot.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrevc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzung2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzung2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slapst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slapst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slaqr6.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slaqr6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slar1va.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slar1va.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slaref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slaref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrb2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarre2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarre2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarre2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarre2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slasorte.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slasorte.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slasrt2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slasrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/spttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/spttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstegr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstegr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstegr2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstegr2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstegr2b.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstegr2b.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstein2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstein2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ssteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ssteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/strmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/strmvt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlahqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlahqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlanv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlaref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlaref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zsteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zsteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ztrmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ztrmvt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/claghe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/claghe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clarnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clatms.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlaran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlaran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlatms.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/icopy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/icopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slaran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slaran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slatms.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlaghe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlaghe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlarnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlatms.f /home/kongf/workhome/rod/mpich/bin/mpicc -o TOOLS/SL_gridreshape.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include TOOLS/SL_gridreshape.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/SL_init.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/SL_init.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ccdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ccdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ccdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ccdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/chk1mat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/chk1mat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/clatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/clatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/cmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/cmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dddot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dddot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/desc_convert.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/desc_convert.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/descinit.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/descinit.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/descset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/descset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dlatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dlatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dsasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dsasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dscasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dscasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dscnrm2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dscnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dsnrm2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dsnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/iceil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/iceil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ilacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ilacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ilcm.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ilcm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/indxg2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/indxg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/indxg2p.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/indxg2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/indxl2g.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/indxl2g.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/infog1l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/infog1l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/infog2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/infog2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/npreroc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/npreroc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/numroc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/numroc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcchekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcchekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pccol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pccol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcelget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcelget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcelset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcelset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcelset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcelset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pchkxmat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pchkxmat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pclaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pclaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pclaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pclaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pclawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pclawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pctreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pctreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdchekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdchekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdcol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdcol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdelget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdelget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdelset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdelset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdelset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdelset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdlaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdlaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdlaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdlaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdlawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdlawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdtreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdtreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pichekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pichekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/picol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/picol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pielget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pielget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pielset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pielset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pielset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pielset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pifillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pifillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pilaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pilaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pirow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pirow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pitreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pitreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pschekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pschekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pscol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pscol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pselget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pselget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pselset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pselset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pselset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pselset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/psfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/psfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pslaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pslaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pslaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pslaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pslawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pslawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/psmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/psmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/psrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/psrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pstreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pstreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzchekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzchekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzcol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzcol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzelget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzelget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzelset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzelset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzelset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzelset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzlaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzlaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzlaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzlaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzlawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzlawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pztreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pztreecomb.f /home/kongf/workhome/rod/mpich/bin/mpicc -o TOOLS/reshape.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include TOOLS/reshape.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/slatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/slatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/sltimer.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/sltimer.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/smatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/smatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ssdot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ssdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zlatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zlatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zzdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zzdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zzdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zzdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbcmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbcmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbcvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbcvecadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdvecadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbsmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbsmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbsvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbsvecadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbzmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbzmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbzvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbzvecadd.f /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CGatherV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CGatherV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInOutV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInOutV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInOutV2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInOutV2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInV2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInV2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_COutV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_COutV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CScatterV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CScatterV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMcontig.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMcontig.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMinit.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMinit.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMloc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMloc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMnpq.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMnpq.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMpack.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMpack.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMswp.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMswp.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMupdate.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMupdate.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cabort.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cabort.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cainfog2l.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cainfog2l.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CargFtoC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CargFtoC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cbinfo.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cbinfo.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cchkmat.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cchkmat.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cchkvec.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cchkvec.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cconjg.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cconjg.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cctypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cctypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cdescribe.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cdescribe.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cdescset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cdescset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cdtypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cdtypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cfirstnb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cfirstnb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cg2lrem.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cg2lrem.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cgcd.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cgcd.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cgetbuf.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cgetbuf.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cindxg2p.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cindxg2p.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cinfog2l.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cinfog2l.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Citypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Citypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Clastnb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Clastnb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Clcm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Clcm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cmalloc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cmalloc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cnnxtroc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cnnxtroc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cnpreroc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cnpreroc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cnumroc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cnumroc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpaxpby.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpaxpby.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpaxpbyND.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpaxpbyND.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpdot11.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpdot11.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpdotND.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpdotND.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpdotNN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpdotNN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpgeadd.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpgeadd.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpgemmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpgemmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpgemmAC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpgemmAC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpgemmBC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpgemmBC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplacnjg.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplacnjg.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplapad.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplapad.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplapd2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplapd2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplaprnt.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplaprnt.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplasca2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplasca2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplascal.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplascal.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpswapND.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpswapND.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpswapNN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpswapNN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsym.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsym.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsymmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsymmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsymmBC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsymmBC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsyrkA.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsyrkA.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsyrkAC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsyrkAC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptradd.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptradd.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptran.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptran.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptrm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptrm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrmmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrmmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrmmB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrmmB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptrsm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptrsm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmAB0.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmAB0.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmAB1.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmAB1.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptrsv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptrsv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cspan.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cspan.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cstypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cstypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctop.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctop.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzahemv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzahemv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzasymv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzasymv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzatrmv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzatrmv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzhemm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzhemm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzhemv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzhemv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzher.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzher.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzher2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzher2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzher2k.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzher2k.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzherk.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzherk.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsymm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsymm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsymv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsymv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyrk.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyrk.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctztrmm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctztrmm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctztrmv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctztrmv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cwarn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cwarn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cztypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cztypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_freebuf_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_freebuf_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_topget_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_topget_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_topset_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_topset_.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cahemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cahemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/casymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/casymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/catrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/catrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ccshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ccshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/chescal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/chescal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/crshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/crshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/csymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/csymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/csyr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/csyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/csyr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/csyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzcnjg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzcnjg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cvvdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cvvdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cvvdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cvvdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dascal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dascal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dasqrtb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dasqrtb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dasymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dasymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/datrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/datrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dcshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dcshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/drshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/drshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dtzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dtzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dtzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dtzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dtzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dtzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dvasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dvasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dvvdot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dvvdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dzvasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dzvasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/pxerbla.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/pxerbla.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sascal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sascal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sasqrtb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sasqrtb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sasymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sasymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/satrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/satrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/scshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/scshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/scvasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/scvasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/srshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/srshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/stzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/stzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/stzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/stzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/stzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/stzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/svasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/svasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/svvdot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/svvdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zahemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zahemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zasymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zasymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zatrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zatrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zcshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zcshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zhescal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zhescal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zrshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zrshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zsymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zsymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zsyr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zsyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zsyr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zsyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzcnjg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzcnjg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zvvdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zvvdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zvvdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zvvdotu.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libscalapack.a SRC/clamov.o SRC/dlamov.o SRC/slamov.o SRC/zlamov.o BLACS/SRC/igesd2d_.o BLACS/SRC/sgesd2d_.o BLACS/SRC/dgesd2d_.o BLACS/SRC/cgesd2d_.o BLACS/SRC/zgesd2d_.o BLACS/SRC/itrsd2d_.o BLACS/SRC/strsd2d_.o BLACS/SRC/dtrsd2d_.o BLACS/SRC/ctrsd2d_.o BLACS/SRC/ztrsd2d_.o BLACS/SRC/igerv2d_.o BLACS/SRC/sgerv2d_.o BLACS/SRC/dgerv2d_.o BLACS/SRC/cgerv2d_.o BLACS/SRC/zgerv2d_.o BLACS/SRC/itrrv2d_.o BLACS/SRC/strrv2d_.o BLACS/SRC/dtrrv2d_.o BLACS/SRC/ctrrv2d_.o BLACS/SRC/ztrrv2d_.o BLACS/SRC/igebs2d_.o BLACS/SRC/sgebs2d_.o BLACS/SRC/dgebs2d_.o BLACS/SRC/cgebs2d_.o BLACS/SRC/zgebs2d_.o BLACS/SRC/igebr2d_.o BLACS/SRC/sgebr2d_.o BLACS/SRC/dgebr2d_.o BLACS/SRC/cgebr2d_.o BLACS/SRC/zgebr2d_.o BLACS/SRC/itrbs2d_.o BLACS/SRC/strbs2d_.o BLACS/SRC/dtrbs2d_.o BLACS/SRC/ctrbs2d_.o BLACS/SRC/ztrbs2d_.o BLACS/SRC/itrbr2d_.o BLACS/SRC/strbr2d_.o BLACS/SRC/dtrbr2d_.o BLACS/SRC/ctrbr2d_.o BLACS/SRC/ztrbr2d_.o BLACS/SRC/igsum2d_.o BLACS/SRC/sgsum2d_.o BLACS/SRC/dgsum2d_.o BLACS/SRC/cgsum2d_.o BLACS/SRC/zgsum2d_.o BLACS/SRC/igamx2d_.o BLACS/SRC/sgamx2d_.o BLACS/SRC/dgamx2d_.o BLACS/SRC/cgamx2d_.o BLACS/SRC/zgamx2d_.o BLACS/SRC/igamn2d_.o BLACS/SRC/sgamn2d_.o BLACS/SRC/dgamn2d_.o BLACS/SRC/cgamn2d_.o BLACS/SRC/zgamn2d_.o BLACS/SRC/blacs_setup_.o BLACS/SRC/blacs_set_.o BLACS/SRC/blacs_get_.o BLACS/SRC/blacs_abort_.o BLACS/SRC/blacs_exit_.o BLACS/SRC/blacs_pnum_.o BLACS/SRC/blacs_pcoord_.o BLACS/SRC/ksendid_.o BLACS/SRC/krecvid_.o BLACS/SRC/kbsid_.o BLACS/SRC/kbrid_.o BLACS/SRC/dcputime00_.o BLACS/SRC/dwalltime00_.o BLACS/SRC/blacs_pinfo_.o BLACS/SRC/blacs_init_.o BLACS/SRC/blacs_map_.o BLACS/SRC/blacs_free_.o BLACS/SRC/blacs_grid_.o BLACS/SRC/blacs_info_.o BLACS/SRC/blacs_barr_.o BLACS/SRC/sys2blacs_.o BLACS/SRC/blacs2sys_.o BLACS/SRC/free_handle_.o BLACS/SRC/BI_Arecv.o BLACS/SRC/BI_ArgCheck.o BLACS/SRC/BI_Asend.o BLACS/SRC/BI_BeComb.o BLACS/SRC/BI_BlacsAbort.o BLACS/SRC/BI_BlacsErr.o BLACS/SRC/BI_BlacsWarn.o BLACS/SRC/BI_BuffIsFree.o BLACS/SRC/BI_ContxtNum.o BLACS/SRC/BI_EmergencyBuff.o BLACS/SRC/BI_GetBuff.o BLACS/SRC/BI_GetMpiGeType.o BLACS/SRC/BI_GetMpiTrType.o BLACS/SRC/BI_GlobalVars.o BLACS/SRC/BI_HypBR.o BLACS/SRC/BI_HypBS.o BLACS/SRC/BI_IdringBR.o BLACS/SRC/BI_IdringBS.o BLACS/SRC/BI_MpathBR.o BLACS/SRC/BI_MpathBS.o BLACS/SRC/BI_MringComb.o BLACS/SRC/BI_Pack.o BLACS/SRC/BI_Rsend.o BLACS/SRC/BI_Srecv.o BLACS/SRC/BI_SringBR.o BLACS/SRC/BI_SringBS.o BLACS/SRC/BI_Ssend.o BLACS/SRC/BI_TransDist.o BLACS/SRC/BI_TransUserComm.o BLACS/SRC/BI_TreeBR.o BLACS/SRC/BI_TreeBS.o BLACS/SRC/BI_TreeComb.o BLACS/SRC/BI_Unpack.o BLACS/SRC/BI_UpdateBuffs.o BLACS/SRC/BI_cMPI_amn.o BLACS/SRC/BI_cMPI_amn2.o BLACS/SRC/BI_cMPI_amx.o BLACS/SRC/BI_cMPI_amx2.o BLACS/SRC/BI_cMPI_sum.o BLACS/SRC/BI_cvvamn.o BLACS/SRC/BI_cvvamn2.o BLACS/SRC/BI_cvvamx.o BLACS/SRC/BI_cvvamx2.o BLACS/SRC/BI_cvvsum.o BLACS/SRC/BI_dMPI_amn.o BLACS/SRC/BI_dMPI_amn2.o BLACS/SRC/BI_dMPI_amx.o BLACS/SRC/BI_dMPI_amx2.o BLACS/SRC/BI_dmvcopy.o BLACS/SRC/BI_dvmcopy.o BLACS/SRC/BI_dvvamn.o BLACS/SRC/BI_dvvamn2.o BLACS/SRC/BI_dvvamx.o BLACS/SRC/BI_dvvamx2.o BLACS/SRC/BI_dvvsum.o BLACS/SRC/BI_iMPI_amn.o BLACS/SRC/BI_iMPI_amn2.o BLACS/SRC/BI_iMPI_amx.o BLACS/SRC/BI_iMPI_amx2.o BLACS/SRC/BI_imvcopy.o BLACS/SRC/BI_ivmcopy.o BLACS/SRC/BI_ivvamn.o BLACS/SRC/BI_ivvamn2.o BLACS/SRC/BI_ivvamx.o BLACS/SRC/BI_ivvamx2.o BLACS/SRC/BI_ivvsum.o BLACS/SRC/BI_sMPI_amn.o BLACS/SRC/BI_sMPI_amn2.o BLACS/SRC/BI_sMPI_amx.o BLACS/SRC/BI_sMPI_amx2.o BLACS/SRC/BI_smvcopy.o BLACS/SRC/BI_svmcopy.o BLACS/SRC/BI_svvamn.o BLACS/SRC/BI_svvamn2.o BLACS/SRC/BI_svvamx.o BLACS/SRC/BI_svvamx2.o BLACS/SRC/BI_svvsum.o BLACS/SRC/BI_zMPI_amn.o BLACS/SRC/BI_zMPI_amn2.o BLACS/SRC/BI_zMPI_amx.o BLACS/SRC/BI_zMPI_amx2.o BLACS/SRC/BI_zMPI_sum.o BLACS/SRC/BI_zvvamn.o BLACS/SRC/BI_zvvamn2.o BLACS/SRC/BI_zvvamx.o BLACS/SRC/BI_zvvamx2.o BLACS/SRC/BI_zvvsum.o PBLAS/SRC/pcagemv_.o PBLAS/SRC/pcahemv_.o PBLAS/SRC/pcamax_.o PBLAS/SRC/pcatrmv_.o PBLAS/SRC/pcaxpy_.o PBLAS/SRC/pccopy_.o PBLAS/SRC/pcdotc_.o PBLAS/SRC/pcdotu_.o PBLAS/SRC/pcgeadd_.o PBLAS/SRC/pcgemm_.o PBLAS/SRC/pcgemv_.o PBLAS/SRC/pcgerc_.o PBLAS/SRC/pcgeru_.o PBLAS/SRC/pchemm_.o PBLAS/SRC/pchemv_.o PBLAS/SRC/pcher2_.o PBLAS/SRC/pcher2k_.o PBLAS/SRC/pcher_.o PBLAS/SRC/pcherk_.o PBLAS/SRC/pcscal_.o PBLAS/SRC/pcsscal_.o PBLAS/SRC/pcswap_.o PBLAS/SRC/pcsymm_.o PBLAS/SRC/pcsyr2k_.o PBLAS/SRC/pcsyrk_.o PBLAS/SRC/pctradd_.o PBLAS/SRC/pctranc_.o PBLAS/SRC/pctranu_.o PBLAS/SRC/pctrmm_.o PBLAS/SRC/pctrmv_.o PBLAS/SRC/pctrsm_.o PBLAS/SRC/pctrsv_.o PBLAS/SRC/pdagemv_.o PBLAS/SRC/pdamax_.o PBLAS/SRC/pdasum_.o PBLAS/SRC/pdasymv_.o PBLAS/SRC/pdatrmv_.o PBLAS/SRC/pdaxpy_.o PBLAS/SRC/pdcopy_.o PBLAS/SRC/pddot_.o PBLAS/SRC/pdgeadd_.o PBLAS/SRC/pdgemm_.o PBLAS/SRC/pdgemv_.o PBLAS/SRC/pdger_.o PBLAS/SRC/pdnrm2_.o PBLAS/SRC/pdscal_.o PBLAS/SRC/pdswap_.o PBLAS/SRC/pdsymm_.o PBLAS/SRC/pdsymv_.o PBLAS/SRC/pdsyr2_.o PBLAS/SRC/pdsyr2k_.o PBLAS/SRC/pdsyr_.o PBLAS/SRC/pdsyrk_.o PBLAS/SRC/pdtradd_.o PBLAS/SRC/pdtran_.o PBLAS/SRC/pdtrmm_.o PBLAS/SRC/pdtrmv_.o PBLAS/SRC/pdtrsm_.o PBLAS/SRC/pdtrsv_.o PBLAS/SRC/pdzasum_.o PBLAS/SRC/pdznrm2_.o PBLAS/SRC/picopy_.o PBLAS/SRC/pilaenv.o PBLAS/SRC/psagemv_.o PBLAS/SRC/psamax_.o PBLAS/SRC/psasum_.o PBLAS/SRC/psasymv_.o PBLAS/SRC/psatrmv_.o PBLAS/SRC/psaxpy_.o PBLAS/SRC/pscasum_.o PBLAS/SRC/pscnrm2_.o PBLAS/SRC/pscopy_.o PBLAS/SRC/psdot_.o PBLAS/SRC/psgeadd_.o PBLAS/SRC/psgemm_.o PBLAS/SRC/psgemv_.o PBLAS/SRC/psger_.o PBLAS/SRC/psnrm2_.o PBLAS/SRC/psscal_.o PBLAS/SRC/psswap_.o PBLAS/SRC/pssymm_.o PBLAS/SRC/pssymv_.o PBLAS/SRC/pssyr2_.o PBLAS/SRC/pssyr2k_.o PBLAS/SRC/pssyr_.o PBLAS/SRC/pssyrk_.o PBLAS/SRC/pstradd_.o PBLAS/SRC/pstran_.o PBLAS/SRC/pstrmm_.o PBLAS/SRC/pstrmv_.o PBLAS/SRC/pstrsm_.o PBLAS/SRC/pstrsv_.o PBLAS/SRC/pzagemv_.o PBLAS/SRC/pzahemv_.o PBLAS/SRC/pzamax_.o PBLAS/SRC/pzatrmv_.o PBLAS/SRC/pzaxpy_.o PBLAS/SRC/pzcopy_.o PBLAS/SRC/pzdotc_.o PBLAS/SRC/pzdotu_.o PBLAS/SRC/pzdscal_.o PBLAS/SRC/pzgeadd_.o PBLAS/SRC/pzgemm_.o PBLAS/SRC/pzgemv_.o PBLAS/SRC/pzgerc_.o PBLAS/SRC/pzgeru_.o PBLAS/SRC/pzhemm_.o PBLAS/SRC/pzhemv_.o PBLAS/SRC/pzher2_.o PBLAS/SRC/pzher2k_.o PBLAS/SRC/pzher_.o PBLAS/SRC/pzherk_.o PBLAS/SRC/pzscal_.o PBLAS/SRC/pzswap_.o PBLAS/SRC/pzsymm_.o PBLAS/SRC/pzsyr2k_.o PBLAS/SRC/pzsyrk_.o PBLAS/SRC/pztradd_.o PBLAS/SRC/pztranc_.o PBLAS/SRC/pztranu_.o PBLAS/SRC/pztrmm_.o PBLAS/SRC/pztrmv_.o PBLAS/SRC/pztrsm_.o PBLAS/SRC/pztrsv_.o REDIST/SRC/pcgemr.o REDIST/SRC/pcgemr2.o REDIST/SRC/pctrmr.o REDIST/SRC/pctrmr2.o REDIST/SRC/pdgemr.o REDIST/SRC/pdgemr2.o REDIST/SRC/pdtrmr.o REDIST/SRC/pdtrmr2.o REDIST/SRC/pgemraux.o REDIST/SRC/pigemr.o REDIST/SRC/pigemr2.o REDIST/SRC/pitrmr.o REDIST/SRC/pitrmr2.o REDIST/SRC/psgemr.o REDIST/SRC/psgemr2.o REDIST/SRC/pstrmr.o REDIST/SRC/pstrmr2.o REDIST/SRC/pzgemr.o REDIST/SRC/pzgemr2.o REDIST/SRC/pztrmr.o REDIST/SRC/pztrmr2.o SRC/bdlaapp.o SRC/bdlaexc.o SRC/bdtrexc.o SRC/bslaapp.o SRC/bslaexc.o SRC/bstrexc.o SRC/cdbtf2.o SRC/cdbtrf.o SRC/cdttrf.o SRC/cdttrsv.o SRC/clahqr2.o SRC/clamsh.o SRC/clanv2.o SRC/claref.o SRC/cpttrsv.o SRC/csteqr2.o SRC/ctrmvt.o SRC/ddbtf2.o SRC/ddbtrf.o SRC/ddttrf.o SRC/ddttrsv.o SRC/dlamsh.o SRC/dlapst.o SRC/dlaqr6.o SRC/dlar1va.o SRC/dlaref.o SRC/dlarrb2.o SRC/dlarrd2.o SRC/dlarre2.o SRC/dlarre2a.o SRC/dlarrf2.o SRC/dlarrv2.o SRC/dlasorte.o SRC/dlasrt2.o SRC/dpttrsv.o SRC/dstegr2.o SRC/dstegr2a.o SRC/dstegr2b.o SRC/dstein2.o SRC/dsteqr2.o SRC/dtrmvt.o SRC/getpbbuf.o SRC/pbchkvect.o SRC/pcdbsv.o SRC/pcdbtrf.o SRC/pcdbtrs.o SRC/pcdbtrsv.o SRC/pcdtsv.o SRC/pcdttrf.o SRC/pcdttrs.o SRC/pcdttrsv.o SRC/pcgbsv.o SRC/pcgbtrf.o SRC/pcgbtrs.o SRC/pcgebd2.o SRC/pcgebrd.o SRC/pcgecon.o SRC/pcgeequ.o SRC/pcgehd2.o SRC/pcgehrd.o SRC/pcgelq2.o SRC/pcgelqf.o SRC/pcgels.o SRC/pcgeql2.o SRC/pcgeqlf.o SRC/pcgeqpf.o SRC/pcgeqr2.o SRC/pcgeqrf.o SRC/pcgerfs.o SRC/pcgerq2.o SRC/pcgerqf.o SRC/pcgesv.o SRC/pcgesvd.o SRC/pcgesvx.o SRC/pcgetf2.o SRC/pcgetrf.o SRC/pcgetri.o SRC/pcgetrs.o SRC/pcggqrf.o SRC/pcggrqf.o SRC/pcheev.o SRC/pcheevd.o SRC/pcheevr.o SRC/pcheevx.o SRC/pchegs2.o SRC/pchegst.o SRC/pchegvx.o SRC/pchengst.o SRC/pchentrd.o SRC/pchetd2.o SRC/pchetrd.o SRC/pchettrd.o SRC/pclabrd.o SRC/pclacgv.o SRC/pclacon.o SRC/pclaconsb.o SRC/pclacp2.o SRC/pclacp3.o SRC/pclacpy.o SRC/pclaevswp.o SRC/pclahqr.o SRC/pclahrd.o SRC/pclamr1d.o SRC/pclange.o SRC/pclanhe.o SRC/pclanhs.o SRC/pclansy.o SRC/pclantr.o SRC/pclapiv.o SRC/pclapv2.o SRC/pclaqge.o SRC/pclaqsy.o SRC/pclarf.o SRC/pclarfb.o SRC/pclarfc.o SRC/pclarfg.o SRC/pclarft.o SRC/pclarz.o SRC/pclarzb.o SRC/pclarzc.o SRC/pclarzt.o SRC/pclascl.o SRC/pclase2.o SRC/pclaset.o SRC/pclasmsub.o SRC/pclassq.o SRC/pclaswp.o SRC/pclatra.o SRC/pclatrd.o SRC/pclatrs.o SRC/pclatrz.o SRC/pclattrs.o SRC/pclauu2.o SRC/pclauum.o SRC/pclawil.o SRC/pcmax1.o SRC/pcpbsv.o SRC/pcpbtrf.o SRC/pcpbtrs.o SRC/pcpbtrsv.o SRC/pcpocon.o SRC/pcpoequ.o SRC/pcporfs.o SRC/pcposv.o SRC/pcposvx.o SRC/pcpotf2.o SRC/pcpotrf.o SRC/pcpotri.o SRC/pcpotrs.o SRC/pcptsv.o SRC/pcpttrf.o SRC/pcpttrs.o SRC/pcpttrsv.o SRC/pcrot.o SRC/pcsrscl.o SRC/pcstein.o SRC/pctrcon.o SRC/pctrevc.o SRC/pctrrfs.o SRC/pctrti2.o SRC/pctrtri.o SRC/pctrtrs.o SRC/pctzrzf.o SRC/pcung2l.o SRC/pcung2r.o SRC/pcungl2.o SRC/pcunglq.o SRC/pcungql.o SRC/pcungqr.o SRC/pcungr2.o SRC/pcungrq.o SRC/pcunm2l.o SRC/pcunm2r.o SRC/pcunmbr.o SRC/pcunmhr.o SRC/pcunml2.o SRC/pcunmlq.o SRC/pcunmql.o SRC/pcunmqr.o SRC/pcunmr2.o SRC/pcunmr3.o SRC/pcunmrq.o SRC/pcunmrz.o SRC/pcunmtr.o SRC/pddbsv.o SRC/pddbtrf.o SRC/pddbtrs.o SRC/pddbtrsv.o SRC/pddtsv.o SRC/pddttrf.o SRC/pddttrs.o SRC/pddttrsv.o SRC/pdgbsv.o SRC/pdgbtrf.o SRC/pdgbtrs.o SRC/pdgebal.o SRC/pdgebd2.o SRC/pdgebrd.o SRC/pdgecon.o SRC/pdgeequ.o SRC/pdgehd2.o SRC/pdgehrd.o SRC/pdgelq2.o SRC/pdgelqf.o SRC/pdgels.o SRC/pdgeql2.o SRC/pdgeqlf.o SRC/pdgeqpf.o SRC/pdgeqr2.o SRC/pdgeqrf.o SRC/pdgerfs.o SRC/pdgerq2.o SRC/pdgerqf.o SRC/pdgesv.o SRC/pdgesvd.o SRC/pdgesvx.o SRC/pdgetf2.o SRC/pdgetrf.o SRC/pdgetri.o SRC/pdgetrs.o SRC/pdggqrf.o SRC/pdggrqf.o SRC/pdhseqr.o SRC/pdlabad.o SRC/pdlabrd.o SRC/pdlacon.o SRC/pdlaconsb.o SRC/pdlacp2.o SRC/pdlacp3.o SRC/pdlacpy.o SRC/pdlaed0.o SRC/pdlaed1.o SRC/pdlaed2.o SRC/pdlaed3.o SRC/pdlaedz.o SRC/pdlaevswp.o SRC/pdlahqr.o SRC/pdlahrd.o SRC/pdlaiect.o SRC/pdlamch.o SRC/pdlamr1d.o SRC/pdlamve.o SRC/pdlange.o SRC/pdlanhs.o SRC/pdlansy.o SRC/pdlantr.o SRC/pdlapiv.o SRC/pdlapv2.o SRC/pdlaqge.o SRC/pdlaqr0.o SRC/pdlaqr1.o SRC/pdlaqr2.o SRC/pdlaqr3.o SRC/pdlaqr4.o SRC/pdlaqr5.o SRC/pdlaqsy.o SRC/pdlared1d.o SRC/pdlared2d.o SRC/pdlarf.o SRC/pdlarfb.o SRC/pdlarfg.o SRC/pdlarft.o SRC/pdlarz.o SRC/pdlarzb.o SRC/pdlarzt.o SRC/pdlascl.o SRC/pdlase2.o SRC/pdlaset.o SRC/pdlasmsub.o SRC/pdlasrt.o SRC/pdlassq.o SRC/pdlaswp.o SRC/pdlatra.o SRC/pdlatrd.o SRC/pdlatrs.o SRC/pdlatrz.o SRC/pdlauu2.o SRC/pdlauum.o SRC/pdlawil.o SRC/pdorg2l.o SRC/pdorg2r.o SRC/pdorgl2.o SRC/pdorglq.o SRC/pdorgql.o SRC/pdorgqr.o SRC/pdorgr2.o SRC/pdorgrq.o SRC/pdorm2l.o SRC/pdorm2r.o SRC/pdormbr.o SRC/pdormhr.o SRC/pdorml2.o SRC/pdormlq.o SRC/pdormql.o SRC/pdormqr.o SRC/pdormr2.o SRC/pdormr3.o SRC/pdormrq.o SRC/pdormrz.o SRC/pdormtr.o SRC/pdpbsv.o SRC/pdpbtrf.o SRC/pdpbtrs.o SRC/pdpbtrsv.o SRC/pdpocon.o SRC/pdpoequ.o SRC/pdporfs.o SRC/pdposv.o SRC/pdposvx.o SRC/pdpotf2.o SRC/pdpotrf.o SRC/pdpotri.o SRC/pdpotrs.o SRC/pdptsv.o SRC/pdpttrf.o SRC/pdpttrs.o SRC/pdpttrsv.o SRC/pdrot.o SRC/pdrscl.o SRC/pdstebz.o SRC/pdstedc.o SRC/pdstein.o SRC/pdsyev.o SRC/pdsyevd.o SRC/pdsyevr.o SRC/pdsyevx.o SRC/pdsygs2.o SRC/pdsygst.o SRC/pdsygvx.o SRC/pdsyngst.o SRC/pdsyntrd.o SRC/pdsytd2.o SRC/pdsytrd.o SRC/pdsyttrd.o SRC/pdtrcon.o SRC/pdtrord.o SRC/pdtrrfs.o SRC/pdtrsen.o SRC/pdtrti2.o SRC/pdtrtri.o SRC/pdtrtrs.o SRC/pdtzrzf.o SRC/pdzsum1.o SRC/pilaenvx.o SRC/pilaver.o SRC/piparmq.o SRC/pjlaenv.o SRC/pmpcol.o SRC/pmpim2.o SRC/pscsum1.o SRC/psdbsv.o SRC/psdbtrf.o SRC/psdbtrs.o SRC/psdbtrsv.o SRC/psdtsv.o SRC/psdttrf.o SRC/psdttrs.o SRC/psdttrsv.o SRC/psgbsv.o SRC/psgbtrf.o SRC/psgbtrs.o SRC/psgebal.o SRC/psgebd2.o SRC/psgebrd.o SRC/psgecon.o SRC/psgeequ.o SRC/psgehd2.o SRC/psgehrd.o SRC/psgelq2.o SRC/psgelqf.o SRC/psgels.o SRC/psgeql2.o SRC/psgeqlf.o SRC/psgeqpf.o SRC/psgeqr2.o SRC/psgeqrf.o SRC/psgerfs.o SRC/psgerq2.o SRC/psgerqf.o SRC/psgesv.o SRC/psgesvd.o SRC/psgesvx.o SRC/psgetf2.o SRC/psgetrf.o SRC/psgetri.o SRC/psgetrs.o SRC/psggqrf.o SRC/psggrqf.o SRC/pshseqr.o SRC/pslabad.o SRC/pslabrd.o SRC/pslacon.o SRC/pslaconsb.o SRC/pslacp2.o SRC/pslacp3.o SRC/pslacpy.o SRC/pslaed0.o SRC/pslaed1.o SRC/pslaed2.o SRC/pslaed3.o SRC/pslaedz.o SRC/pslaevswp.o SRC/pslahqr.o SRC/pslahrd.o SRC/pslaiect.o SRC/pslamch.o SRC/pslamr1d.o SRC/pslamve.o SRC/pslange.o SRC/pslanhs.o SRC/pslansy.o SRC/pslantr.o SRC/pslapiv.o SRC/pslapv2.o SRC/pslaqge.o SRC/pslaqr0.o SRC/pslaqr1.o SRC/pslaqr2.o SRC/pslaqr3.o SRC/pslaqr4.o SRC/pslaqr5.o SRC/pslaqsy.o SRC/pslared1d.o SRC/pslared2d.o SRC/pslarf.o SRC/pslarfb.o SRC/pslarfg.o SRC/pslarft.o SRC/pslarz.o SRC/pslarzb.o SRC/pslarzt.o SRC/pslascl.o SRC/pslase2.o SRC/pslaset.o SRC/pslasmsub.o SRC/pslasrt.o SRC/pslassq.o SRC/pslaswp.o SRC/pslatra.o SRC/pslatrd.o SRC/pslatrs.o SRC/pslatrz.o SRC/pslauu2.o SRC/pslauum.o SRC/pslawil.o SRC/psorg2l.o SRC/psorg2r.o SRC/psorgl2.o SRC/psorglq.o SRC/psorgql.o SRC/psorgqr.o SRC/psorgr2.o SRC/psorgrq.o SRC/psorm2l.o SRC/psorm2r.o SRC/psormbr.o SRC/psormhr.o SRC/psorml2.o SRC/psormlq.o SRC/psormql.o SRC/psormqr.o SRC/psormr2.o SRC/psormr3.o SRC/psormrq.o SRC/psormrz.o SRC/psormtr.o SRC/pspbsv.o SRC/pspbtrf.o SRC/pspbtrs.o SRC/pspbtrsv.o SRC/pspocon.o SRC/pspoequ.o SRC/psporfs.o SRC/psposv.o SRC/psposvx.o SRC/pspotf2.o SRC/pspotrf.o SRC/pspotri.o SRC/pspotrs.o SRC/psptsv.o SRC/pspttrf.o SRC/pspttrs.o SRC/pspttrsv.o SRC/psrot.o SRC/psrscl.o SRC/psstebz.o SRC/psstedc.o SRC/psstein.o SRC/pssyev.o SRC/pssyevd.o SRC/pssyevr.o SRC/pssyevx.o SRC/pssygs2.o SRC/pssygst.o SRC/pssygvx.o SRC/pssyngst.o SRC/pssyntrd.o SRC/pssytd2.o SRC/pssytrd.o SRC/pssyttrd.o SRC/pstrcon.o SRC/pstrord.o SRC/pstrrfs.o SRC/pstrsen.o SRC/pstrti2.o SRC/pstrtri.o SRC/pstrtrs.o SRC/pstzrzf.o SRC/pzaxpy.o SRC/pzdbsv.o SRC/pzdbtrf.o SRC/pzdbtrs.o SRC/pzdbtrsv.o SRC/pzdotc.o SRC/pzdotu.o SRC/pzdrscl.o SRC/pzdtsv.o SRC/pzdttrf.o SRC/pzdttrs.o SRC/pzdttrsv.o SRC/pzgbsv.o SRC/pzgbtrf.o SRC/pzgbtrs.o SRC/pzgebd2.o SRC/pzgebrd.o SRC/pzgecon.o SRC/pzgeequ.o SRC/pzgehd2.o SRC/pzgehrd.o SRC/pzgelq2.o SRC/pzgelqf.o SRC/pzgels.o SRC/pzgeql2.o SRC/pzgeqlf.o SRC/pzgeqpf.o SRC/pzgeqr2.o SRC/pzgeqrf.o SRC/pzgerfs.o SRC/pzgerq2.o SRC/pzgerqf.o SRC/pzgesv.o SRC/pzgesvd.o SRC/pzgesvx.o SRC/pzgetf2.o SRC/pzgetrf.o SRC/pzgetri.o SRC/pzgetrs.o SRC/pzggqrf.o SRC/pzggrqf.o SRC/pzheev.o SRC/pzheevd.o SRC/pzheevr.o SRC/pzheevx.o SRC/pzhegs2.o SRC/pzhegst.o SRC/pzhegvx.o SRC/pzhengst.o SRC/pzhentrd.o SRC/pzhetd2.o SRC/pzhetrd.o SRC/pzhettrd.o SRC/pzlabrd.o SRC/pzlacgv.o SRC/pzlacon.o SRC/pzlaconsb.o SRC/pzlacp2.o SRC/pzlacp3.o SRC/pzlacpy.o SRC/pzlaevswp.o SRC/pzlahqr.o SRC/pzlahrd.o SRC/pzlamr1d.o SRC/pzlange.o SRC/pzlanhe.o SRC/pzlanhs.o SRC/pzlansy.o SRC/pzlantr.o SRC/pzlapiv.o SRC/pzlapv2.o SRC/pzlaqge.o SRC/pzlaqsy.o SRC/pzlarf.o SRC/pzlarfb.o SRC/pzlarfc.o SRC/pzlarfg.o SRC/pzlarft.o SRC/pzlarz.o SRC/pzlarzb.o SRC/pzlarzc.o SRC/pzlarzt.o SRC/pzlascl.o SRC/pzlase2.o SRC/pzlaset.o SRC/pzlasmsub.o SRC/pzlassq.o SRC/pzlaswp.o SRC/pzlatra.o SRC/pzlatrd.o SRC/pzlatrs.o SRC/pzlatrz.o SRC/pzlattrs.o SRC/pzlauu2.o SRC/pzlauum.o SRC/pzlawil.o SRC/pzmax1.o SRC/pzpbsv.o SRC/pzpbtrf.o SRC/pzpbtrs.o SRC/pzpbtrsv.o SRC/pzpocon.o SRC/pzpoequ.o SRC/pzporfs.o SRC/pzposv.o SRC/pzposvx.o SRC/pzpotf2.o SRC/pzpotrf.o SRC/pzpotri.o SRC/pzpotrs.o SRC/pzptsv.o SRC/pzpttrf.o SRC/pzpttrs.o SRC/pzpttrsv.o SRC/pzrot.o SRC/pzstein.o SRC/pztrcon.o SRC/pztrevc.o SRC/pztrrfs.o SRC/pztrti2.o SRC/pztrtri.o SRC/pztrtrs.o SRC/pztzrzf.o SRC/pzung2l.o SRC/pzung2r.o SRC/pzungl2.o SRC/pzunglq.o SRC/pzungql.o SRC/pzungqr.o SRC/pzungr2.o SRC/pzungrq.o SRC/pzunm2l.o SRC/pzunm2r.o SRC/pzunmbr.o SRC/pzunmhr.o SRC/pzunml2.o SRC/pzunmlq.o SRC/pzunmql.o SRC/pzunmqr.o SRC/pzunmr2.o SRC/pzunmr3.o SRC/pzunmrq.o SRC/pzunmrz.o SRC/pzunmtr.o SRC/sdbtf2.o SRC/sdbtrf.o SRC/sdttrf.o SRC/sdttrsv.o SRC/slamsh.o SRC/slapst.o SRC/slaqr6.o SRC/slar1va.o SRC/slaref.o SRC/slarrb2.o SRC/slarrd2.o SRC/slarre2.o SRC/slarre2a.o SRC/slarrf2.o SRC/slarrv2.o SRC/slasorte.o SRC/slasrt2.o SRC/spttrsv.o SRC/sstegr2.o SRC/sstegr2a.o SRC/sstegr2b.o SRC/sstein2.o SRC/ssteqr2.o SRC/strmvt.o SRC/zdbtf2.o SRC/zdbtrf.o SRC/zdttrf.o SRC/zdttrsv.o SRC/zlahqr2.o SRC/zlamsh.o SRC/zlanv2.o SRC/zlaref.o SRC/zpttrsv.o SRC/zsteqr2.o SRC/ztrmvt.o TOOLS/LAPACK/clagge.o TOOLS/LAPACK/claghe.o TOOLS/LAPACK/clagsy.o TOOLS/LAPACK/clarnd.o TOOLS/LAPACK/clarnv.o TOOLS/LAPACK/clarot.o TOOLS/LAPACK/clatm1.o TOOLS/LAPACK/clatms.o TOOLS/LAPACK/dlagge.o TOOLS/LAPACK/dlagsy.o TOOLS/LAPACK/dlaran.o TOOLS/LAPACK/dlarnd.o TOOLS/LAPACK/dlarot.o TOOLS/LAPACK/dlatm1.o TOOLS/LAPACK/dlatms.o TOOLS/LAPACK/icopy.o TOOLS/LAPACK/slagge.o TOOLS/LAPACK/slagsy.o TOOLS/LAPACK/slaran.o TOOLS/LAPACK/slarnd.o TOOLS/LAPACK/slarot.o TOOLS/LAPACK/slatm1.o TOOLS/LAPACK/slatms.o TOOLS/LAPACK/zlagge.o TOOLS/LAPACK/zlaghe.o TOOLS/LAPACK/zlagsy.o TOOLS/LAPACK/zlarnd.o TOOLS/LAPACK/zlarnv.o TOOLS/LAPACK/zlarot.o TOOLS/LAPACK/zlatm1.o TOOLS/LAPACK/zlatms.o TOOLS/SL_gridreshape.o TOOLS/SL_init.o TOOLS/ccdotc.o TOOLS/ccdotu.o TOOLS/chk1mat.o TOOLS/clatcpy.o TOOLS/cmatadd.o TOOLS/dddot.o TOOLS/desc_convert.o TOOLS/descinit.o TOOLS/descset.o TOOLS/dlatcpy.o TOOLS/dmatadd.o TOOLS/dsasum.o TOOLS/dscasum.o TOOLS/dscnrm2.o TOOLS/dsnrm2.o TOOLS/iceil.o TOOLS/ilacpy.o TOOLS/ilcm.o TOOLS/indxg2l.o TOOLS/indxg2p.o TOOLS/indxl2g.o TOOLS/infog1l.o TOOLS/infog2l.o TOOLS/npreroc.o TOOLS/numroc.o TOOLS/pcchekpad.o TOOLS/pccol2row.o TOOLS/pcelget.o TOOLS/pcelset.o TOOLS/pcelset2.o TOOLS/pcfillpad.o TOOLS/pchkxmat.o TOOLS/pclaprnt.o TOOLS/pclaread.o TOOLS/pclawrite.o TOOLS/pcmatadd.o TOOLS/pcrow2col.o TOOLS/pctreecomb.o TOOLS/pdchekpad.o TOOLS/pdcol2row.o TOOLS/pdelget.o TOOLS/pdelset.o TOOLS/pdelset2.o TOOLS/pdfillpad.o TOOLS/pdlaprnt.o TOOLS/pdlaread.o TOOLS/pdlawrite.o TOOLS/pdmatadd.o TOOLS/pdrow2col.o TOOLS/pdtreecomb.o TOOLS/pichekpad.o TOOLS/picol2row.o TOOLS/pielget.o TOOLS/pielset.o TOOLS/pielset2.o TOOLS/pifillpad.o TOOLS/pilaprnt.o TOOLS/pirow2col.o TOOLS/pitreecomb.o TOOLS/pschekpad.o TOOLS/pscol2row.o TOOLS/pselget.o TOOLS/pselset.o TOOLS/pselset2.o TOOLS/psfillpad.o TOOLS/pslaprnt.o TOOLS/pslaread.o TOOLS/pslawrite.o TOOLS/psmatadd.o TOOLS/psrow2col.o TOOLS/pstreecomb.o TOOLS/pzchekpad.o TOOLS/pzcol2row.o TOOLS/pzelget.o TOOLS/pzelset.o TOOLS/pzelset2.o TOOLS/pzfillpad.o TOOLS/pzlaprnt.o TOOLS/pzlaread.o TOOLS/pzlawrite.o TOOLS/pzmatadd.o TOOLS/pzrow2col.o TOOLS/pztreecomb.o TOOLS/reshape.o TOOLS/slatcpy.o TOOLS/sltimer.o TOOLS/smatadd.o TOOLS/ssdot.o TOOLS/zlatcpy.o TOOLS/zmatadd.o TOOLS/zzdotc.o TOOLS/zzdotu.o PBLAS/SRC/PBBLAS/pbcmatadd.o PBLAS/SRC/PBBLAS/pbctran.o PBLAS/SRC/PBBLAS/pbctrget.o PBLAS/SRC/PBBLAS/pbctrnv.o PBLAS/SRC/PBBLAS/pbctrsrt.o PBLAS/SRC/PBBLAS/pbctrst1.o PBLAS/SRC/PBBLAS/pbcvecadd.o PBLAS/SRC/PBBLAS/pbdmatadd.o PBLAS/SRC/PBBLAS/pbdtran.o PBLAS/SRC/PBBLAS/pbdtrget.o PBLAS/SRC/PBBLAS/pbdtrnv.o PBLAS/SRC/PBBLAS/pbdtrsrt.o PBLAS/SRC/PBBLAS/pbdtrst1.o PBLAS/SRC/PBBLAS/pbdvecadd.o PBLAS/SRC/PBBLAS/pbsmatadd.o PBLAS/SRC/PBBLAS/pbstran.o PBLAS/SRC/PBBLAS/pbstrget.o PBLAS/SRC/PBBLAS/pbstrnv.o PBLAS/SRC/PBBLAS/pbstrsrt.o PBLAS/SRC/PBBLAS/pbstrst1.o PBLAS/SRC/PBBLAS/pbsvecadd.o PBLAS/SRC/PBBLAS/pbzmatadd.o PBLAS/SRC/PBBLAS/pbztran.o PBLAS/SRC/PBBLAS/pbztrget.o PBLAS/SRC/PBBLAS/pbztrnv.o PBLAS/SRC/PBBLAS/pbztrsrt.o PBLAS/SRC/PBBLAS/pbztrst1.o PBLAS/SRC/PBBLAS/pbzvecadd.o PBLAS/SRC/PTOOLS/PB_CGatherV.o PBLAS/SRC/PTOOLS/PB_CInOutV.o PBLAS/SRC/PTOOLS/PB_CInOutV2.o PBLAS/SRC/PTOOLS/PB_CInV.o PBLAS/SRC/PTOOLS/PB_CInV2.o PBLAS/SRC/PTOOLS/PB_COutV.o PBLAS/SRC/PTOOLS/PB_CScatterV.o PBLAS/SRC/PTOOLS/PB_CVMcontig.o PBLAS/SRC/PTOOLS/PB_CVMinit.o PBLAS/SRC/PTOOLS/PB_CVMloc.o PBLAS/SRC/PTOOLS/PB_CVMnpq.o PBLAS/SRC/PTOOLS/PB_CVMpack.o PBLAS/SRC/PTOOLS/PB_CVMswp.o PBLAS/SRC/PTOOLS/PB_CVMupdate.o PBLAS/SRC/PTOOLS/PB_Cabort.o PBLAS/SRC/PTOOLS/PB_Cainfog2l.o PBLAS/SRC/PTOOLS/PB_CargFtoC.o PBLAS/SRC/PTOOLS/PB_Cbinfo.o PBLAS/SRC/PTOOLS/PB_Cchkmat.o PBLAS/SRC/PTOOLS/PB_Cchkvec.o PBLAS/SRC/PTOOLS/PB_Cconjg.o PBLAS/SRC/PTOOLS/PB_Cctypeset.o PBLAS/SRC/PTOOLS/PB_Cdescribe.o PBLAS/SRC/PTOOLS/PB_Cdescset.o PBLAS/SRC/PTOOLS/PB_Cdtypeset.o PBLAS/SRC/PTOOLS/PB_Cfirstnb.o PBLAS/SRC/PTOOLS/PB_Cg2lrem.o PBLAS/SRC/PTOOLS/PB_Cgcd.o PBLAS/SRC/PTOOLS/PB_Cgetbuf.o PBLAS/SRC/PTOOLS/PB_Cindxg2p.o PBLAS/SRC/PTOOLS/PB_Cinfog2l.o PBLAS/SRC/PTOOLS/PB_Citypeset.o PBLAS/SRC/PTOOLS/PB_Clastnb.o PBLAS/SRC/PTOOLS/PB_Clcm.o PBLAS/SRC/PTOOLS/PB_Cmalloc.o PBLAS/SRC/PTOOLS/PB_Cnnxtroc.o PBLAS/SRC/PTOOLS/PB_Cnpreroc.o PBLAS/SRC/PTOOLS/PB_Cnumroc.o PBLAS/SRC/PTOOLS/PB_Cpaxpby.o PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.o PBLAS/SRC/PTOOLS/PB_CpaxpbyND.o PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.o PBLAS/SRC/PTOOLS/PB_Cpdot11.o PBLAS/SRC/PTOOLS/PB_CpdotND.o PBLAS/SRC/PTOOLS/PB_CpdotNN.o PBLAS/SRC/PTOOLS/PB_Cpgeadd.o PBLAS/SRC/PTOOLS/PB_CpgemmAB.o PBLAS/SRC/PTOOLS/PB_CpgemmAC.o PBLAS/SRC/PTOOLS/PB_CpgemmBC.o PBLAS/SRC/PTOOLS/PB_Cplacnjg.o PBLAS/SRC/PTOOLS/PB_Cplapad.o PBLAS/SRC/PTOOLS/PB_Cplapd2.o PBLAS/SRC/PTOOLS/PB_Cplaprnt.o PBLAS/SRC/PTOOLS/PB_Cplasca2.o PBLAS/SRC/PTOOLS/PB_Cplascal.o PBLAS/SRC/PTOOLS/PB_CpswapND.o PBLAS/SRC/PTOOLS/PB_CpswapNN.o PBLAS/SRC/PTOOLS/PB_Cpsym.o PBLAS/SRC/PTOOLS/PB_CpsymmAB.o PBLAS/SRC/PTOOLS/PB_CpsymmBC.o PBLAS/SRC/PTOOLS/PB_Cpsyr.o PBLAS/SRC/PTOOLS/PB_Cpsyr2.o PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.o PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.o PBLAS/SRC/PTOOLS/PB_CpsyrkA.o PBLAS/SRC/PTOOLS/PB_CpsyrkAC.o PBLAS/SRC/PTOOLS/PB_Cptradd.o PBLAS/SRC/PTOOLS/PB_Cptran.o PBLAS/SRC/PTOOLS/PB_Cptrm.o PBLAS/SRC/PTOOLS/PB_CptrmmAB.o PBLAS/SRC/PTOOLS/PB_CptrmmB.o PBLAS/SRC/PTOOLS/PB_Cptrsm.o PBLAS/SRC/PTOOLS/PB_CptrsmAB.o PBLAS/SRC/PTOOLS/PB_CptrsmAB0.o PBLAS/SRC/PTOOLS/PB_CptrsmAB1.o PBLAS/SRC/PTOOLS/PB_CptrsmB.o PBLAS/SRC/PTOOLS/PB_Cptrsv.o PBLAS/SRC/PTOOLS/PB_Cspan.o PBLAS/SRC/PTOOLS/PB_Cstypeset.o PBLAS/SRC/PTOOLS/PB_Ctop.o PBLAS/SRC/PTOOLS/PB_Ctzahemv.o PBLAS/SRC/PTOOLS/PB_Ctzasymv.o PBLAS/SRC/PTOOLS/PB_Ctzatrmv.o PBLAS/SRC/PTOOLS/PB_Ctzhemm.o PBLAS/SRC/PTOOLS/PB_Ctzhemv.o PBLAS/SRC/PTOOLS/PB_Ctzher.o PBLAS/SRC/PTOOLS/PB_Ctzher2.o PBLAS/SRC/PTOOLS/PB_Ctzher2k.o PBLAS/SRC/PTOOLS/PB_Ctzherk.o PBLAS/SRC/PTOOLS/PB_Ctzsymm.o PBLAS/SRC/PTOOLS/PB_Ctzsymv.o PBLAS/SRC/PTOOLS/PB_Ctzsyr.o PBLAS/SRC/PTOOLS/PB_Ctzsyr2.o PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.o PBLAS/SRC/PTOOLS/PB_Ctzsyrk.o PBLAS/SRC/PTOOLS/PB_Ctztrmm.o PBLAS/SRC/PTOOLS/PB_Ctztrmv.o PBLAS/SRC/PTOOLS/PB_Cwarn.o PBLAS/SRC/PTOOLS/PB_Cztypeset.o PBLAS/SRC/PTOOLS/PB_freebuf_.o PBLAS/SRC/PTOOLS/PB_topget_.o PBLAS/SRC/PTOOLS/PB_topset_.o PBLAS/SRC/PTZBLAS/cagemv.o PBLAS/SRC/PTZBLAS/cahemv.o PBLAS/SRC/PTZBLAS/casymv.o PBLAS/SRC/PTZBLAS/catrmv.o PBLAS/SRC/PTZBLAS/ccshft.o PBLAS/SRC/PTZBLAS/chescal.o PBLAS/SRC/PTZBLAS/cmmadd.o PBLAS/SRC/PTZBLAS/cmmcadd.o PBLAS/SRC/PTZBLAS/cmmdda.o PBLAS/SRC/PTZBLAS/cmmddac.o PBLAS/SRC/PTZBLAS/cmmddact.o PBLAS/SRC/PTZBLAS/cmmddat.o PBLAS/SRC/PTZBLAS/cmmtadd.o PBLAS/SRC/PTZBLAS/cmmtcadd.o PBLAS/SRC/PTZBLAS/crshft.o PBLAS/SRC/PTZBLAS/cset.o PBLAS/SRC/PTZBLAS/csymv.o PBLAS/SRC/PTZBLAS/csyr.o PBLAS/SRC/PTZBLAS/csyr2.o PBLAS/SRC/PTZBLAS/ctzcnjg.o PBLAS/SRC/PTZBLAS/ctzpad.o PBLAS/SRC/PTZBLAS/ctzpadcpy.o PBLAS/SRC/PTZBLAS/ctzscal.o PBLAS/SRC/PTZBLAS/cvvdotc.o PBLAS/SRC/PTZBLAS/cvvdotu.o PBLAS/SRC/PTZBLAS/dagemv.o PBLAS/SRC/PTZBLAS/dascal.o PBLAS/SRC/PTZBLAS/dasqrtb.o PBLAS/SRC/PTZBLAS/dasymv.o PBLAS/SRC/PTZBLAS/datrmv.o PBLAS/SRC/PTZBLAS/dcshft.o PBLAS/SRC/PTZBLAS/dmmadd.o PBLAS/SRC/PTZBLAS/dmmcadd.o PBLAS/SRC/PTZBLAS/dmmdda.o PBLAS/SRC/PTZBLAS/dmmddac.o PBLAS/SRC/PTZBLAS/dmmddact.o PBLAS/SRC/PTZBLAS/dmmddat.o PBLAS/SRC/PTZBLAS/dmmtadd.o PBLAS/SRC/PTZBLAS/dmmtcadd.o PBLAS/SRC/PTZBLAS/drshft.o PBLAS/SRC/PTZBLAS/dset.o PBLAS/SRC/PTZBLAS/dtzpad.o PBLAS/SRC/PTZBLAS/dtzpadcpy.o PBLAS/SRC/PTZBLAS/dtzscal.o PBLAS/SRC/PTZBLAS/dvasum.o PBLAS/SRC/PTZBLAS/dvvdot.o PBLAS/SRC/PTZBLAS/dzvasum.o PBLAS/SRC/PTZBLAS/immadd.o PBLAS/SRC/PTZBLAS/immdda.o PBLAS/SRC/PTZBLAS/immddat.o PBLAS/SRC/PTZBLAS/immtadd.o PBLAS/SRC/PTZBLAS/pxerbla.o PBLAS/SRC/PTZBLAS/sagemv.o PBLAS/SRC/PTZBLAS/sascal.o PBLAS/SRC/PTZBLAS/sasqrtb.o PBLAS/SRC/PTZBLAS/sasymv.o PBLAS/SRC/PTZBLAS/satrmv.o PBLAS/SRC/PTZBLAS/scshft.o PBLAS/SRC/PTZBLAS/scvasum.o PBLAS/SRC/PTZBLAS/smmadd.o PBLAS/SRC/PTZBLAS/smmcadd.o PBLAS/SRC/PTZBLAS/smmdda.o PBLAS/SRC/PTZBLAS/smmddac.o PBLAS/SRC/PTZBLAS/smmddact.o PBLAS/SRC/PTZBLAS/smmddat.o PBLAS/SRC/PTZBLAS/smmtadd.o PBLAS/SRC/PTZBLAS/smmtcadd.o PBLAS/SRC/PTZBLAS/srshft.o PBLAS/SRC/PTZBLAS/sset.o PBLAS/SRC/PTZBLAS/stzpad.o PBLAS/SRC/PTZBLAS/stzpadcpy.o PBLAS/SRC/PTZBLAS/stzscal.o PBLAS/SRC/PTZBLAS/svasum.o PBLAS/SRC/PTZBLAS/svvdot.o PBLAS/SRC/PTZBLAS/zagemv.o PBLAS/SRC/PTZBLAS/zahemv.o PBLAS/SRC/PTZBLAS/zasymv.o PBLAS/SRC/PTZBLAS/zatrmv.o PBLAS/SRC/PTZBLAS/zcshft.o PBLAS/SRC/PTZBLAS/zhescal.o PBLAS/SRC/PTZBLAS/zmmadd.o PBLAS/SRC/PTZBLAS/zmmcadd.o PBLAS/SRC/PTZBLAS/zmmdda.o PBLAS/SRC/PTZBLAS/zmmddac.o PBLAS/SRC/PTZBLAS/zmmddact.o PBLAS/SRC/PTZBLAS/zmmddat.o PBLAS/SRC/PTZBLAS/zmmtadd.o PBLAS/SRC/PTZBLAS/zmmtcadd.o PBLAS/SRC/PTZBLAS/zrshft.o PBLAS/SRC/PTZBLAS/zset.o PBLAS/SRC/PTZBLAS/zsymv.o PBLAS/SRC/PTZBLAS/zsyr.o PBLAS/SRC/PTZBLAS/zsyr2.o PBLAS/SRC/PTZBLAS/ztzcnjg.o PBLAS/SRC/PTZBLAS/ztzpad.o PBLAS/SRC/PTZBLAS/ztzpadcpy.o PBLAS/SRC/PTZBLAS/ztzscal.o PBLAS/SRC/PTZBLAS/zvvdotc.o PBLAS/SRC/PTZBLAS/zvvdotu.o BLACS/SRC/igesd2d_.oo BLACS/SRC/sgesd2d_.oo BLACS/SRC/dgesd2d_.oo BLACS/SRC/cgesd2d_.oo BLACS/SRC/zgesd2d_.oo BLACS/SRC/itrsd2d_.oo BLACS/SRC/strsd2d_.oo BLACS/SRC/dtrsd2d_.oo BLACS/SRC/ctrsd2d_.oo BLACS/SRC/ztrsd2d_.oo BLACS/SRC/igerv2d_.oo BLACS/SRC/sgerv2d_.oo BLACS/SRC/dgerv2d_.oo BLACS/SRC/cgerv2d_.oo BLACS/SRC/zgerv2d_.oo BLACS/SRC/itrrv2d_.oo BLACS/SRC/strrv2d_.oo BLACS/SRC/dtrrv2d_.oo BLACS/SRC/ctrrv2d_.oo BLACS/SRC/ztrrv2d_.oo BLACS/SRC/igebs2d_.oo BLACS/SRC/sgebs2d_.oo BLACS/SRC/dgebs2d_.oo BLACS/SRC/cgebs2d_.oo BLACS/SRC/zgebs2d_.oo BLACS/SRC/igebr2d_.oo BLACS/SRC/sgebr2d_.oo BLACS/SRC/dgebr2d_.oo BLACS/SRC/cgebr2d_.oo BLACS/SRC/zgebr2d_.oo BLACS/SRC/itrbs2d_.oo BLACS/SRC/strbs2d_.oo BLACS/SRC/dtrbs2d_.oo BLACS/SRC/ctrbs2d_.oo BLACS/SRC/ztrbs2d_.oo BLACS/SRC/itrbr2d_.oo BLACS/SRC/strbr2d_.oo BLACS/SRC/dtrbr2d_.oo BLACS/SRC/ctrbr2d_.oo BLACS/SRC/ztrbr2d_.oo BLACS/SRC/igsum2d_.oo BLACS/SRC/sgsum2d_.oo BLACS/SRC/dgsum2d_.oo BLACS/SRC/cgsum2d_.oo BLACS/SRC/zgsum2d_.oo BLACS/SRC/igamx2d_.oo BLACS/SRC/sgamx2d_.oo BLACS/SRC/dgamx2d_.oo BLACS/SRC/cgamx2d_.oo BLACS/SRC/zgamx2d_.oo BLACS/SRC/igamn2d_.oo BLACS/SRC/sgamn2d_.oo BLACS/SRC/dgamn2d_.oo BLACS/SRC/cgamn2d_.oo BLACS/SRC/zgamn2d_.oo BLACS/SRC/blacs_setup_.oo BLACS/SRC/blacs_set_.oo BLACS/SRC/blacs_get_.oo BLACS/SRC/blacs_abort_.oo BLACS/SRC/blacs_exit_.oo BLACS/SRC/blacs_pnum_.oo BLACS/SRC/blacs_pcoord_.oo BLACS/SRC/ksendid_.oo BLACS/SRC/krecvid_.oo BLACS/SRC/kbsid_.oo BLACS/SRC/kbrid_.oo BLACS/SRC/dcputime00_.oo BLACS/SRC/dwalltime00_.oo BLACS/SRC/blacs_pinfo_.oo BLACS/SRC/blacs_init_.oo BLACS/SRC/blacs_map_.oo BLACS/SRC/blacs_free_.oo BLACS/SRC/blacs_grid_.oo BLACS/SRC/blacs_info_.oo BLACS/SRC/blacs_barr_.oo BLACS/SRC/sys2blacs_.oo BLACS/SRC/blacs2sys_.oo BLACS/SRC/free_handle_.oo /usr/bin/ranlib libscalapack.a ********Output of running make on SCALAPACK follows ******* /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/clamov.o -c -O0 -DAdd_ SRC/clamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/dlamov.o -c -O0 -DAdd_ SRC/dlamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/slamov.o -c -O0 -DAdd_ SRC/slamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/zlamov.o -c -O0 -DAdd_ SRC/zlamov.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgesd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrsd2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgerv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrrv2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgesd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgesd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrsd2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrsd2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgerv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgerv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrrv2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrrv2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbs2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/itrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/strbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dtrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ctrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbr2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ztrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgsum2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgebs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgebr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgebr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/itrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/itrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dtrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dtrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/strbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/strbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ztrbs2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ztrbs2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ctrbr2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ctrbr2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgsum2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgsum2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamx2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/igamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/cgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamn2d_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/zgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_setup_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_setup_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_set_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_set_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_get_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_get_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_abort_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_abort_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_exit_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_exit_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pnum_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_pnum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pcoord_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_pcoord_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ksendid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/ksendid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/krecvid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/krecvid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbsid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/kbsid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbrid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/kbrid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dcputime00_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dcputime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dwalltime00_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/dwalltime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_setup_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_setup_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pinfo_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_pinfo_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_get_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_get_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pnum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_pnum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/krecvid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/krecvid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_exit_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_exit_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_abort_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_abort_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/ksendid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/ksendid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_init_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_init_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_set_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_set_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pcoord_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_pcoord_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbsid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/kbsid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamx2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgamx2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_map_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_map_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/kbrid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/kbrid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/igamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/igamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dcputime00_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dcputime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/cgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/cgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/zgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/zgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dwalltime00_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dwalltime00_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/dgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/dgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sgamn2d_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sgamn2d_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_free_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_free_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_grid_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_grid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_pinfo_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_pinfo_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_info_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_info_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_barr_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs_barr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sys2blacs_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/sys2blacs_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs2sys_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/blacs2sys_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/free_handle_.oo -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DCallFromC BLACS/SRC/free_handle_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Arecv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Arecv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ArgCheck.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ArgCheck.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Asend.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Asend.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BeComb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BeComb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_init_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_init_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BlacsAbort.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BlacsAbort.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BlacsErr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BlacsErr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BlacsWarn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BlacsWarn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_free_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_free_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_grid_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_grid_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_BuffIsFree.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_BuffIsFree.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_map_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_map_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_barr_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_barr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ContxtNum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ContxtNum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs_info_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs_info_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_EmergencyBuff.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_EmergencyBuff.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GetBuff.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GetBuff.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GetMpiGeType.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GetMpiGeType.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GetMpiTrType.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GetMpiTrType.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_GlobalVars.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_GlobalVars.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/blacs2sys_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/blacs2sys_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_HypBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_HypBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/free_handle_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/free_handle_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/sys2blacs_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/sys2blacs_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_HypBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_HypBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_IdringBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_IdringBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_IdringBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_IdringBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_MpathBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_MpathBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_MpathBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_MpathBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_MringComb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_MringComb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Pack.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Pack.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Rsend.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Rsend.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Srecv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Srecv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_SringBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_SringBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_SringBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_SringBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Ssend.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Ssend.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TransDist.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TransDist.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TransUserComm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TransUserComm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TreeBR.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TreeBR.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TreeBS.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TreeBS.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_TreeComb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_TreeComb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_Unpack.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_Unpack.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_UpdateBuffs.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_UpdateBuffs.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cMPI_sum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cMPI_sum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_cvvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_cvvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dmvcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dmvcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvmcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvmcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_dvvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_dvvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_iMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_iMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_imvcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_imvcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivmcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivmcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_ivvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_ivvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_sMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_sMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_smvcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_smvcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svmcopy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svmcopy.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_svvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_svvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_amx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_amx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zMPI_sum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zMPI_sum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamn2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamn2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamx.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamx.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvamx2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvamx2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o BLACS/SRC/BI_zvvsum.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include BLACS/SRC/BI_zvvsum.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcahemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcahemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pccopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pccopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcdotc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcdotc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcdotu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcdotu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgerc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgerc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcgeru_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcgeru_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pchemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pchemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pchemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pchemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcher2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcher2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcher2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcher2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcher_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcher_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcherk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcherk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pcsyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pcsyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctranc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctranc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctranu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctranu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pctrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pctrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdasymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdasymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdcopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdcopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pddot_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pddot_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdger_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdger_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdnrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdnrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyr2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyr2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyr_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdsyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdsyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtran_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtran_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdtrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdtrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdzasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdzasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pdznrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pdznrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/picopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/picopy_.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/pilaenv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/pilaenv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psasymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psasymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pscasum_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pscasum_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pscnrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pscnrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pscopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pscopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psdot_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psdot_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psger_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psger_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psnrm2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psnrm2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/psswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/psswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssymv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssymv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyr2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyr2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyr_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyr_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pssyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pssyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstran_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstran_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pstrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pstrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzagemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzagemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzahemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzahemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzamax_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzamax_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzatrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzatrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzaxpy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzaxpy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzcopy_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzcopy_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzdotc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzdotc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzdotu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzdotu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzdscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzdscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgeadd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgeadd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgerc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgerc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzgeru_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzgeru_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzhemm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzhemm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzhemv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzhemv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzher2_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzher2_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzher2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzher2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzher_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzher_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzherk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzherk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzscal_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzscal_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzswap_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzswap_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzsymm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzsymm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzsyr2k_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzsyr2k_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pzsyrk_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pzsyrk_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztradd_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztradd_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztranc_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztranc_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztranu_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztranu_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrmm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrmm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrmv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrmv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrsm_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrsm_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/pztrsv_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/pztrsv_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pcgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pcgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pcgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pcgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pctrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pctrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pctrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pctrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdtrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdtrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pdtrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pdtrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pgemraux.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pgemraux.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pigemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pigemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pigemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pigemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pitrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pitrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pitrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pitrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/psgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/psgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/psgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/psgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pstrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pstrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pstrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pstrmr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pzgemr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pzgemr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pzgemr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pzgemr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pztrmr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pztrmr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o REDIST/SRC/pztrmr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include REDIST/SRC/pztrmr2.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bdlaapp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bdlaapp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bdlaexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bdlaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bdtrexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bdtrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bslaapp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bslaapp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bslaexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bslaexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/bstrexc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/bstrexc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/clahqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/clahqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/clamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/clamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/clanv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/clanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/claref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/claref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/cpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/cpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/csteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/csteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ctrmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ctrmvt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ddttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ddttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlapst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlapst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlaqr6.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlaqr6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlar1va.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlar1va.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlaref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlaref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrb2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarre2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarre2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarre2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarre2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlarrv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlarrv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlasorte.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlasorte.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dlasrt2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dlasrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstegr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstegr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstegr2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstegr2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstegr2b.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstegr2b.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dstein2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dstein2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dsteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dsteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/dtrmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/dtrmvt.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/getpbbuf.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/getpbbuf.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pbchkvect.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pbchkvect.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcheevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchegs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchegst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchegvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchengst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchengst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchentrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchentrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchetd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchetrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pchettrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pchettrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacgv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclanhe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarfc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarfc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarzc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarzc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclattrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclattrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pclawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pclawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcmax1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pcrot.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pcrot.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcsrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcsrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrevc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pctzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pctzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcung2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcung2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcungrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pcunmtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pcunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pddttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pddttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgebal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdhseqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdhseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlabad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaed3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaedz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaedz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlahrd.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pdlaiect.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pdlaiect.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlamch.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlamch.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlamve.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlamve.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr4.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqr5.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlared1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlared1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlared2d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlared2d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlasrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdlawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdlawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorg2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorg2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorgrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdorml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdormtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdrot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdstebz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdstedc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsygs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsygst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsygvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyngst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyngst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyntrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyntrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsytd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsytrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdsyttrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdsyttrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrord.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrord.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrsen.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdtzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdtzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pdzsum1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pdzsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pilaenvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pilaenvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pilaver.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pilaver.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/piparmq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/piparmq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pjlaenv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pjlaenv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pmpcol.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pmpcol.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pmpim2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pmpim2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pscsum1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pscsum1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgebal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgebal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pshseqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pshseqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslabad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslabad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaed3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaed3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaedz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaedz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslahrd.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pslaiect.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pslaiect.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslamch.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslamch.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslamve.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslamve.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr0.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr0.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr4.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr4.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqr5.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqr5.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslared1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslared1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslared2d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslared2d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslasrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslasrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pslawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pslawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorg2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorg2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorg2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorgrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorgrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psorml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psorml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psormtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psormtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pspttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pspttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psrot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psrot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psstebz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psstebz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psstedc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psstedc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/psstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/psstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssygs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssygs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssygst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssygst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssygvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssygvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyngst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyngst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyntrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyntrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssytd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssytd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssytrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssytrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pssyttrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pssyttrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrord.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrord.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrsen.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrsen.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pstzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pstzrzf.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzaxpy.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzaxpy.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzdotc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzdotc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzdotu.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzdotu.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdrscl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdrscl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdtsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdtsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgebd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgebd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgebrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgebrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgecon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgecon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgehd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgehd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgehrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgehrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgelq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgelq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgelqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgelqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgels.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgels.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeql2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeql2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqlf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqlf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqpf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqpf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgeqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgeqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgerfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgerfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgerq2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgerq2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgerqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgerqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgesv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgesv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgesvd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgesvd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgesvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgesvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzgetrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzgetrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzggqrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzggqrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzggrqf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzggrqf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheev.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheev.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheevd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheevd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheevr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheevr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzheevx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzheevx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhegs2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhegs2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhegst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhegst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhegvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhegvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhengst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhengst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhentrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhentrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhetd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhetd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhetrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhetrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzhettrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzhettrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlabrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlabrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacgv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacgv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaconsb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaconsb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacp2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacp2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacp3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacp3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaevswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaevswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlahqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlahqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlahrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlahrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlamr1d.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlamr1d.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlange.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlange.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlanhe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlanhe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlanhs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlanhs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlansy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlansy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlantr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlantr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlapiv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlapiv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlapv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlapv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaqge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaqge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaqsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaqsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarfb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarfb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarfc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarfc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarfg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarfg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarzb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarzb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarzc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarzc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlarzt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlarzt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlascl.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlascl.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlase2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlase2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlasmsub.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlasmsub.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlassq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlassq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlaswp.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlaswp.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatra.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatra.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatrd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatrd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlatrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlatrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlattrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlattrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlauu2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlauu2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlauum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlauum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzlawil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzlawil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzmax1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzmax1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpbtrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpbtrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpocon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpocon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpoequ.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpoequ.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzporfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzporfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzposv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzposv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzposvx.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzposvx.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpotrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpotrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzptsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzptsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpttrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpttrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpicc -o SRC/pzrot.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include SRC/pzrot.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzstein.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzstein.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrcon.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrcon.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrevc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrevc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrrfs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrrfs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrti2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrti2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrtri.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrtri.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztrtrs.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztrtrs.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pztzrzf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pztzrzf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzung2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzung2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzung2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzung2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungl2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungl2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunglq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunglq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzungrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzungrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunm2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunm2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunm2r.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunm2r.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmbr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmbr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmhr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmhr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunml2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunml2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmlq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmlq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmql.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmql.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmqr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmqr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmr3.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmr3.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmrq.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmrq.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmrz.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmrz.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/pzunmtr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/pzunmtr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slapst.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slapst.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slaqr6.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slaqr6.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slar1va.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slar1va.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slaref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slaref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrb2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrb2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrd2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrd2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarre2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarre2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarre2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarre2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slarrv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slarrv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slasorte.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slasorte.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/slasrt2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/slasrt2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/spttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/spttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstegr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstegr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstegr2a.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstegr2a.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstegr2b.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstegr2b.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/sstein2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/sstein2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ssteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ssteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/strmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/strmvt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdbtf2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdbtf2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdbtrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdbtrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdttrf.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdttrf.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zdttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zdttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlahqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlahqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlamsh.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlamsh.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlanv2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlanv2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zlaref.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zlaref.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zpttrsv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zpttrsv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/zsteqr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/zsteqr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o SRC/ztrmvt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O SRC/ztrmvt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/claghe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/claghe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clarnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/clatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/clatms.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlaran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlaran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/dlatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/dlatms.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/icopy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/icopy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slaran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slaran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/slatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/slatms.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlagge.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlagge.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlaghe.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlaghe.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlagsy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlagsy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlarnd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlarnd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlarnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlarnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlarot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlarot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlatm1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlatm1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/LAPACK/zlatms.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/LAPACK/zlatms.f /home/kongf/workhome/rod/mpich/bin/mpicc -o TOOLS/SL_gridreshape.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include TOOLS/SL_gridreshape.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/SL_init.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/SL_init.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ccdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ccdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ccdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ccdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/chk1mat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/chk1mat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/clatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/clatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/cmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/cmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dddot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dddot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/desc_convert.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/desc_convert.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/descinit.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/descinit.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/descset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/descset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dlatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dlatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dsasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dsasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dscasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dscasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dscnrm2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dscnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/dsnrm2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/dsnrm2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/iceil.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/iceil.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ilacpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ilacpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ilcm.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ilcm.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/indxg2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/indxg2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/indxg2p.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/indxg2p.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/indxl2g.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/indxl2g.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/infog1l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/infog1l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/infog2l.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/infog2l.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/npreroc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/npreroc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/numroc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/numroc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcchekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcchekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pccol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pccol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcelget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcelget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcelset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcelset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcelset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcelset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pchkxmat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pchkxmat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pclaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pclaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pclaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pclaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pclawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pclawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pcrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pcrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pctreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pctreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdchekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdchekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdcol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdcol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdelget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdelget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdelset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdelset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdelset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdelset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdlaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdlaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdlaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdlaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdlawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdlawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pdtreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pdtreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pichekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pichekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/picol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/picol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pielget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pielget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pielset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pielset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pielset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pielset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pifillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pifillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pilaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pilaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pirow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pirow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pitreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pitreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pschekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pschekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pscol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pscol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pselget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pselget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pselset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pselset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pselset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pselset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/psfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/psfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pslaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pslaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pslaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pslaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pslawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pslawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/psmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/psmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/psrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/psrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pstreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pstreecomb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzchekpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzchekpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzcol2row.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzcol2row.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzelget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzelget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzelset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzelset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzelset2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzelset2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzfillpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzfillpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzlaprnt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzlaprnt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzlaread.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzlaread.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzlawrite.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzlawrite.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pzrow2col.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pzrow2col.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/pztreecomb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/pztreecomb.f /home/kongf/workhome/rod/mpich/bin/mpicc -o TOOLS/reshape.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include TOOLS/reshape.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/slatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/slatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/sltimer.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/sltimer.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/smatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/smatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/ssdot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/ssdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zlatcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zlatcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zzdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zzdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o TOOLS/zzdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O TOOLS/zzdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbcmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbcmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbctrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbctrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbcvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbcvecadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdtrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdtrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbdvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbdvecadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbsmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbsmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbstrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbstrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbsvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbsvecadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbzmatadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbzmatadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztran.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztran.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrget.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrget.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrnv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrnv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrsrt.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrsrt.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbztrst1.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbztrst1.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PBBLAS/pbzvecadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PBBLAS/pbzvecadd.f /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CGatherV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CGatherV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInOutV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInOutV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInOutV2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInOutV2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CInV2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CInV2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_COutV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_COutV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CScatterV.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CScatterV.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMcontig.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMcontig.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMinit.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMinit.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMloc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMloc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMnpq.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMnpq.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMpack.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMpack.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMswp.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMswp.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CVMupdate.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CVMupdate.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cabort.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cabort.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cainfog2l.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cainfog2l.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CargFtoC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CargFtoC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cbinfo.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cbinfo.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cchkmat.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cchkmat.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cchkvec.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cchkvec.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cconjg.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cconjg.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cctypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cctypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cdescribe.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cdescribe.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cdescset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cdescset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cdtypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cdtypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cfirstnb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cfirstnb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cg2lrem.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cg2lrem.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cgcd.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cgcd.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cgetbuf.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cgetbuf.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cindxg2p.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cindxg2p.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cinfog2l.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cinfog2l.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Citypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Citypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Clastnb.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Clastnb.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Clcm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Clcm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cmalloc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cmalloc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cnnxtroc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cnnxtroc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cnpreroc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cnpreroc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cnumroc.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cnumroc.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpaxpby.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpaxpby.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpaxpbyND.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpaxpbyND.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpdot11.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpdot11.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpdotND.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpdotND.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpdotNN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpdotNN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpgeadd.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpgeadd.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpgemmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpgemmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpgemmAC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpgemmAC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpgemmBC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpgemmBC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplacnjg.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplacnjg.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplapad.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplapad.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplapd2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplapd2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplaprnt.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplaprnt.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplasca2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplasca2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cplascal.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cplascal.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpswapND.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpswapND.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpswapNN.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpswapNN.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsym.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsym.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsymmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsymmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsymmBC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsymmBC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsyrkA.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsyrkA.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CpsyrkAC.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CpsyrkAC.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptradd.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptradd.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptran.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptran.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptrm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptrm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrmmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrmmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrmmB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrmmB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptrsm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptrsm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmAB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmAB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmAB0.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmAB0.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmAB1.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmAB1.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_CptrsmB.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_CptrsmB.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cptrsv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cptrsv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cspan.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cspan.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cstypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cstypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctop.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctop.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzahemv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzahemv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzasymv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzasymv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzatrmv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzatrmv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzhemm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzhemm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzhemv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzhemv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzher.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzher.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzher2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzher2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzher2k.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzher2k.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzherk.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzherk.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsymm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsymm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsymv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsymv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyr.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyr.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyr2.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyr2.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctzsyrk.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctzsyrk.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctztrmm.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctztrmm.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Ctztrmv.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Ctztrmv.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cwarn.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cwarn.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_Cztypeset.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_Cztypeset.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_freebuf_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_freebuf_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_topget_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_topget_.c /home/kongf/workhome/rod/mpich/bin/mpicc -o PBLAS/SRC/PTOOLS/PB_topset_.o -c -DAdd_ -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include PBLAS/SRC/PTOOLS/PB_topset_.c /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cahemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cahemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/casymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/casymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/catrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/catrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ccshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ccshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/chescal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/chescal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cmmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cmmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/crshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/crshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/csymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/csymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/csyr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/csyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/csyr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/csyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzcnjg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzcnjg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ctzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ctzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cvvdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cvvdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/cvvdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/cvvdotu.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dascal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dascal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dasqrtb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dasqrtb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dasymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dasymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/datrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/datrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dcshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dcshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dmmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dmmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/drshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/drshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dtzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dtzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dtzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dtzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dtzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dtzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dvasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dvasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dvvdot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dvvdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/dzvasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/dzvasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/immtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/immtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/pxerbla.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/pxerbla.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sascal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sascal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sasqrtb.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sasqrtb.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sasymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sasymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/satrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/satrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/scshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/scshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/scvasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/scvasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/smmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/smmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/srshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/srshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/sset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/sset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/stzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/stzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/stzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/stzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/stzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/stzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/svasum.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/svasum.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/svvdot.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/svvdot.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zagemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zagemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zahemv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zahemv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zasymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zasymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zatrmv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zatrmv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zcshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zcshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zhescal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zhescal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmdda.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmdda.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmddac.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmddac.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmddact.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmddact.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmddat.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmddat.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmtadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmtadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zmmtcadd.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zmmtcadd.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zrshft.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zrshft.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zset.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zset.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zsymv.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zsymv.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zsyr.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zsyr.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zsyr2.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zsyr2.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzcnjg.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzcnjg.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzpad.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzpad.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzpadcpy.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzpadcpy.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/ztzscal.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/ztzscal.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zvvdotc.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zvvdotc.f /home/kongf/workhome/rod/mpich/bin/mpif90 -o PBLAS/SRC/PTZBLAS/zvvdotu.o -c -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O PBLAS/SRC/PTZBLAS/zvvdotu.f /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libscalapack.a SRC/clamov.o SRC/dlamov.o SRC/slamov.o SRC/zlamov.o BLACS/SRC/igesd2d_.o BLACS/SRC/sgesd2d_.o BLACS/SRC/dgesd2d_.o BLACS/SRC/cgesd2d_.o BLACS/SRC/zgesd2d_.o BLACS/SRC/itrsd2d_.o BLACS/SRC/strsd2d_.o BLACS/SRC/dtrsd2d_.o BLACS/SRC/ctrsd2d_.o BLACS/SRC/ztrsd2d_.o BLACS/SRC/igerv2d_.o BLACS/SRC/sgerv2d_.o BLACS/SRC/dgerv2d_.o BLACS/SRC/cgerv2d_.o BLACS/SRC/zgerv2d_.o BLACS/SRC/itrrv2d_.o BLACS/SRC/strrv2d_.o BLACS/SRC/dtrrv2d_.o BLACS/SRC/ctrrv2d_.o BLACS/SRC/ztrrv2d_.o BLACS/SRC/igebs2d_.o BLACS/SRC/sgebs2d_.o BLACS/SRC/dgebs2d_.o BLACS/SRC/cgebs2d_.o BLACS/SRC/zgebs2d_.o BLACS/SRC/igebr2d_.o BLACS/SRC/sgebr2d_.o BLACS/SRC/dgebr2d_.o BLACS/SRC/cgebr2d_.o BLACS/SRC/zgebr2d_.o BLACS/SRC/itrbs2d_.o BLACS/SRC/strbs2d_.o BLACS/SRC/dtrbs2d_.o BLACS/SRC/ctrbs2d_.o BLACS/SRC/ztrbs2d_.o BLACS/SRC/itrbr2d_.o BLACS/SRC/strbr2d_.o BLACS/SRC/dtrbr2d_.o BLACS/SRC/ctrbr2d_.o BLACS/SRC/ztrbr2d_.o BLACS/SRC/igsum2d_.o BLACS/SRC/sgsum2d_.o BLACS/SRC/dgsum2d_.o BLACS/SRC/cgsum2d_.o BLACS/SRC/zgsum2d_.o BLACS/SRC/igamx2d_.o BLACS/SRC/sgamx2d_.o BLACS/SRC/dgamx2d_.o BLACS/SRC/cgamx2d_.o BLACS/SRC/zgamx2d_.o BLACS/SRC/igamn2d_.o BLACS/SRC/sgamn2d_.o BLACS/SRC/dgamn2d_.o BLACS/SRC/cgamn2d_.o BLACS/SRC/zgamn2d_.o BLACS/SRC/blacs_setup_.o BLACS/SRC/blacs_set_.o BLACS/SRC/blacs_get_.o BLACS/SRC/blacs_abort_.o BLACS/SRC/blacs_exit_.o BLACS/SRC/blacs_pnum_.o BLACS/SRC/blacs_pcoord_.o BLACS/SRC/ksendid_.o BLACS/SRC/krecvid_.o BLACS/SRC/kbsid_.o BLACS/SRC/kbrid_.o BLACS/SRC/dcputime00_.o BLACS/SRC/dwalltime00_.o BLACS/SRC/blacs_pinfo_.o BLACS/SRC/blacs_init_.o BLACS/SRC/blacs_map_.o BLACS/SRC/blacs_free_.o BLACS/SRC/blacs_grid_.o BLACS/SRC/blacs_info_.o BLACS/SRC/blacs_barr_.o BLACS/SRC/sys2blacs_.o BLACS/SRC/blacs2sys_.o BLACS/SRC/free_handle_.o BLACS/SRC/BI_Arecv.o BLACS/SRC/BI_ArgCheck.o BLACS/SRC/BI_Asend.o BLACS/SRC/BI_BeComb.o BLACS/SRC/BI_BlacsAbort.o BLACS/SRC/BI_BlacsErr.o BLACS/SRC/BI_BlacsWarn.o BLACS/SRC/BI_BuffIsFree.o BLACS/SRC/BI_ContxtNum.o BLACS/SRC/BI_EmergencyBuff.o BLACS/SRC/BI_GetBuff.o BLACS/SRC/BI_GetMpiGeType.o BLACS/SRC/BI_GetMpiTrType.o BLACS/SRC/BI_GlobalVars.o BLACS/SRC/BI_HypBR.o BLACS/SRC/BI_HypBS.o BLACS/SRC/BI_IdringBR.o BLACS/SRC/BI_IdringBS.o BLACS/SRC/BI_MpathBR.o BLACS/SRC/BI_MpathBS.o BLACS/SRC/BI_MringComb.o BLACS/SRC/BI_Pack.o BLACS/SRC/BI_Rsend.o BLACS/SRC/BI_Srecv.o BLACS/SRC/BI_SringBR.o BLACS/SRC/BI_SringBS.o BLACS/SRC/BI_Ssend.o BLACS/SRC/BI_TransDist.o BLACS/SRC/BI_TransUserComm.o BLACS/SRC/BI_TreeBR.o BLACS/SRC/BI_TreeBS.o BLACS/SRC/BI_TreeComb.o BLACS/SRC/BI_Unpack.o BLACS/SRC/BI_UpdateBuffs.o BLACS/SRC/BI_cMPI_amn.o BLACS/SRC/BI_cMPI_amn2.o BLACS/SRC/BI_cMPI_amx.o BLACS/SRC/BI_cMPI_amx2.o BLACS/SRC/BI_cMPI_sum.o BLACS/SRC/BI_cvvamn.o BLACS/SRC/BI_cvvamn2.o BLACS/SRC/BI_cvvamx.o BLACS/SRC/BI_cvvamx2.o BLACS/SRC/BI_cvvsum.o BLACS/SRC/BI_dMPI_amn.o BLACS/SRC/BI_dMPI_amn2.o BLACS/SRC/BI_dMPI_amx.o BLACS/SRC/BI_dMPI_amx2.o BLACS/SRC/BI_dmvcopy.o BLACS/SRC/BI_dvmcopy.o BLACS/SRC/BI_dvvamn.o BLACS/SRC/BI_dvvamn2.o BLACS/SRC/BI_dvvamx.o BLACS/SRC/BI_dvvamx2.o BLACS/SRC/BI_dvvsum.o BLACS/SRC/BI_iMPI_amn.o BLACS/SRC/BI_iMPI_amn2.o BLACS/SRC/BI_iMPI_amx.o BLACS/SRC/BI_iMPI_amx2.o BLACS/SRC/BI_imvcopy.o BLACS/SRC/BI_ivmcopy.o BLACS/SRC/BI_ivvamn.o BLACS/SRC/BI_ivvamn2.o BLACS/SRC/BI_ivvamx.o BLACS/SRC/BI_ivvamx2.o BLACS/SRC/BI_ivvsum.o BLACS/SRC/BI_sMPI_amn.o BLACS/SRC/BI_sMPI_amn2.o BLACS/SRC/BI_sMPI_amx.o BLACS/SRC/BI_sMPI_amx2.o BLACS/SRC/BI_smvcopy.o BLACS/SRC/BI_svmcopy.o BLACS/SRC/BI_svvamn.o BLACS/SRC/BI_svvamn2.o BLACS/SRC/BI_svvamx.o BLACS/SRC/BI_svvamx2.o BLACS/SRC/BI_svvsum.o BLACS/SRC/BI_zMPI_amn.o BLACS/SRC/BI_zMPI_amn2.o BLACS/SRC/BI_zMPI_amx.o BLACS/SRC/BI_zMPI_amx2.o BLACS/SRC/BI_zMPI_sum.o BLACS/SRC/BI_zvvamn.o BLACS/SRC/BI_zvvamn2.o BLACS/SRC/BI_zvvamx.o BLACS/SRC/BI_zvvamx2.o BLACS/SRC/BI_zvvsum.o PBLAS/SRC/pcagemv_.o PBLAS/SRC/pcahemv_.o PBLAS/SRC/pcamax_.o PBLAS/SRC/pcatrmv_.o PBLAS/SRC/pcaxpy_.o PBLAS/SRC/pccopy_.o PBLAS/SRC/pcdotc_.o PBLAS/SRC/pcdotu_.o PBLAS/SRC/pcgeadd_.o PBLAS/SRC/pcgemm_.o PBLAS/SRC/pcgemv_.o PBLAS/SRC/pcgerc_.o PBLAS/SRC/pcgeru_.o PBLAS/SRC/pchemm_.o PBLAS/SRC/pchemv_.o PBLAS/SRC/pcher2_.o PBLAS/SRC/pcher2k_.o PBLAS/SRC/pcher_.o PBLAS/SRC/pcherk_.o PBLAS/SRC/pcscal_.o PBLAS/SRC/pcsscal_.o PBLAS/SRC/pcswap_.o PBLAS/SRC/pcsymm_.o PBLAS/SRC/pcsyr2k_.o PBLAS/SRC/pcsyrk_.o PBLAS/SRC/pctradd_.o PBLAS/SRC/pctranc_.o PBLAS/SRC/pctranu_.o PBLAS/SRC/pctrmm_.o PBLAS/SRC/pctrmv_.o PBLAS/SRC/pctrsm_.o PBLAS/SRC/pctrsv_.o PBLAS/SRC/pdagemv_.o PBLAS/SRC/pdamax_.o PBLAS/SRC/pdasum_.o PBLAS/SRC/pdasymv_.o PBLAS/SRC/pdatrmv_.o PBLAS/SRC/pdaxpy_.o PBLAS/SRC/pdcopy_.o PBLAS/SRC/pddot_.o PBLAS/SRC/pdgeadd_.o PBLAS/SRC/pdgemm_.o PBLAS/SRC/pdgemv_.o PBLAS/SRC/pdger_.o PBLAS/SRC/pdnrm2_.o PBLAS/SRC/pdscal_.o PBLAS/SRC/pdswap_.o PBLAS/SRC/pdsymm_.o PBLAS/SRC/pdsymv_.o PBLAS/SRC/pdsyr2_.o PBLAS/SRC/pdsyr2k_.o PBLAS/SRC/pdsyr_.o PBLAS/SRC/pdsyrk_.o PBLAS/SRC/pdtradd_.o PBLAS/SRC/pdtran_.o PBLAS/SRC/pdtrmm_.o PBLAS/SRC/pdtrmv_.o PBLAS/SRC/pdtrsm_.o PBLAS/SRC/pdtrsv_.o PBLAS/SRC/pdzasum_.o PBLAS/SRC/pdznrm2_.o PBLAS/SRC/picopy_.o PBLAS/SRC/pilaenv.o PBLAS/SRC/psagemv_.o PBLAS/SRC/psamax_.o PBLAS/SRC/psasum_.o PBLAS/SRC/psasymv_.o PBLAS/SRC/psatrmv_.o PBLAS/SRC/psaxpy_.o PBLAS/SRC/pscasum_.o PBLAS/SRC/pscnrm2_.o PBLAS/SRC/pscopy_.o PBLAS/SRC/psdot_.o PBLAS/SRC/psgeadd_.o PBLAS/SRC/psgemm_.o PBLAS/SRC/psgemv_.o PBLAS/SRC/psger_.o PBLAS/SRC/psnrm2_.o PBLAS/SRC/psscal_.o PBLAS/SRC/psswap_.o PBLAS/SRC/pssymm_.o PBLAS/SRC/pssymv_.o PBLAS/SRC/pssyr2_.o PBLAS/SRC/pssyr2k_.o PBLAS/SRC/pssyr_.o PBLAS/SRC/pssyrk_.o PBLAS/SRC/pstradd_.o PBLAS/SRC/pstran_.o PBLAS/SRC/pstrmm_.o PBLAS/SRC/pstrmv_.o PBLAS/SRC/pstrsm_.o PBLAS/SRC/pstrsv_.o PBLAS/SRC/pzagemv_.o PBLAS/SRC/pzahemv_.o PBLAS/SRC/pzamax_.o PBLAS/SRC/pzatrmv_.o PBLAS/SRC/pzaxpy_.o PBLAS/SRC/pzcopy_.o PBLAS/SRC/pzdotc_.o PBLAS/SRC/pzdotu_.o PBLAS/SRC/pzdscal_.o PBLAS/SRC/pzgeadd_.o PBLAS/SRC/pzgemm_.o PBLAS/SRC/pzgemv_.o PBLAS/SRC/pzgerc_.o PBLAS/SRC/pzgeru_.o PBLAS/SRC/pzhemm_.o PBLAS/SRC/pzhemv_.o PBLAS/SRC/pzher2_.o PBLAS/SRC/pzher2k_.o PBLAS/SRC/pzher_.o PBLAS/SRC/pzherk_.o PBLAS/SRC/pzscal_.o PBLAS/SRC/pzswap_.o PBLAS/SRC/pzsymm_.o PBLAS/SRC/pzsyr2k_.o PBLAS/SRC/pzsyrk_.o PBLAS/SRC/pztradd_.o PBLAS/SRC/pztranc_.o PBLAS/SRC/pztranu_.o PBLAS/SRC/pztrmm_.o PBLAS/SRC/pztrmv_.o PBLAS/SRC/pztrsm_.o PBLAS/SRC/pztrsv_.o REDIST/SRC/pcgemr.o REDIST/SRC/pcgemr2.o REDIST/SRC/pctrmr.o REDIST/SRC/pctrmr2.o REDIST/SRC/pdgemr.o REDIST/SRC/pdgemr2.o REDIST/SRC/pdtrmr.o REDIST/SRC/pdtrmr2.o REDIST/SRC/pgemraux.o REDIST/SRC/pigemr.o REDIST/SRC/pigemr2.o REDIST/SRC/pitrmr.o REDIST/SRC/pitrmr2.o REDIST/SRC/psgemr.o REDIST/SRC/psgemr2.o REDIST/SRC/pstrmr.o REDIST/SRC/pstrmr2.o REDIST/SRC/pzgemr.o REDIST/SRC/pzgemr2.o REDIST/SRC/pztrmr.o REDIST/SRC/pztrmr2.o SRC/bdlaapp.o SRC/bdlaexc.o SRC/bdtrexc.o SRC/bslaapp.o SRC/bslaexc.o SRC/bstrexc.o SRC/cdbtf2.o SRC/cdbtrf.o SRC/cdttrf.o SRC/cdttrsv.o SRC/clahqr2.o SRC/clamsh.o SRC/clanv2.o SRC/claref.o SRC/cpttrsv.o SRC/csteqr2.o SRC/ctrmvt.o SRC/ddbtf2.o SRC/ddbtrf.o SRC/ddttrf.o SRC/ddttrsv.o SRC/dlamsh.o SRC/dlapst.o SRC/dlaqr6.o SRC/dlar1va.o SRC/dlaref.o SRC/dlarrb2.o SRC/dlarrd2.o SRC/dlarre2.o SRC/dlarre2a.o SRC/dlarrf2.o SRC/dlarrv2.o SRC/dlasorte.o SRC/dlasrt2.o SRC/dpttrsv.o SRC/dstegr2.o SRC/dstegr2a.o SRC/dstegr2b.o SRC/dstein2.o SRC/dsteqr2.o SRC/dtrmvt.o SRC/getpbbuf.o SRC/pbchkvect.o SRC/pcdbsv.o SRC/pcdbtrf.o SRC/pcdbtrs.o SRC/pcdbtrsv.o SRC/pcdtsv.o SRC/pcdttrf.o SRC/pcdttrs.o SRC/pcdttrsv.o SRC/pcgbsv.o SRC/pcgbtrf.o SRC/pcgbtrs.o SRC/pcgebd2.o SRC/pcgebrd.o SRC/pcgecon.o SRC/pcgeequ.o SRC/pcgehd2.o SRC/pcgehrd.o SRC/pcgelq2.o SRC/pcgelqf.o SRC/pcgels.o SRC/pcgeql2.o SRC/pcgeqlf.o SRC/pcgeqpf.o SRC/pcgeqr2.o SRC/pcgeqrf.o SRC/pcgerfs.o SRC/pcgerq2.o SRC/pcgerqf.o SRC/pcgesv.o SRC/pcgesvd.o SRC/pcgesvx.o SRC/pcgetf2.o SRC/pcgetrf.o SRC/pcgetri.o SRC/pcgetrs.o SRC/pcggqrf.o SRC/pcggrqf.o SRC/pcheev.o SRC/pcheevd.o SRC/pcheevr.o SRC/pcheevx.o SRC/pchegs2.o SRC/pchegst.o SRC/pchegvx.o SRC/pchengst.o SRC/pchentrd.o SRC/pchetd2.o SRC/pchetrd.o SRC/pchettrd.o SRC/pclabrd.o SRC/pclacgv.o SRC/pclacon.o SRC/pclaconsb.o SRC/pclacp2.o SRC/pclacp3.o SRC/pclacpy.o SRC/pclaevswp.o SRC/pclahqr.o SRC/pclahrd.o SRC/pclamr1d.o SRC/pclange.o SRC/pclanhe.o SRC/pclanhs.o SRC/pclansy.o SRC/pclantr.o SRC/pclapiv.o SRC/pclapv2.o SRC/pclaqge.o SRC/pclaqsy.o SRC/pclarf.o SRC/pclarfb.o SRC/pclarfc.o SRC/pclarfg.o SRC/pclarft.o SRC/pclarz.o SRC/pclarzb.o SRC/pclarzc.o SRC/pclarzt.o SRC/pclascl.o SRC/pclase2.o SRC/pclaset.o SRC/pclasmsub.o SRC/pclassq.o SRC/pclaswp.o SRC/pclatra.o SRC/pclatrd.o SRC/pclatrs.o SRC/pclatrz.o SRC/pclattrs.o SRC/pclauu2.o SRC/pclauum.o SRC/pclawil.o SRC/pcmax1.o SRC/pcpbsv.o SRC/pcpbtrf.o SRC/pcpbtrs.o SRC/pcpbtrsv.o SRC/pcpocon.o SRC/pcpoequ.o SRC/pcporfs.o SRC/pcposv.o SRC/pcposvx.o SRC/pcpotf2.o SRC/pcpotrf.o SRC/pcpotri.o SRC/pcpotrs.o SRC/pcptsv.o SRC/pcpttrf.o SRC/pcpttrs.o SRC/pcpttrsv.o SRC/pcrot.o SRC/pcsrscl.o SRC/pcstein.o SRC/pctrcon.o SRC/pctrevc.o SRC/pctrrfs.o SRC/pctrti2.o SRC/pctrtri.o SRC/pctrtrs.o SRC/pctzrzf.o SRC/pcung2l.o SRC/pcung2r.o SRC/pcungl2.o SRC/pcunglq.o SRC/pcungql.o SRC/pcungqr.o SRC/pcungr2.o SRC/pcungrq.o SRC/pcunm2l.o SRC/pcunm2r.o SRC/pcunmbr.o SRC/pcunmhr.o SRC/pcunml2.o SRC/pcunmlq.o SRC/pcunmql.o SRC/pcunmqr.o SRC/pcunmr2.o SRC/pcunmr3.o SRC/pcunmrq.o SRC/pcunmrz.o SRC/pcunmtr.o SRC/pddbsv.o SRC/pddbtrf.o SRC/pddbtrs.o SRC/pddbtrsv.o SRC/pddtsv.o SRC/pddttrf.o SRC/pddttrs.o SRC/pddttrsv.o SRC/pdgbsv.o SRC/pdgbtrf.o SRC/pdgbtrs.o SRC/pdgebal.o SRC/pdgebd2.o SRC/pdgebrd.o SRC/pdgecon.o SRC/pdgeequ.o SRC/pdgehd2.o SRC/pdgehrd.o SRC/pdgelq2.o SRC/pdgelqf.o SRC/pdgels.o SRC/pdgeql2.o SRC/pdgeqlf.o SRC/pdgeqpf.o SRC/pdgeqr2.o SRC/pdgeqrf.o SRC/pdgerfs.o SRC/pdgerq2.o SRC/pdgerqf.o SRC/pdgesv.o SRC/pdgesvd.o SRC/pdgesvx.o SRC/pdgetf2.o SRC/pdgetrf.o SRC/pdgetri.o SRC/pdgetrs.o SRC/pdggqrf.o SRC/pdggrqf.o SRC/pdhseqr.o SRC/pdlabad.o SRC/pdlabrd.o SRC/pdlacon.o SRC/pdlaconsb.o SRC/pdlacp2.o SRC/pdlacp3.o SRC/pdlacpy.o SRC/pdlaed0.o SRC/pdlaed1.o SRC/pdlaed2.o SRC/pdlaed3.o SRC/pdlaedz.o SRC/pdlaevswp.o SRC/pdlahqr.o SRC/pdlahrd.o SRC/pdlaiect.o SRC/pdlamch.o SRC/pdlamr1d.o SRC/pdlamve.o SRC/pdlange.o SRC/pdlanhs.o SRC/pdlansy.o SRC/pdlantr.o SRC/pdlapiv.o SRC/pdlapv2.o SRC/pdlaqge.o SRC/pdlaqr0.o SRC/pdlaqr1.o SRC/pdlaqr2.o SRC/pdlaqr3.o SRC/pdlaqr4.o SRC/pdlaqr5.o SRC/pdlaqsy.o SRC/pdlared1d.o SRC/pdlared2d.o SRC/pdlarf.o SRC/pdlarfb.o SRC/pdlarfg.o SRC/pdlarft.o SRC/pdlarz.o SRC/pdlarzb.o SRC/pdlarzt.o SRC/pdlascl.o SRC/pdlase2.o SRC/pdlaset.o SRC/pdlasmsub.o SRC/pdlasrt.o SRC/pdlassq.o SRC/pdlaswp.o SRC/pdlatra.o SRC/pdlatrd.o SRC/pdlatrs.o SRC/pdlatrz.o SRC/pdlauu2.o SRC/pdlauum.o SRC/pdlawil.o SRC/pdorg2l.o SRC/pdorg2r.o SRC/pdorgl2.o SRC/pdorglq.o SRC/pdorgql.o SRC/pdorgqr.o SRC/pdorgr2.o SRC/pdorgrq.o SRC/pdorm2l.o SRC/pdorm2r.o SRC/pdormbr.o SRC/pdormhr.o SRC/pdorml2.o SRC/pdormlq.o SRC/pdormql.o SRC/pdormqr.o SRC/pdormr2.o SRC/pdormr3.o SRC/pdormrq.o SRC/pdormrz.o SRC/pdormtr.o SRC/pdpbsv.o SRC/pdpbtrf.o SRC/pdpbtrs.o SRC/pdpbtrsv.o SRC/pdpocon.o SRC/pdpoequ.o SRC/pdporfs.o SRC/pdposv.o SRC/pdposvx.o SRC/pdpotf2.o SRC/pdpotrf.o SRC/pdpotri.o SRC/pdpotrs.o SRC/pdptsv.o SRC/pdpttrf.o SRC/pdpttrs.o SRC/pdpttrsv.o SRC/pdrot.o SRC/pdrscl.o SRC/pdstebz.o SRC/pdstedc.o SRC/pdstein.o SRC/pdsyev.o SRC/pdsyevd.o SRC/pdsyevr.o SRC/pdsyevx.o SRC/pdsygs2.o SRC/pdsygst.o SRC/pdsygvx.o SRC/pdsyngst.o SRC/pdsyntrd.o SRC/pdsytd2.o SRC/pdsytrd.o SRC/pdsyttrd.o SRC/pdtrcon.o SRC/pdtrord.o SRC/pdtrrfs.o SRC/pdtrsen.o SRC/pdtrti2.o SRC/pdtrtri.o SRC/pdtrtrs.o SRC/pdtzrzf.o SRC/pdzsum1.o SRC/pilaenvx.o SRC/pilaver.o SRC/piparmq.o SRC/pjlaenv.o SRC/pmpcol.o SRC/pmpim2.o SRC/pscsum1.o SRC/psdbsv.o SRC/psdbtrf.o SRC/psdbtrs.o SRC/psdbtrsv.o SRC/psdtsv.o SRC/psdttrf.o SRC/psdttrs.o SRC/psdttrsv.o SRC/psgbsv.o SRC/psgbtrf.o SRC/psgbtrs.o SRC/psgebal.o SRC/psgebd2.o SRC/psgebrd.o SRC/psgecon.o SRC/psgeequ.o SRC/psgehd2.o SRC/psgehrd.o SRC/psgelq2.o SRC/psgelqf.o SRC/psgels.o SRC/psgeql2.o SRC/psgeqlf.o SRC/psgeqpf.o SRC/psgeqr2.o SRC/psgeqrf.o SRC/psgerfs.o SRC/psgerq2.o SRC/psgerqf.o SRC/psgesv.o SRC/psgesvd.o SRC/psgesvx.o SRC/psgetf2.o SRC/psgetrf.o SRC/psgetri.o SRC/psgetrs.o SRC/psggqrf.o SRC/psggrqf.o SRC/pshseqr.o SRC/pslabad.o SRC/pslabrd.o SRC/pslacon.o SRC/pslaconsb.o SRC/pslacp2.o SRC/pslacp3.o SRC/pslacpy.o SRC/pslaed0.o SRC/pslaed1.o SRC/pslaed2.o SRC/pslaed3.o SRC/pslaedz.o SRC/pslaevswp.o SRC/pslahqr.o SRC/pslahrd.o SRC/pslaiect.o SRC/pslamch.o SRC/pslamr1d.o SRC/pslamve.o SRC/pslange.o SRC/pslanhs.o SRC/pslansy.o SRC/pslantr.o SRC/pslapiv.o SRC/pslapv2.o SRC/pslaqge.o SRC/pslaqr0.o SRC/pslaqr1.o SRC/pslaqr2.o SRC/pslaqr3.o SRC/pslaqr4.o SRC/pslaqr5.o SRC/pslaqsy.o SRC/pslared1d.o SRC/pslared2d.o SRC/pslarf.o SRC/pslarfb.o SRC/pslarfg.o SRC/pslarft.o SRC/pslarz.o SRC/pslarzb.o SRC/pslarzt.o SRC/pslascl.o SRC/pslase2.o SRC/pslaset.o SRC/pslasmsub.o SRC/pslasrt.o SRC/pslassq.o SRC/pslaswp.o SRC/pslatra.o SRC/pslatrd.o SRC/pslatrs.o SRC/pslatrz.o SRC/pslauu2.o SRC/pslauum.o SRC/pslawil.o SRC/psorg2l.o SRC/psorg2r.o SRC/psorgl2.o SRC/psorglq.o SRC/psorgql.o SRC/psorgqr.o SRC/psorgr2.o SRC/psorgrq.o SRC/psorm2l.o SRC/psorm2r.o SRC/psormbr.o SRC/psormhr.o SRC/psorml2.o SRC/psormlq.o SRC/psormql.o SRC/psormqr.o SRC/psormr2.o SRC/psormr3.o SRC/psormrq.o SRC/psormrz.o SRC/psormtr.o SRC/pspbsv.o SRC/pspbtrf.o SRC/pspbtrs.o SRC/pspbtrsv.o SRC/pspocon.o SRC/pspoequ.o SRC/psporfs.o SRC/psposv.o SRC/psposvx.o SRC/pspotf2.o SRC/pspotrf.o SRC/pspotri.o SRC/pspotrs.o SRC/psptsv.o SRC/pspttrf.o SRC/pspttrs.o SRC/pspttrsv.o SRC/psrot.o SRC/psrscl.o SRC/psstebz.o SRC/psstedc.o SRC/psstein.o SRC/pssyev.o SRC/pssyevd.o SRC/pssyevr.o SRC/pssyevx.o SRC/pssygs2.o SRC/pssygst.o SRC/pssygvx.o SRC/pssyngst.o SRC/pssyntrd.o SRC/pssytd2.o SRC/pssytrd.o SRC/pssyttrd.o SRC/pstrcon.o SRC/pstrord.o SRC/pstrrfs.o SRC/pstrsen.o SRC/pstrti2.o SRC/pstrtri.o SRC/pstrtrs.o SRC/pstzrzf.o SRC/pzaxpy.o SRC/pzdbsv.o SRC/pzdbtrf.o SRC/pzdbtrs.o SRC/pzdbtrsv.o SRC/pzdotc.o SRC/pzdotu.o SRC/pzdrscl.o SRC/pzdtsv.o SRC/pzdttrf.o SRC/pzdttrs.o SRC/pzdttrsv.o SRC/pzgbsv.o SRC/pzgbtrf.o SRC/pzgbtrs.o SRC/pzgebd2.o SRC/pzgebrd.o SRC/pzgecon.o SRC/pzgeequ.o SRC/pzgehd2.o SRC/pzgehrd.o SRC/pzgelq2.o SRC/pzgelqf.o SRC/pzgels.o SRC/pzgeql2.o SRC/pzgeqlf.o SRC/pzgeqpf.o SRC/pzgeqr2.o SRC/pzgeqrf.o SRC/pzgerfs.o SRC/pzgerq2.o SRC/pzgerqf.o SRC/pzgesv.o SRC/pzgesvd.o SRC/pzgesvx.o SRC/pzgetf2.o SRC/pzgetrf.o SRC/pzgetri.o SRC/pzgetrs.o SRC/pzggqrf.o SRC/pzggrqf.o SRC/pzheev.o SRC/pzheevd.o SRC/pzheevr.o SRC/pzheevx.o SRC/pzhegs2.o SRC/pzhegst.o SRC/pzhegvx.o SRC/pzhengst.o SRC/pzhentrd.o SRC/pzhetd2.o SRC/pzhetrd.o SRC/pzhettrd.o SRC/pzlabrd.o SRC/pzlacgv.o SRC/pzlacon.o SRC/pzlaconsb.o SRC/pzlacp2.o SRC/pzlacp3.o SRC/pzlacpy.o SRC/pzlaevswp.o SRC/pzlahqr.o SRC/pzlahrd.o SRC/pzlamr1d.o SRC/pzlange.o SRC/pzlanhe.o SRC/pzlanhs.o SRC/pzlansy.o SRC/pzlantr.o SRC/pzlapiv.o SRC/pzlapv2.o SRC/pzlaqge.o SRC/pzlaqsy.o SRC/pzlarf.o SRC/pzlarfb.o SRC/pzlarfc.o SRC/pzlarfg.o SRC/pzlarft.o SRC/pzlarz.o SRC/pzlarzb.o SRC/pzlarzc.o SRC/pzlarzt.o SRC/pzlascl.o SRC/pzlase2.o SRC/pzlaset.o SRC/pzlasmsub.o SRC/pzlassq.o SRC/pzlaswp.o SRC/pzlatra.o SRC/pzlatrd.o SRC/pzlatrs.o SRC/pzlatrz.o SRC/pzlattrs.o SRC/pzlauu2.o SRC/pzlauum.o SRC/pzlawil.o SRC/pzmax1.o SRC/pzpbsv.o SRC/pzpbtrf.o SRC/pzpbtrs.o SRC/pzpbtrsv.o SRC/pzpocon.o SRC/pzpoequ.o SRC/pzporfs.o SRC/pzposv.o SRC/pzposvx.o SRC/pzpotf2.o SRC/pzpotrf.o SRC/pzpotri.o SRC/pzpotrs.o SRC/pzptsv.o SRC/pzpttrf.o SRC/pzpttrs.o SRC/pzpttrsv.o SRC/pzrot.o SRC/pzstein.o SRC/pztrcon.o SRC/pztrevc.o SRC/pztrrfs.o SRC/pztrti2.o SRC/pztrtri.o SRC/pztrtrs.o SRC/pztzrzf.o SRC/pzung2l.o SRC/pzung2r.o SRC/pzungl2.o SRC/pzunglq.o SRC/pzungql.o SRC/pzungqr.o SRC/pzungr2.o SRC/pzungrq.o SRC/pzunm2l.o SRC/pzunm2r.o SRC/pzunmbr.o SRC/pzunmhr.o SRC/pzunml2.o SRC/pzunmlq.o SRC/pzunmql.o SRC/pzunmqr.o SRC/pzunmr2.o SRC/pzunmr3.o SRC/pzunmrq.o SRC/pzunmrz.o SRC/pzunmtr.o SRC/sdbtf2.o SRC/sdbtrf.o SRC/sdttrf.o SRC/sdttrsv.o SRC/slamsh.o SRC/slapst.o SRC/slaqr6.o SRC/slar1va.o SRC/slaref.o SRC/slarrb2.o SRC/slarrd2.o SRC/slarre2.o SRC/slarre2a.o SRC/slarrf2.o SRC/slarrv2.o SRC/slasorte.o SRC/slasrt2.o SRC/spttrsv.o SRC/sstegr2.o SRC/sstegr2a.o SRC/sstegr2b.o SRC/sstein2.o SRC/ssteqr2.o SRC/strmvt.o SRC/zdbtf2.o SRC/zdbtrf.o SRC/zdttrf.o SRC/zdttrsv.o SRC/zlahqr2.o SRC/zlamsh.o SRC/zlanv2.o SRC/zlaref.o SRC/zpttrsv.o SRC/zsteqr2.o SRC/ztrmvt.o TOOLS/LAPACK/clagge.o TOOLS/LAPACK/claghe.o TOOLS/LAPACK/clagsy.o TOOLS/LAPACK/clarnd.o TOOLS/LAPACK/clarnv.o TOOLS/LAPACK/clarot.o TOOLS/LAPACK/clatm1.o TOOLS/LAPACK/clatms.o TOOLS/LAPACK/dlagge.o TOOLS/LAPACK/dlagsy.o TOOLS/LAPACK/dlaran.o TOOLS/LAPACK/dlarnd.o TOOLS/LAPACK/dlarot.o TOOLS/LAPACK/dlatm1.o TOOLS/LAPACK/dlatms.o TOOLS/LAPACK/icopy.o TOOLS/LAPACK/slagge.o TOOLS/LAPACK/slagsy.o TOOLS/LAPACK/slaran.o TOOLS/LAPACK/slarnd.o TOOLS/LAPACK/slarot.o TOOLS/LAPACK/slatm1.o TOOLS/LAPACK/slatms.o TOOLS/LAPACK/zlagge.o TOOLS/LAPACK/zlaghe.o TOOLS/LAPACK/zlagsy.o TOOLS/LAPACK/zlarnd.o TOOLS/LAPACK/zlarnv.o TOOLS/LAPACK/zlarot.o TOOLS/LAPACK/zlatm1.o TOOLS/LAPACK/zlatms.o TOOLS/SL_gridreshape.o TOOLS/SL_init.o TOOLS/ccdotc.o TOOLS/ccdotu.o TOOLS/chk1mat.o TOOLS/clatcpy.o TOOLS/cmatadd.o TOOLS/dddot.o TOOLS/desc_convert.o TOOLS/descinit.o TOOLS/descset.o TOOLS/dlatcpy.o TOOLS/dmatadd.o TOOLS/dsasum.o TOOLS/dscasum.o TOOLS/dscnrm2.o TOOLS/dsnrm2.o TOOLS/iceil.o TOOLS/ilacpy.o TOOLS/ilcm.o TOOLS/indxg2l.o TOOLS/indxg2p.o TOOLS/indxl2g.o TOOLS/infog1l.o TOOLS/infog2l.o TOOLS/npreroc.o TOOLS/numroc.o TOOLS/pcchekpad.o TOOLS/pccol2row.o TOOLS/pcelget.o TOOLS/pcelset.o TOOLS/pcelset2.o TOOLS/pcfillpad.o TOOLS/pchkxmat.o TOOLS/pclaprnt.o TOOLS/pclaread.o TOOLS/pclawrite.o TOOLS/pcmatadd.o TOOLS/pcrow2col.o TOOLS/pctreecomb.o TOOLS/pdchekpad.o TOOLS/pdcol2row.o TOOLS/pdelget.o TOOLS/pdelset.o TOOLS/pdelset2.o TOOLS/pdfillpad.o TOOLS/pdlaprnt.o TOOLS/pdlaread.o TOOLS/pdlawrite.o TOOLS/pdmatadd.o TOOLS/pdrow2col.o TOOLS/pdtreecomb.o TOOLS/pichekpad.o TOOLS/picol2row.o TOOLS/pielget.o TOOLS/pielset.o TOOLS/pielset2.o TOOLS/pifillpad.o TOOLS/pilaprnt.o TOOLS/pirow2col.o TOOLS/pitreecomb.o TOOLS/pschekpad.o TOOLS/pscol2row.o TOOLS/pselget.o TOOLS/pselset.o TOOLS/pselset2.o TOOLS/psfillpad.o TOOLS/pslaprnt.o TOOLS/pslaread.o TOOLS/pslawrite.o TOOLS/psmatadd.o TOOLS/psrow2col.o TOOLS/pstreecomb.o TOOLS/pzchekpad.o TOOLS/pzcol2row.o TOOLS/pzelget.o TOOLS/pzelset.o TOOLS/pzelset2.o TOOLS/pzfillpad.o TOOLS/pzlaprnt.o TOOLS/pzlaread.o TOOLS/pzlawrite.o TOOLS/pzmatadd.o TOOLS/pzrow2col.o TOOLS/pztreecomb.o TOOLS/reshape.o TOOLS/slatcpy.o TOOLS/sltimer.o TOOLS/smatadd.o TOOLS/ssdot.o TOOLS/zlatcpy.o TOOLS/zmatadd.o TOOLS/zzdotc.o TOOLS/zzdotu.o PBLAS/SRC/PBBLAS/pbcmatadd.o PBLAS/SRC/PBBLAS/pbctran.o PBLAS/SRC/PBBLAS/pbctrget.o PBLAS/SRC/PBBLAS/pbctrnv.o PBLAS/SRC/PBBLAS/pbctrsrt.o PBLAS/SRC/PBBLAS/pbctrst1.o PBLAS/SRC/PBBLAS/pbcvecadd.o PBLAS/SRC/PBBLAS/pbdmatadd.o PBLAS/SRC/PBBLAS/pbdtran.o PBLAS/SRC/PBBLAS/pbdtrget.o PBLAS/SRC/PBBLAS/pbdtrnv.o PBLAS/SRC/PBBLAS/pbdtrsrt.o PBLAS/SRC/PBBLAS/pbdtrst1.o PBLAS/SRC/PBBLAS/pbdvecadd.o PBLAS/SRC/PBBLAS/pbsmatadd.o PBLAS/SRC/PBBLAS/pbstran.o PBLAS/SRC/PBBLAS/pbstrget.o PBLAS/SRC/PBBLAS/pbstrnv.o PBLAS/SRC/PBBLAS/pbstrsrt.o PBLAS/SRC/PBBLAS/pbstrst1.o PBLAS/SRC/PBBLAS/pbsvecadd.o PBLAS/SRC/PBBLAS/pbzmatadd.o PBLAS/SRC/PBBLAS/pbztran.o PBLAS/SRC/PBBLAS/pbztrget.o PBLAS/SRC/PBBLAS/pbztrnv.o PBLAS/SRC/PBBLAS/pbztrsrt.o PBLAS/SRC/PBBLAS/pbztrst1.o PBLAS/SRC/PBBLAS/pbzvecadd.o PBLAS/SRC/PTOOLS/PB_CGatherV.o PBLAS/SRC/PTOOLS/PB_CInOutV.o PBLAS/SRC/PTOOLS/PB_CInOutV2.o PBLAS/SRC/PTOOLS/PB_CInV.o PBLAS/SRC/PTOOLS/PB_CInV2.o PBLAS/SRC/PTOOLS/PB_COutV.o PBLAS/SRC/PTOOLS/PB_CScatterV.o PBLAS/SRC/PTOOLS/PB_CVMcontig.o PBLAS/SRC/PTOOLS/PB_CVMinit.o PBLAS/SRC/PTOOLS/PB_CVMloc.o PBLAS/SRC/PTOOLS/PB_CVMnpq.o PBLAS/SRC/PTOOLS/PB_CVMpack.o PBLAS/SRC/PTOOLS/PB_CVMswp.o PBLAS/SRC/PTOOLS/PB_CVMupdate.o PBLAS/SRC/PTOOLS/PB_Cabort.o PBLAS/SRC/PTOOLS/PB_Cainfog2l.o PBLAS/SRC/PTOOLS/PB_CargFtoC.o PBLAS/SRC/PTOOLS/PB_Cbinfo.o PBLAS/SRC/PTOOLS/PB_Cchkmat.o PBLAS/SRC/PTOOLS/PB_Cchkvec.o PBLAS/SRC/PTOOLS/PB_Cconjg.o PBLAS/SRC/PTOOLS/PB_Cctypeset.o PBLAS/SRC/PTOOLS/PB_Cdescribe.o PBLAS/SRC/PTOOLS/PB_Cdescset.o PBLAS/SRC/PTOOLS/PB_Cdtypeset.o PBLAS/SRC/PTOOLS/PB_Cfirstnb.o PBLAS/SRC/PTOOLS/PB_Cg2lrem.o PBLAS/SRC/PTOOLS/PB_Cgcd.o PBLAS/SRC/PTOOLS/PB_Cgetbuf.o PBLAS/SRC/PTOOLS/PB_Cindxg2p.o PBLAS/SRC/PTOOLS/PB_Cinfog2l.o PBLAS/SRC/PTOOLS/PB_Citypeset.o PBLAS/SRC/PTOOLS/PB_Clastnb.o PBLAS/SRC/PTOOLS/PB_Clcm.o PBLAS/SRC/PTOOLS/PB_Cmalloc.o PBLAS/SRC/PTOOLS/PB_Cnnxtroc.o PBLAS/SRC/PTOOLS/PB_Cnpreroc.o PBLAS/SRC/PTOOLS/PB_Cnumroc.o PBLAS/SRC/PTOOLS/PB_Cpaxpby.o PBLAS/SRC/PTOOLS/PB_CpaxpbyDN.o PBLAS/SRC/PTOOLS/PB_CpaxpbyND.o PBLAS/SRC/PTOOLS/PB_CpaxpbyNN.o PBLAS/SRC/PTOOLS/PB_Cpdot11.o PBLAS/SRC/PTOOLS/PB_CpdotND.o PBLAS/SRC/PTOOLS/PB_CpdotNN.o PBLAS/SRC/PTOOLS/PB_Cpgeadd.o PBLAS/SRC/PTOOLS/PB_CpgemmAB.o PBLAS/SRC/PTOOLS/PB_CpgemmAC.o PBLAS/SRC/PTOOLS/PB_CpgemmBC.o PBLAS/SRC/PTOOLS/PB_Cplacnjg.o PBLAS/SRC/PTOOLS/PB_Cplapad.o PBLAS/SRC/PTOOLS/PB_Cplapd2.o PBLAS/SRC/PTOOLS/PB_Cplaprnt.o PBLAS/SRC/PTOOLS/PB_Cplasca2.o PBLAS/SRC/PTOOLS/PB_Cplascal.o PBLAS/SRC/PTOOLS/PB_CpswapND.o PBLAS/SRC/PTOOLS/PB_CpswapNN.o PBLAS/SRC/PTOOLS/PB_Cpsym.o PBLAS/SRC/PTOOLS/PB_CpsymmAB.o PBLAS/SRC/PTOOLS/PB_CpsymmBC.o PBLAS/SRC/PTOOLS/PB_Cpsyr.o PBLAS/SRC/PTOOLS/PB_Cpsyr2.o PBLAS/SRC/PTOOLS/PB_Cpsyr2kA.o PBLAS/SRC/PTOOLS/PB_Cpsyr2kAC.o PBLAS/SRC/PTOOLS/PB_CpsyrkA.o PBLAS/SRC/PTOOLS/PB_CpsyrkAC.o PBLAS/SRC/PTOOLS/PB_Cptradd.o PBLAS/SRC/PTOOLS/PB_Cptran.o PBLAS/SRC/PTOOLS/PB_Cptrm.o PBLAS/SRC/PTOOLS/PB_CptrmmAB.o PBLAS/SRC/PTOOLS/PB_CptrmmB.o PBLAS/SRC/PTOOLS/PB_Cptrsm.o PBLAS/SRC/PTOOLS/PB_CptrsmAB.o PBLAS/SRC/PTOOLS/PB_CptrsmAB0.o PBLAS/SRC/PTOOLS/PB_CptrsmAB1.o PBLAS/SRC/PTOOLS/PB_CptrsmB.o PBLAS/SRC/PTOOLS/PB_Cptrsv.o PBLAS/SRC/PTOOLS/PB_Cspan.o PBLAS/SRC/PTOOLS/PB_Cstypeset.o PBLAS/SRC/PTOOLS/PB_Ctop.o PBLAS/SRC/PTOOLS/PB_Ctzahemv.o PBLAS/SRC/PTOOLS/PB_Ctzasymv.o PBLAS/SRC/PTOOLS/PB_Ctzatrmv.o PBLAS/SRC/PTOOLS/PB_Ctzhemm.o PBLAS/SRC/PTOOLS/PB_Ctzhemv.o PBLAS/SRC/PTOOLS/PB_Ctzher.o PBLAS/SRC/PTOOLS/PB_Ctzher2.o PBLAS/SRC/PTOOLS/PB_Ctzher2k.o PBLAS/SRC/PTOOLS/PB_Ctzherk.o PBLAS/SRC/PTOOLS/PB_Ctzsymm.o PBLAS/SRC/PTOOLS/PB_Ctzsymv.o PBLAS/SRC/PTOOLS/PB_Ctzsyr.o PBLAS/SRC/PTOOLS/PB_Ctzsyr2.o PBLAS/SRC/PTOOLS/PB_Ctzsyr2k.o PBLAS/SRC/PTOOLS/PB_Ctzsyrk.o PBLAS/SRC/PTOOLS/PB_Ctztrmm.o PBLAS/SRC/PTOOLS/PB_Ctztrmv.o PBLAS/SRC/PTOOLS/PB_Cwarn.o PBLAS/SRC/PTOOLS/PB_Cztypeset.o PBLAS/SRC/PTOOLS/PB_freebuf_.o PBLAS/SRC/PTOOLS/PB_topget_.o PBLAS/SRC/PTOOLS/PB_topset_.o PBLAS/SRC/PTZBLAS/cagemv.o PBLAS/SRC/PTZBLAS/cahemv.o PBLAS/SRC/PTZBLAS/casymv.o PBLAS/SRC/PTZBLAS/catrmv.o PBLAS/SRC/PTZBLAS/ccshft.o PBLAS/SRC/PTZBLAS/chescal.o PBLAS/SRC/PTZBLAS/cmmadd.o PBLAS/SRC/PTZBLAS/cmmcadd.o PBLAS/SRC/PTZBLAS/cmmdda.o PBLAS/SRC/PTZBLAS/cmmddac.o PBLAS/SRC/PTZBLAS/cmmddact.o PBLAS/SRC/PTZBLAS/cmmddat.o PBLAS/SRC/PTZBLAS/cmmtadd.o PBLAS/SRC/PTZBLAS/cmmtcadd.o PBLAS/SRC/PTZBLAS/crshft.o PBLAS/SRC/PTZBLAS/cset.o PBLAS/SRC/PTZBLAS/csymv.o PBLAS/SRC/PTZBLAS/csyr.o PBLAS/SRC/PTZBLAS/csyr2.o PBLAS/SRC/PTZBLAS/ctzcnjg.o PBLAS/SRC/PTZBLAS/ctzpad.o PBLAS/SRC/PTZBLAS/ctzpadcpy.o PBLAS/SRC/PTZBLAS/ctzscal.o PBLAS/SRC/PTZBLAS/cvvdotc.o PBLAS/SRC/PTZBLAS/cvvdotu.o PBLAS/SRC/PTZBLAS/dagemv.o PBLAS/SRC/PTZBLAS/dascal.o PBLAS/SRC/PTZBLAS/dasqrtb.o PBLAS/SRC/PTZBLAS/dasymv.o PBLAS/SRC/PTZBLAS/datrmv.o PBLAS/SRC/PTZBLAS/dcshft.o PBLAS/SRC/PTZBLAS/dmmadd.o PBLAS/SRC/PTZBLAS/dmmcadd.o PBLAS/SRC/PTZBLAS/dmmdda.o PBLAS/SRC/PTZBLAS/dmmddac.o PBLAS/SRC/PTZBLAS/dmmddact.o PBLAS/SRC/PTZBLAS/dmmddat.o PBLAS/SRC/PTZBLAS/dmmtadd.o PBLAS/SRC/PTZBLAS/dmmtcadd.o PBLAS/SRC/PTZBLAS/drshft.o PBLAS/SRC/PTZBLAS/dset.o PBLAS/SRC/PTZBLAS/dtzpad.o PBLAS/SRC/PTZBLAS/dtzpadcpy.o PBLAS/SRC/PTZBLAS/dtzscal.o PBLAS/SRC/PTZBLAS/dvasum.o PBLAS/SRC/PTZBLAS/dvvdot.o PBLAS/SRC/PTZBLAS/dzvasum.o PBLAS/SRC/PTZBLAS/immadd.o PBLAS/SRC/PTZBLAS/immdda.o PBLAS/SRC/PTZBLAS/immddat.o PBLAS/SRC/PTZBLAS/immtadd.o PBLAS/SRC/PTZBLAS/pxerbla.o PBLAS/SRC/PTZBLAS/sagemv.o PBLAS/SRC/PTZBLAS/sascal.o PBLAS/SRC/PTZBLAS/sasqrtb.o PBLAS/SRC/PTZBLAS/sasymv.o PBLAS/SRC/PTZBLAS/satrmv.o PBLAS/SRC/PTZBLAS/scshft.o PBLAS/SRC/PTZBLAS/scvasum.o PBLAS/SRC/PTZBLAS/smmadd.o PBLAS/SRC/PTZBLAS/smmcadd.o PBLAS/SRC/PTZBLAS/smmdda.o PBLAS/SRC/PTZBLAS/smmddac.o PBLAS/SRC/PTZBLAS/smmddact.o PBLAS/SRC/PTZBLAS/smmddat.o PBLAS/SRC/PTZBLAS/smmtadd.o PBLAS/SRC/PTZBLAS/smmtcadd.o PBLAS/SRC/PTZBLAS/srshft.o PBLAS/SRC/PTZBLAS/sset.o PBLAS/SRC/PTZBLAS/stzpad.o PBLAS/SRC/PTZBLAS/stzpadcpy.o PBLAS/SRC/PTZBLAS/stzscal.o PBLAS/SRC/PTZBLAS/svasum.o PBLAS/SRC/PTZBLAS/svvdot.o PBLAS/SRC/PTZBLAS/zagemv.o PBLAS/SRC/PTZBLAS/zahemv.o PBLAS/SRC/PTZBLAS/zasymv.o PBLAS/SRC/PTZBLAS/zatrmv.o PBLAS/SRC/PTZBLAS/zcshft.o PBLAS/SRC/PTZBLAS/zhescal.o PBLAS/SRC/PTZBLAS/zmmadd.o PBLAS/SRC/PTZBLAS/zmmcadd.o PBLAS/SRC/PTZBLAS/zmmdda.o PBLAS/SRC/PTZBLAS/zmmddac.o PBLAS/SRC/PTZBLAS/zmmddact.o PBLAS/SRC/PTZBLAS/zmmddat.o PBLAS/SRC/PTZBLAS/zmmtadd.o PBLAS/SRC/PTZBLAS/zmmtcadd.o PBLAS/SRC/PTZBLAS/zrshft.o PBLAS/SRC/PTZBLAS/zset.o PBLAS/SRC/PTZBLAS/zsymv.o PBLAS/SRC/PTZBLAS/zsyr.o PBLAS/SRC/PTZBLAS/zsyr2.o PBLAS/SRC/PTZBLAS/ztzcnjg.o PBLAS/SRC/PTZBLAS/ztzpad.o PBLAS/SRC/PTZBLAS/ztzpadcpy.o PBLAS/SRC/PTZBLAS/ztzscal.o PBLAS/SRC/PTZBLAS/zvvdotc.o PBLAS/SRC/PTZBLAS/zvvdotu.o BLACS/SRC/igesd2d_.oo BLACS/SRC/sgesd2d_.oo BLACS/SRC/dgesd2d_.oo BLACS/SRC/cgesd2d_.oo BLACS/SRC/zgesd2d_.oo BLACS/SRC/itrsd2d_.oo BLACS/SRC/strsd2d_.oo BLACS/SRC/dtrsd2d_.oo BLACS/SRC/ctrsd2d_.oo BLACS/SRC/ztrsd2d_.oo BLACS/SRC/igerv2d_.oo BLACS/SRC/sgerv2d_.oo BLACS/SRC/dgerv2d_.oo BLACS/SRC/cgerv2d_.oo BLACS/SRC/zgerv2d_.oo BLACS/SRC/itrrv2d_.oo BLACS/SRC/strrv2d_.oo BLACS/SRC/dtrrv2d_.oo BLACS/SRC/ctrrv2d_.oo BLACS/SRC/ztrrv2d_.oo BLACS/SRC/igebs2d_.oo BLACS/SRC/sgebs2d_.oo BLACS/SRC/dgebs2d_.oo BLACS/SRC/cgebs2d_.oo BLACS/SRC/zgebs2d_.oo BLACS/SRC/igebr2d_.oo BLACS/SRC/sgebr2d_.oo BLACS/SRC/dgebr2d_.oo BLACS/SRC/cgebr2d_.oo BLACS/SRC/zgebr2d_.oo BLACS/SRC/itrbs2d_.oo BLACS/SRC/strbs2d_.oo BLACS/SRC/dtrbs2d_.oo BLACS/SRC/ctrbs2d_.oo BLACS/SRC/ztrbs2d_.oo BLACS/SRC/itrbr2d_.oo BLACS/SRC/strbr2d_.oo BLACS/SRC/dtrbr2d_.oo BLACS/SRC/ctrbr2d_.oo BLACS/SRC/ztrbr2d_.oo BLACS/SRC/igsum2d_.oo BLACS/SRC/sgsum2d_.oo BLACS/SRC/dgsum2d_.oo BLACS/SRC/cgsum2d_.oo BLACS/SRC/zgsum2d_.oo BLACS/SRC/igamx2d_.oo BLACS/SRC/sgamx2d_.oo BLACS/SRC/dgamx2d_.oo BLACS/SRC/cgamx2d_.oo BLACS/SRC/zgamx2d_.oo BLACS/SRC/igamn2d_.oo BLACS/SRC/sgamn2d_.oo BLACS/SRC/dgamn2d_.oo BLACS/SRC/cgamn2d_.oo BLACS/SRC/zgamn2d_.oo BLACS/SRC/blacs_setup_.oo BLACS/SRC/blacs_set_.oo BLACS/SRC/blacs_get_.oo BLACS/SRC/blacs_abort_.oo BLACS/SRC/blacs_exit_.oo BLACS/SRC/blacs_pnum_.oo BLACS/SRC/blacs_pcoord_.oo BLACS/SRC/ksendid_.oo BLACS/SRC/krecvid_.oo BLACS/SRC/kbsid_.oo BLACS/SRC/kbrid_.oo BLACS/SRC/dcputime00_.oo BLACS/SRC/dwalltime00_.oo BLACS/SRC/blacs_pinfo_.oo BLACS/SRC/blacs_init_.oo BLACS/SRC/blacs_map_.oo BLACS/SRC/blacs_free_.oo BLACS/SRC/blacs_grid_.oo BLACS/SRC/blacs_info_.oo BLACS/SRC/blacs_barr_.oo BLACS/SRC/sys2blacs_.oo BLACS/SRC/blacs2sys_.oo BLACS/SRC/free_handle_.oo /usr/bin/ranlib libscalapack.a********End of Output of running make on SCALAPACK ******* Checking for library in Download SCALAPACK: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [pssytrd_] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char pssytrd_(); static void _check_pssytrd_() { pssytrd_(); } int main() { _check_pssytrd_();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lscalapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Defined "HAVE_LIBSCALAPACK" to "1" No functions to check for in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Checking for headers Download SCALAPACK: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/include'] ================================================================================ TEST checkVersion from config.packages.scalapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:979) TESTING: checkVersion from config.packages.scalapack(config/BuildSystem/config/package.py:979) Uses self.version, self.minversion, self.maxversion, self.versionname, and self.versioninclude to determine if package has required version ================================================================================ TEST checkSharedLibrary from config.packages.scalapack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:913) TESTING: checkSharedLibrary from config.packages.scalapack(config/BuildSystem/config/package.py:913) By default we don't care about checking if the library is shared child config.packages.scalapack 20.408230 ================================================================================ TEST alternateConfigureLibrary from config.packages.strumpack(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:917) TESTING: alternateConfigureLibrary from config.packages.strumpack(config/BuildSystem/config/package.py:917) Called if --with-packagename=0; does nothing by default child config.packages.strumpack 0.002387 ================================================================================ TEST checkDependencies from config.packages.MUMPS(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:834) TESTING: checkDependencies from config.packages.MUMPS(config/BuildSystem/config/package.py:834) ================================================================================ TEST configureLibrary from config.packages.MUMPS(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py:859) TESTING: configureLibrary from config.packages.MUMPS(config/BuildSystem/config/package.py:859) Find an installation and check if it can work with PETSc ================================================================================== Checking for a functional MUMPS Looking for MUMPS at git.mumps, hg.mumps or a directory starting with ['petsc-pkg-mumps', 'MUMPS'] Could not locate an existing copy of MUMPS: ['git.slepc', 'git.metis', 'git.parmetis', 'git.fblaslapack', 'scotch-v6.0.8', 'git.superlu_dist', 'git.scalapack'] Downloading MUMPS =============================================================================== Trying to download git://https://bitbucket.org/petsc/pkg-mumps.git for MUMPS =============================================================================== Executing: git clone https://bitbucket.org/petsc/pkg-mumps.git /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps Looking for MUMPS at git.mumps, hg.mumps or a directory starting with ['petsc-pkg-mumps', 'MUMPS'] Found a copy of MUMPS in git.mumps Executing: ['git', 'rev-parse', '--git-dir'] stdout: .git Executing: ['git', 'cat-file', '-e', 'v5.2.1-p2^{commit}'] Executing: ['git', 'rev-parse', 'v5.2.1-p2'] stdout: d1a5c931b762d0da8183dea55b69f7fd59e00a48 Executing: ['git', '-c', 'user.name=petsc-configure', '-c', 'user.email=petsc@configure', 'stash'] stdout: No local changes to save Executing: ['git', 'clean', '-f', '-d', '-x'] Executing: ['git', 'checkout', '-f', 'd1a5c931b762d0da8183dea55b69f7fd59e00a48'] Executing: /home/kongf/workhome/rod/mpich/bin/mpif90 -V MUMPS was just downloaded, forcing a rebuild because cannot determine if package has changed Executing: make clean stdout: (cd src; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' /bin/rm -f *.o *.mod make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' (cd examples; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/examples' /bin/rm -f *.o [sdcz]simpletest c_example multiple_arithmetics_example ssimpletest_save_restore dsimpletest_save_restore csimpletest_save_restore zsimpletest_save_restore c_example_save_restore make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/examples' (cd ./lib; /bin/rm -f *.a) (cd libseq; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/libseq' /bin/rm -f *.o *.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/libseq' if [ "./PORD/lib/" != "" ] ; then \ cd ./PORD/lib/; make realclean; \ fi; make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' rm -f *.o libpord.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' =============================================================================== Compiling Mumps; this may take several minutes =============================================================================== Executing: /usr/bin/make -j24 -l48.0 alllib stdout: if [ "./PORD/lib/" != "" ] ; then \ cd ./PORD/lib/; \ /usr/bin/make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" CFLAGS="-march=nocona -g -O" AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr " RANLIB="/usr/bin/ranlib" OUTC="-o " LIBEXT=.a; \ fi; make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c graph.c -o graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c gbipart.c -o gbipart.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c gbisect.c -o gbisect.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c ddcreate.c -o ddcreate.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c ddbisect.c -o ddbisect.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c nestdiss.c -o nestdiss.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c multisector.c -o multisector.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c gelim.c -o gelim.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c bucket.c -o bucket.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c tree.c -o tree.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c symbfac.c -o symbfac.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c interface.c -o interface.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c sort.c -o sort.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c minpriority.c -o minpriority.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libpord.a graph.o gbipart.o gbisect.o ddcreate.o ddbisect.o nestdiss.o multisector.o gelim.o bucket.o tree.o symbfac.o interface.o sort.o minpriority.o /usr/bin/ranlib libpord.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' if [ "./PORD/lib/" != "" ] ; then \ cp ./PORD/lib//libpord.a lib/libpord.a; \ fi; (cd src ; /usr/bin/make mumps_lib) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_omp_m.F -o ana_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_orderings_wrappers_m.F -o ana_orderings_wrappers_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c double_linked_list.F -o double_linked_list.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_asm_build_sort_index_ELT_m.F -o fac_asm_build_sort_index_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_asm_build_sort_index_m.F -o fac_asm_build_sort_index_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c front_data_mgt_m.F -o front_data_mgt_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_future_niv2_mod.F -o fac_future_niv2_mod.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_ibct_data_m.F -o fac_ibct_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c lr_common.F -o lr_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_comm_ibcast.F -o mumps_comm_ibcast.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_l0_omp_m.F -o mumps_l0_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_memory_mod.F -o mumps_memory_mod.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_mpitoomp_m.F -o mumps_mpitoomp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_ooc_common.F -o mumps_ooc_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c omp_tps_common_m.F -o omp_tps_common_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_struc_def.F -o dmumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dlr_type.F -o dlr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dstatic_ptr_m.F -o dstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_omp_m.F -o dfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_config_file.F -o dmumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c domp_tps_m.F -o domp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_distrhs.F -o dsol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_reordertree.F -o dana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_stack_aux.F -o dfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_bf.F -o dfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_contrib_type1.F -o dfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_determinant.F -o dfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_scalings_simScaleAbs.F -o dfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_scalings_simScale_util.F -o dfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_type3_symmetrize.F -o dfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_d \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o dmumps_c.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c dmumps_gpu.c -o dmumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_iXamax.F -o dmumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_mtrans.F -o dana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_matvec.F -o dsol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_root_parallel.F -o dsol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_struc_def.F -o smumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c slr_type.F -o slr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sstatic_ptr_m.F -o sstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_ooc_buffer.F -o smumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_omp_m.F -o sfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_config_file.F -o smumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c somp_tps_m.F -o somp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_distrhs.F -o ssol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_reordertree.F -o sana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_stack_aux.F -o sfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_bf.F -o sfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_contrib_type1.F -o sfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_root2son.F -o sfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_scalings.F -o sfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_determinant.F -o sfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_scalings_simScaleAbs.F -o sfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_scalings_simScale_util.F -o sfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_type3_symmetrize.F -o sfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sini_defaults.F -o sini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_s \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o smumps_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_f77.F -o smumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c smumps_gpu.c -o smumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_iXamax.F -o smumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_mtrans.F -o sana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c srank_revealing.F -o srank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_matvec.F -o ssol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_root_parallel.F -o ssol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_struc_def.F -o cmumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c clr_type.F -o clr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cstatic_ptr_m.F -o cstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_ooc_buffer.F -o cmumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_omp_m.F -o cfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_config_file.F -o cmumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c comp_tps_m.F -o comp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_distrhs.F -o csol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_reordertree.F -o cana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_stack_aux.F -o cfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_bf.F -o cfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_contrib_type1.F -o cfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_root2son.F -o cfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_scalings.F -o cfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_determinant.F -o cfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_scalings_simScaleAbs.F -o cfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_scalings_simScale_util.F -o cfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_type3_symmetrize.F -o cfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cini_defaults.F -o cini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_c \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o cmumps_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_f77.F -o cmumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c cmumps_gpu.c -o cmumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_iXamax.F -o cmumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_mtrans.F -o cana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c crank_revealing.F -o crank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_matvec.F -o csol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_root_parallel.F -o csol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_struc_def.F -o zmumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zlr_type.F -o zlr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zstatic_ptr_m.F -o zstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_ooc_buffer.F -o zmumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_omp_m.F -o zfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_config_file.F -o zmumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zomp_tps_m.F -o zomp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_distrhs.F -o zsol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_aux_ELT.F -o zana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_reordertree.F -o zana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_stack_aux.F -o zfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_bf.F -o zfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_contrib_type1.F -o zfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_determinant.F -o zfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_scalings_simScaleAbs.F -o zfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_scalings_simScale_util.F -o zfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_type3_symmetrize.F -o zfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zini_defaults.F -o zini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_z \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o zmumps_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_f77.F -o zmumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c zmumps_gpu.c -o zmumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_iXamax.F -o zmumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_mtrans.F -o zana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zrank_revealing.F -o zrank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_matvec.F -o zsol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_root_parallel.F -o zsol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_descband_data_m.F -o fac_descband_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_maprow_data_m.F -o fac_maprow_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_static_mapping.F -o mumps_static_mapping.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_aux_par.F -o dana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dlr_stats.F -o dlr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_lr_data_m.F -o dmumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_ooc_buffer.F -o dmumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_save_restore_files.F -o dmumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_aux_ELT.F -o dana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_LDLT_preprocess.F -o dana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c darrowheads.F -o darrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_distrib_distentry.F -o dfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_distrib_ELT.F -o dfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_root2son.F -o dfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_scalings.F -o dfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dini_defaults.F -o dini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_f77.F -o dmumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c drank_revealing.F -o drank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_aux_par.F -o sana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c slr_stats.F -o slr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_lr_data_m.F -o smumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_ooc.F -o smumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_save_restore_files.F -o smumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_aux_ELT.F -o sana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_LDLT_preprocess.F -o sana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sarrowheads.F -o sarrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_distrib_distentry.F -o sfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_distrib_ELT.F -o sfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_aux_par.F -o cana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c clr_stats.F -o clr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_lr_data_m.F -o cmumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_ooc.F -o cmumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_save_restore_files.F -o cmumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_aux_ELT.F -o cana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_LDLT_preprocess.F -o cana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c carrowheads.F -o carrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_distrib_distentry.F -o cfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_distrib_ELT.F -o cfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_aux_par.F -o zana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zlr_stats.F -o zlr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_lr_data_m.F -o zmumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_ooc.F -o zmumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_save_restore_files.F -o zmumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_LDLT_preprocess.F -o zana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zarrowheads.F -o zarrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_distrib_distentry.F -o zfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_distrib_ELT.F -o zfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_root2son.F -o zfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_scalings.F -o zfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_ooc.F -o dmumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_root_parallel.F -o dfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_root_parallel.F -o sfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_root_parallel.F -o cfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_root_parallel.F -o zfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dlr_core.F -o dlr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_sol_es.F -o dmumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_lr.F -o dsol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c slr_core.F -o slr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_sol_es.F -o smumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_lr.F -o ssol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_save_restore.F -o smumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sooc_panel_piv.F -o sooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_aux.F -o ssol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_fwd.F -o ssol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c clr_core.F -o clr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_sol_es.F -o cmumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_lr.F -o csol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_save_restore.F -o cmumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cooc_panel_piv.F -o cooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_aux.F -o csol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_fwd.F -o csol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zooc_panel_piv.F -o zooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_aux.F -o zsol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_fwd.F -o zsol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zlr_core.F -o zlr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_sol_es.F -o zmumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_save_restore.F -o zmumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_lr.F -o zsol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_c.F -o ssol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_c.F -o csol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_save_restore.F -o dmumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dooc_panel_piv.F -o dooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_aux.F -o dsol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_c.F -o dsol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_fwd.F -o dsol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_orderings.F -o ana_orderings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_set_ordering.F -o ana_set_ordering.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_AMDMF.F -o ana_AMDMF.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c bcast_errors.F -o bcast_errors.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c estim_flops.F -o estim_flops.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_type_size.F -o mumps_type_size.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_type2_blocking.F -o mumps_type2_blocking.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_version.F -o mumps_version.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_print_defined.F -o mumps_print_defined.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_common.c -o mumps_common.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_pord.c -o mumps_pord.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_metis.c -o mumps_metis.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_metis64.c -o mumps_metis64.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_metis_int.c -o mumps_metis_int.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_scotch.c -o mumps_scotch.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_scotch64.c -o mumps_scotch64.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_scotch_int.c -o mumps_scotch_int.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_size.c -o mumps_size.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io.c -o mumps_io.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io_basic.c -o mumps_io_basic.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io_thread.c -o mumps_io_thread.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io_err.c -o mumps_io_err.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_numa.c -o mumps_numa.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_thread.c -o mumps_thread.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_save_restore_C.c -o mumps_save_restore_C.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_config_file_C.c -o mumps_config_file_C.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_thread_affinity.c -o mumps_thread_affinity.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c tools_common.F -o tools_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sol_common.F -o sol_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_aux.F -o dana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_lr.F -o dana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_comm_buffer.F -o dmumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_lr.F -o dfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_aux.F -o sana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_aux.F -o cana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_aux.F -o zana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_c.F -o zsol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_lr.F -o sana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_comm_buffer.F -o smumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_lr.F -o sfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_dist_m.F -o dana_dist_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_lr.F -o cana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_comm_buffer.F -o cmumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_lr.F -o cfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_lr.F -o zana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_comm_buffer.F -o zmumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_lr.F -o zfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_dist_m.F -o sana_dist_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_dist_m.F -o cana_dist_m.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libmumps_common.a ana_omp_m.o ana_orderings_wrappers_m.o double_linked_list.o fac_asm_build_sort_index_ELT_m.o fac_asm_build_sort_index_m.o fac_descband_data_m.o fac_future_niv2_mod.o fac_ibct_data_m.o fac_maprow_data_m.o front_data_mgt_m.o lr_common.o mumps_comm_ibcast.o mumps_l0_omp_m.o mumps_memory_mod.o mumps_mpitoomp_m.o mumps_ooc_common.o mumps_static_mapping.o omp_tps_common_m.o ana_orderings.o ana_set_ordering.o ana_AMDMF.o bcast_errors.o estim_flops.o mumps_type_size.o mumps_type2_blocking.o mumps_version.o mumps_print_defined.o mumps_common.o mumps_pord.o mumps_metis.o mumps_metis64.o mumps_metis_int.o mumps_scotch.o mumps_scotch64.o mumps_scotch_int.o mumps_size.o mumps_io.o mumps_io_basic.o mumps_io_thread.o mumps_io_err.o mumps_numa.o mumps_thread.o mumps_save_restore_C.o mumps_config_file_C.o mumps_thread_affinity.o tools_common.o sol_common.o /usr/bin/ranlib ../lib/libmumps_common.a /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_load.F -o dmumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_aux.F -o dfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dini_driver.F -o dini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dend_driver.F -o dend_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dbcast_int.F -o dbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_lastrtnelind.F -o dfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_bwd_aux.F -o dsol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_bwd.F -o dsol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_fwd_aux.F -o dsol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_dist_m.F -o zana_dist_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LU_type1.F -o dfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LDLT_type1.F -o dfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_load.F -o smumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_aux.F -o sfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sini_driver.F -o sini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c send_driver.F -o send_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sbcast_int.F -o sbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_lastrtnelind.F -o sfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_bwd_aux.F -o ssol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_bwd.F -o ssol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_fwd_aux.F -o ssol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_load.F -o cmumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_aux.F -o cfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cini_driver.F -o cini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cend_driver.F -o cend_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cbcast_int.F -o cbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_lastrtnelind.F -o cfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_bwd_aux.F -o csol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_bwd.F -o csol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_fwd_aux.F -o csol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LU_type1.F -o sfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LDLT_type1.F -o sfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_load.F -o zmumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_aux.F -o zfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zini_driver.F -o zini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zend_driver.F -o zend_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zbcast_int.F -o zbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_lastrtnelind.F -o zfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_bwd_aux.F -o zsol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_bwd.F -o zsol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_fwd_aux.F -o zsol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LU_type1.F -o cfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LDLT_type1.F -o cfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LU_type1.F -o zfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LDLT_type1.F -o zfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_dynamic.F -o dfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_type2_aux.F -o dfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_driver.F -o dana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_driver.F -o dfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_alloc_cb.F -o dfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_free_block_cb.F -o dfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_stack.F -o dfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_band.F -o dfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_end_facto_slave.F -o dfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_contrib_type3.F -o dfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_master2.F -o dfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_message.F -o dfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_root2slave.F -o dfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_rtnelind.F -o dfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_sol_pool.F -o dfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm_master_ELT_m.F -o dfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm_master_m.F -o dfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm_ELT.F -o dfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm.F -o dfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_compress_cb.F -o dfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_blfac_slave.F -o dfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_blocfacto_LDLT.F -o dfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_blocfacto.F -o dfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_contrib_type2.F -o dfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_maprow.F -o dfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dtools.F -o dtools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dtype3_root.F -o dtype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_dynamic.F -o sfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_type2_aux.F -o sfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_driver.F -o sana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_driver.F -o sfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_alloc_cb.F -o sfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_free_block_cb.F -o sfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_stack.F -o sfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_band.F -o sfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_end_facto_slave.F -o sfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_contrib_type3.F -o sfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_master2.F -o sfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_message.F -o sfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_root2slave.F -o sfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_rtnelind.F -o sfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_sol_pool.F -o sfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c stools.F -o stools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c stype3_root.F -o stype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_dynamic.F -o cfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_type2_aux.F -o cfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_driver.F -o cana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_driver.F -o cfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_alloc_cb.F -o cfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_free_block_cb.F -o cfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_stack.F -o cfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_band.F -o cfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_blfac_slave.F -o cfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_blocfacto_LDLT.F -o cfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_blocfacto.F -o cfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_end_facto_slave.F -o cfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_contrib_type2.F -o cfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_contrib_type3.F -o cfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_maprow.F -o cfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_master2.F -o cfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_message.F -o cfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_root2slave.F -o cfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_rtnelind.F -o cfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_sol_pool.F -o cfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ctools.F -o ctools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ctype3_root.F -o ctype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_driver.F -o zsol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_driver.F -o zmumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LU_type2.F -o dfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LDLT_type2.F -o dfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm_master_ELT_m.F -o sfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm_master_m.F -o sfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LU_type2.F -o sfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LDLT_type2.F -o sfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm_ELT.F -o sfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm.F -o sfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_compress_cb.F -o sfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_blfac_slave.F -o sfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_blocfacto_LDLT.F -o sfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_blocfacto.F -o sfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_contrib_type2.F -o sfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_maprow.F -o sfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_driver.F -o smumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm_master_ELT_m.F -o cfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm_master_m.F -o cfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LU_type2.F -o cfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LDLT_type2.F -o cfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm_ELT.F -o cfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm.F -o cfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_compress_cb.F -o cfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_driver.F -o cmumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_dynamic.F -o zfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_type2_aux.F -o zfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_driver.F -o zana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_driver.F -o zfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_alloc_cb.F -o zfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_free_block_cb.F -o zfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_stack.F -o zfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_band.F -o zfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_end_facto_slave.F -o zfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_contrib_type2.F -o zfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_contrib_type3.F -o zfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_maprow.F -o zfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_master2.F -o zfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_message.F -o zfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_root2slave.F -o zfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_rtnelind.F -o zfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_sol_pool.F -o zfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ztools.F -o ztools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ztype3_root.F -o ztype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_par_m.F -o dfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_driver.F -o dsol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_driver.F -o dmumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_driver.F -o ssol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_driver.F -o csol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm_master_ELT_m.F -o zfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm_master_m.F -o zfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LU_type2.F -o zfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LDLT_type2.F -o zfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm_ELT.F -o zfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm.F -o zfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_compress_cb.F -o zfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_blfac_slave.F -o zfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_blocfacto_LDLT.F -o zfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_blocfacto.F -o zfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_par_m.F -o sfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_b.F -o dfac_b.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_par_m.F -o cfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_b.F -o sfac_b.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_par_m.F -o zfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_b.F -o cfac_b.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_b.F -o zfac_b.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libzmumps.a zana_aux.o zana_aux_par.o zana_lr.o zfac_asm_master_ELT_m.o zfac_asm_master_m.o zfac_front_aux.o zfac_front_LU_type1.o zfac_front_LU_type2.o zfac_front_LDLT_type1.o zfac_front_LDLT_type2.o zfac_front_type2_aux.o zfac_lr.o zfac_mem_dynamic.o zfac_omp_m.o zfac_par_m.o zlr_core.o zlr_stats.o zlr_type.o zmumps_comm_buffer.o zmumps_config_file.o zmumps_load.o zmumps_lr_data_m.o zmumps_ooc_buffer.o zmumps_ooc.o zmumps_sol_es.o zmumps_save_restore.o zmumps_save_restore_files.o zmumps_struc_def.o zomp_tps_m.o zsol_lr.o zstatic_ptr_m.o zini_driver.o zana_driver.o zfac_driver.o zsol_driver.o zsol_distrhs.o zend_driver.o zana_aux_ELT.o zana_dist_m.o zana_LDLT_preprocess.o zana_reordertree.o zarrowheads.o zbcast_int.o zfac_asm_ELT.o zfac_asm.o zfac_b.o zfac_distrib_distentry.o zfac_distrib_ELT.o zfac_lastrtnelind.o zfac_mem_alloc_cb.o zfac_mem_compress_cb.o zfac_mem_free_block_cb.o zfac_mem_stack_aux.o zfac_mem_stack.o zfac_process_band.o zfac_process_blfac_slave.o zfac_process_blocfacto_LDLT.o zfac_process_blocfacto.o zfac_process_bf.o zfac_process_end_facto_slave.o zfac_process_contrib_type1.o zfac_process_contrib_type2.o zfac_process_contrib_type3.o zfac_process_maprow.o zfac_process_master2.o zfac_process_message.o zfac_process_root2slave.o zfac_process_root2son.o zfac_process_rtnelind.o zfac_root_parallel.o zfac_scalings.o zfac_determinant.o zfac_scalings_simScaleAbs.o zfac_scalings_simScale_util.o zfac_sol_pool.o zfac_type3_symmetrize.o zini_defaults.o zmumps_c.o zmumps_driver.o zmumps_f77.o zmumps_gpu.o zmumps_iXamax.o zana_mtrans.o zooc_panel_piv.o zrank_revealing.o zsol_aux.o zsol_bwd_aux.o zsol_bwd.o zsol_c.o zsol_fwd_aux.o zsol_fwd.o zsol_matvec.o zsol_root_parallel.o ztools.o ztype3_root.o /usr/bin/ranlib ../lib/libzmumps.a /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libdmumps.a dana_aux.o dana_aux_par.o dana_lr.o dfac_asm_master_ELT_m.o dfac_asm_master_m.o dfac_front_aux.o dfac_front_LU_type1.o dfac_front_LU_type2.o dfac_front_LDLT_type1.o dfac_front_LDLT_type2.o dfac_front_type2_aux.o dfac_lr.o dfac_mem_dynamic.o dfac_omp_m.o dfac_par_m.o dlr_core.o dlr_stats.o dlr_type.o dmumps_comm_buffer.o dmumps_config_file.o dmumps_load.o dmumps_lr_data_m.o dmumps_ooc_buffer.o dmumps_ooc.o dmumps_sol_es.o dmumps_save_restore.o dmumps_save_restore_files.o dmumps_struc_def.o domp_tps_m.o dsol_lr.o dstatic_ptr_m.o dini_driver.o dana_driver.o dfac_driver.o dsol_driver.o dsol_distrhs.o dend_driver.o dana_aux_ELT.o dana_dist_m.o dana_LDLT_preprocess.o dana_reordertree.o darrowheads.o dbcast_int.o dfac_asm_ELT.o dfac_asm.o dfac_b.o dfac_distrib_distentry.o dfac_distrib_ELT.o dfac_lastrtnelind.o dfac_mem_alloc_cb.o dfac_mem_compress_cb.o dfac_mem_free_block_cb.o dfac_mem_stack_aux.o dfac_mem_stack.o dfac_process_band.o dfac_process_blfac_slave.o dfac_process_blocfacto_LDLT.o dfac_process_blocfacto.o dfac_process_bf.o dfac_process_end_facto_slave.o dfac_process_contrib_type1.o dfac_process_contrib_type2.o dfac_process_contrib_type3.o dfac_process_maprow.o dfac_process_master2.o dfac_process_message.o dfac_process_root2slave.o dfac_process_root2son.o dfac_process_rtnelind.o dfac_root_parallel.o dfac_scalings.o dfac_determinant.o dfac_scalings_simScaleAbs.o dfac_scalings_simScale_util.o dfac_sol_pool.o dfac_type3_symmetrize.o dini_defaults.o dmumps_c.o dmumps_driver.o dmumps_f77.o dmumps_gpu.o dmumps_iXamax.o dana_mtrans.o dooc_panel_piv.o drank_revealing.o dsol_aux.o dsol_bwd_aux.o dsol_bwd.o dsol_c.o dsol_fwd_aux.o dsol_fwd.o dsol_matvec.o dsol_root_parallel.o dtools.o dtype3_root.o /usr/bin/ranlib ../lib/libdmumps.a /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libsmumps.a sana_aux.o sana_aux_par.o sana_lr.o sfac_asm_master_ELT_m.o sfac_asm_master_m.o sfac_front_aux.o sfac_front_LU_type1.o sfac_front_LU_type2.o sfac_front_LDLT_type1.o sfac_front_LDLT_type2.o sfac_front_type2_aux.o sfac_lr.o sfac_mem_dynamic.o sfac_omp_m.o sfac_par_m.o slr_core.o slr_stats.o slr_type.o smumps_comm_buffer.o smumps_config_file.o smumps_load.o smumps_lr_data_m.o smumps_ooc_buffer.o smumps_ooc.o smumps_sol_es.o smumps_save_restore.o smumps_save_restore_files.o smumps_struc_def.o somp_tps_m.o ssol_lr.o sstatic_ptr_m.o sini_driver.o sana_driver.o sfac_driver.o ssol_driver.o ssol_distrhs.o send_driver.o sana_aux_ELT.o sana_dist_m.o sana_LDLT_preprocess.o sana_reordertree.o sarrowheads.o sbcast_int.o sfac_asm_ELT.o sfac_asm.o sfac_b.o sfac_distrib_distentry.o sfac_distrib_ELT.o sfac_lastrtnelind.o sfac_mem_alloc_cb.o sfac_mem_compress_cb.o sfac_mem_free_block_cb.o sfac_mem_stack_aux.o sfac_mem_stack.o sfac_process_band.o sfac_process_blfac_slave.o sfac_process_blocfacto_LDLT.o sfac_process_blocfacto.o sfac_process_bf.o sfac_process_end_facto_slave.o sfac_process_contrib_type1.o sfac_process_contrib_type2.o sfac_process_contrib_type3.o sfac_process_maprow.o sfac_process_master2.o sfac_process_message.o sfac_process_root2slave.o sfac_process_root2son.o sfac_process_rtnelind.o sfac_root_parallel.o sfac_scalings.o sfac_determinant.o sfac_scalings_simScaleAbs.o sfac_scalings_simScale_util.o sfac_sol_pool.o sfac_type3_symmetrize.o sini_defaults.o smumps_c.o smumps_driver.o smumps_f77.o smumps_gpu.o smumps_iXamax.o sana_mtrans.o sooc_panel_piv.o srank_revealing.o ssol_aux.o ssol_bwd_aux.o ssol_bwd.o ssol_c.o ssol_fwd_aux.o ssol_fwd.o ssol_matvec.o ssol_root_parallel.o stools.o stype3_root.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libcmumps.a cana_aux.o cana_aux_par.o cana_lr.o cfac_asm_master_ELT_m.o cfac_asm_master_m.o cfac_front_aux.o cfac_front_LU_type1.o cfac_front_LU_type2.o cfac_front_LDLT_type1.o cfac_front_LDLT_type2.o cfac_front_type2_aux.o cfac_lr.o cfac_mem_dynamic.o cfac_omp_m.o cfac_par_m.o clr_core.o clr_stats.o clr_type.o cmumps_comm_buffer.o cmumps_config_file.o cmumps_load.o cmumps_lr_data_m.o cmumps_ooc_buffer.o cmumps_ooc.o cmumps_sol_es.o cmumps_save_restore.o cmumps_save_restore_files.o cmumps_struc_def.o comp_tps_m.o csol_lr.o cstatic_ptr_m.o cini_driver.o cana_driver.o cfac_driver.o csol_driver.o csol_distrhs.o cend_driver.o cana_aux_ELT.o cana_dist_m.o cana_LDLT_preprocess.o cana_reordertree.o carrowheads.o cbcast_int.o cfac_asm_ELT.o cfac_asm.o cfac_b.o cfac_distrib_distentry.o cfac_distrib_ELT.o cfac_lastrtnelind.o cfac_mem_alloc_cb.o cfac_mem_compress_cb.o cfac_mem_free_block_cb.o cfac_mem_stack_aux.o cfac_mem_stack.o cfac_process_band.o cfac_process_blfac_slave.o cfac_process_blocfacto_LDLT.o cfac_process_blocfacto.o cfac_process_bf.o cfac_process_end_facto_slave.o cfac_process_contrib_type1.o cfac_process_contrib_type2.o cfac_process_contrib_type3.o cfac_process_maprow.o cfac_process_master2.o cfac_process_message.o cfac_process_root2slave.o cfac_process_root2son.o cfac_process_rtnelind.o cfac_root_parallel.o cfac_scalings.o cfac_determinant.o cfac_scalings_simScaleAbs.o cfac_scalings_simScale_util.o cfac_sol_pool.o cfac_type3_symmetrize.o cini_defaults.o cmumps_c.o cmumps_driver.o cmumps_f77.o cmumps_gpu.o cmumps_iXamax.o cana_mtrans.o cooc_panel_piv.o crank_revealing.o csol_aux.o csol_bwd_aux.o csol_bwd.o csol_c.o csol_fwd_aux.o csol_fwd.o csol_matvec.o csol_root_parallel.o ctools.o ctype3_root.o /usr/bin/ranlib ../lib/libcmumps.a /usr/bin/ranlib ../lib/libsmumps.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' =============================================================================== Installing Mumps; this may take several minutes =============================================================================== Executing: mkdir -p /home/kongf/workhome/rod/moose/petsc/arch-moose/lib /home/kongf/workhome/rod/moose/petsc/arch-moose/include Executing: cp -f lib/*.* /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/. Executing: cp -f include/*.* /home/kongf/workhome/rod/moose/petsc/arch-moose/include/. ********Output of running make on MUMPS follows ******* (cd src; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' /bin/rm -f *.o *.mod make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' (cd examples; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/examples' /bin/rm -f *.o [sdcz]simpletest c_example multiple_arithmetics_example ssimpletest_save_restore dsimpletest_save_restore csimpletest_save_restore zsimpletest_save_restore c_example_save_restore make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/examples' (cd ./lib; /bin/rm -f *.a) (cd libseq; make clean) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/libseq' /bin/rm -f *.o *.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/libseq' if [ "./PORD/lib/" != "" ] ; then \ cd ./PORD/lib/; make realclean; \ fi; make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' rm -f *.o libpord.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib'if [ "./PORD/lib/" != "" ] ; then \ cd ./PORD/lib/; \ /usr/bin/make CC="/home/kongf/workhome/rod/mpich/bin/mpicc" CFLAGS="-march=nocona -g -O" AR="/home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr " RANLIB="/usr/bin/ranlib" OUTC="-o " LIBEXT=.a; \ fi; make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c graph.c -o graph.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c gbipart.c -o gbipart.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c gbisect.c -o gbisect.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c ddcreate.c -o ddcreate.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c ddbisect.c -o ddbisect.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c nestdiss.c -o nestdiss.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c multisector.c -o multisector.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c gelim.c -o gelim.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c bucket.c -o bucket.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c tree.c -o tree.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c symbfac.c -o symbfac.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c interface.c -o interface.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c sort.c -o sort.o /home/kongf/workhome/rod/mpich/bin/mpicc -I../include -march=nocona -g -O -c minpriority.c -o minpriority.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr libpord.a graph.o gbipart.o gbisect.o ddcreate.o ddbisect.o nestdiss.o multisector.o gelim.o bucket.o tree.o symbfac.o interface.o sort.o minpriority.o /usr/bin/ranlib libpord.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/PORD/lib' if [ "./PORD/lib/" != "" ] ; then \ cp ./PORD/lib//libpord.a lib/libpord.a; \ fi; (cd src ; /usr/bin/make mumps_lib) make[1]: Entering directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src' /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_omp_m.F -o ana_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_orderings_wrappers_m.F -o ana_orderings_wrappers_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c double_linked_list.F -o double_linked_list.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_asm_build_sort_index_ELT_m.F -o fac_asm_build_sort_index_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_asm_build_sort_index_m.F -o fac_asm_build_sort_index_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c front_data_mgt_m.F -o front_data_mgt_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_future_niv2_mod.F -o fac_future_niv2_mod.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_ibct_data_m.F -o fac_ibct_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c lr_common.F -o lr_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_comm_ibcast.F -o mumps_comm_ibcast.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_l0_omp_m.F -o mumps_l0_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_memory_mod.F -o mumps_memory_mod.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_mpitoomp_m.F -o mumps_mpitoomp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_ooc_common.F -o mumps_ooc_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c omp_tps_common_m.F -o omp_tps_common_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_struc_def.F -o dmumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dlr_type.F -o dlr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dstatic_ptr_m.F -o dstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_omp_m.F -o dfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_config_file.F -o dmumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c domp_tps_m.F -o domp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_distrhs.F -o dsol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_reordertree.F -o dana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_stack_aux.F -o dfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_bf.F -o dfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_contrib_type1.F -o dfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_determinant.F -o dfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_scalings_simScaleAbs.F -o dfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_scalings_simScale_util.F -o dfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_type3_symmetrize.F -o dfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_d \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o dmumps_c.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c dmumps_gpu.c -o dmumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_iXamax.F -o dmumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_mtrans.F -o dana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_matvec.F -o dsol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_root_parallel.F -o dsol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_struc_def.F -o smumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c slr_type.F -o slr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sstatic_ptr_m.F -o sstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_ooc_buffer.F -o smumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_omp_m.F -o sfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_config_file.F -o smumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c somp_tps_m.F -o somp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_distrhs.F -o ssol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_reordertree.F -o sana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_stack_aux.F -o sfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_bf.F -o sfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_contrib_type1.F -o sfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_root2son.F -o sfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_scalings.F -o sfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_determinant.F -o sfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_scalings_simScaleAbs.F -o sfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_scalings_simScale_util.F -o sfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_type3_symmetrize.F -o sfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sini_defaults.F -o sini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_s \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o smumps_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_f77.F -o smumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c smumps_gpu.c -o smumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_iXamax.F -o smumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_mtrans.F -o sana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c srank_revealing.F -o srank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_matvec.F -o ssol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_root_parallel.F -o ssol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_struc_def.F -o cmumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c clr_type.F -o clr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cstatic_ptr_m.F -o cstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_ooc_buffer.F -o cmumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_omp_m.F -o cfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_config_file.F -o cmumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c comp_tps_m.F -o comp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_distrhs.F -o csol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_reordertree.F -o cana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_stack_aux.F -o cfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_bf.F -o cfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_contrib_type1.F -o cfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_root2son.F -o cfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_scalings.F -o cfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_determinant.F -o cfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_scalings_simScaleAbs.F -o cfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_scalings_simScale_util.F -o cfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_type3_symmetrize.F -o cfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cini_defaults.F -o cini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_c \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o cmumps_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_f77.F -o cmumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c cmumps_gpu.c -o cmumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_iXamax.F -o cmumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_mtrans.F -o cana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c crank_revealing.F -o crank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_matvec.F -o csol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_root_parallel.F -o csol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_struc_def.F -o zmumps_struc_def.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zlr_type.F -o zlr_type.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zstatic_ptr_m.F -o zstatic_ptr_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_ooc_buffer.F -o zmumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_omp_m.F -o zfac_omp_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_config_file.F -o zmumps_config_file.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zomp_tps_m.F -o zomp_tps_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_distrhs.F -o zsol_distrhs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_aux_ELT.F -o zana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_reordertree.F -o zana_reordertree.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_stack_aux.F -o zfac_mem_stack_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_bf.F -o zfac_process_bf.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_contrib_type1.F -o zfac_process_contrib_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_determinant.F -o zfac_determinant.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_scalings_simScaleAbs.F -o zfac_scalings_simScaleAbs.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_scalings_simScale_util.F -o zfac_scalings_simScale_util.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_type3_symmetrize.F -o zfac_type3_symmetrize.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zini_defaults.F -o zini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -DAdd_ -DMUMPS_ARITH=MUMPS_ARITH_z \ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I../include -c mumps_c.c -o zmumps_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_f77.F -o zmumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c zmumps_gpu.c -o zmumps_gpu.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_iXamax.F -o zmumps_iXamax.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_mtrans.F -o zana_mtrans.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zrank_revealing.F -o zrank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_matvec.F -o zsol_matvec.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_root_parallel.F -o zsol_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_descband_data_m.F -o fac_descband_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c fac_maprow_data_m.F -o fac_maprow_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_static_mapping.F -o mumps_static_mapping.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_aux_par.F -o dana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dlr_stats.F -o dlr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_lr_data_m.F -o dmumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_ooc_buffer.F -o dmumps_ooc_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_save_restore_files.F -o dmumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_aux_ELT.F -o dana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_LDLT_preprocess.F -o dana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c darrowheads.F -o darrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_distrib_distentry.F -o dfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_distrib_ELT.F -o dfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_root2son.F -o dfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_scalings.F -o dfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dini_defaults.F -o dini_defaults.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_f77.F -o dmumps_f77.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c drank_revealing.F -o drank_revealing.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_aux_par.F -o sana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c slr_stats.F -o slr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_lr_data_m.F -o smumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_ooc.F -o smumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_save_restore_files.F -o smumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_aux_ELT.F -o sana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_LDLT_preprocess.F -o sana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sarrowheads.F -o sarrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_distrib_distentry.F -o sfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_distrib_ELT.F -o sfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_aux_par.F -o cana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c clr_stats.F -o clr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_lr_data_m.F -o cmumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_ooc.F -o cmumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_save_restore_files.F -o cmumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_aux_ELT.F -o cana_aux_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_LDLT_preprocess.F -o cana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c carrowheads.F -o carrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_distrib_distentry.F -o cfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_distrib_ELT.F -o cfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_aux_par.F -o zana_aux_par.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zlr_stats.F -o zlr_stats.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_lr_data_m.F -o zmumps_lr_data_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_ooc.F -o zmumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_save_restore_files.F -o zmumps_save_restore_files.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_LDLT_preprocess.F -o zana_LDLT_preprocess.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zarrowheads.F -o zarrowheads.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_distrib_distentry.F -o zfac_distrib_distentry.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_distrib_ELT.F -o zfac_distrib_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_root2son.F -o zfac_process_root2son.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_scalings.F -o zfac_scalings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_ooc.F -o dmumps_ooc.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_root_parallel.F -o dfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_root_parallel.F -o sfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_root_parallel.F -o cfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_root_parallel.F -o zfac_root_parallel.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dlr_core.F -o dlr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_sol_es.F -o dmumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_lr.F -o dsol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c slr_core.F -o slr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_sol_es.F -o smumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_lr.F -o ssol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_save_restore.F -o smumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sooc_panel_piv.F -o sooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_aux.F -o ssol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_fwd.F -o ssol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c clr_core.F -o clr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_sol_es.F -o cmumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_lr.F -o csol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_save_restore.F -o cmumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cooc_panel_piv.F -o cooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_aux.F -o csol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_fwd.F -o csol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zooc_panel_piv.F -o zooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_aux.F -o zsol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_fwd.F -o zsol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zlr_core.F -o zlr_core.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_sol_es.F -o zmumps_sol_es.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_save_restore.F -o zmumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_lr.F -o zsol_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_c.F -o ssol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_c.F -o csol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_save_restore.F -o dmumps_save_restore.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dooc_panel_piv.F -o dooc_panel_piv.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_aux.F -o dsol_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_c.F -o dsol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_fwd.F -o dsol_fwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_orderings.F -o ana_orderings.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_set_ordering.F -o ana_set_ordering.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ana_AMDMF.F -o ana_AMDMF.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c bcast_errors.F -o bcast_errors.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c estim_flops.F -o estim_flops.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_type_size.F -o mumps_type_size.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_type2_blocking.F -o mumps_type2_blocking.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_version.F -o mumps_version.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c mumps_print_defined.F -o mumps_print_defined.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_common.c -o mumps_common.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_pord.c -o mumps_pord.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_metis.c -o mumps_metis.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_metis64.c -o mumps_metis64.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_metis_int.c -o mumps_metis_int.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_scotch.c -o mumps_scotch.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_scotch64.c -o mumps_scotch64.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_scotch_int.c -o mumps_scotch_int.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_size.c -o mumps_size.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io.c -o mumps_io.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io_basic.c -o mumps_io_basic.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io_thread.c -o mumps_io_thread.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_io_err.c -o mumps_io_err.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_numa.c -o mumps_numa.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_thread.c -o mumps_thread.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_save_restore_C.c -o mumps_save_restore_C.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_config_file_C.c -o mumps_config_file_C.o /home/kongf/workhome/rod/mpich/bin/mpicc -march=nocona -g -O -I/home/kongf/workhome/rod/mpich/include -I../include -DAdd_ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -I../PORD/include/ -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -c mumps_thread_affinity.c -o mumps_thread_affinity.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c tools_common.F -o tools_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sol_common.F -o sol_common.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_aux.F -o dana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_lr.F -o dana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_comm_buffer.F -o dmumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_lr.F -o dfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_aux.F -o sana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_aux.F -o cana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_aux.F -o zana_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_c.F -o zsol_c.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_lr.F -o sana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_comm_buffer.F -o smumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_lr.F -o sfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_dist_m.F -o dana_dist_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_lr.F -o cana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_comm_buffer.F -o cmumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_lr.F -o cfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_lr.F -o zana_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_comm_buffer.F -o zmumps_comm_buffer.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_lr.F -o zfac_lr.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_dist_m.F -o sana_dist_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_dist_m.F -o cana_dist_m.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libmumps_common.a ana_omp_m.o ana_orderings_wrappers_m.o double_linked_list.o fac_asm_build_sort_index_ELT_m.o fac_asm_build_sort_index_m.o fac_descband_data_m.o fac_future_niv2_mod.o fac_ibct_data_m.o fac_maprow_data_m.o front_data_mgt_m.o lr_common.o mumps_comm_ibcast.o mumps_l0_omp_m.o mumps_memory_mod.o mumps_mpitoomp_m.o mumps_ooc_common.o mumps_static_mapping.o omp_tps_common_m.o ana_orderings.o ana_set_ordering.o ana_AMDMF.o bcast_errors.o estim_flops.o mumps_type_size.o mumps_type2_blocking.o mumps_version.o mumps_print_defined.o mumps_common.o mumps_pord.o mumps_metis.o mumps_metis64.o mumps_metis_int.o mumps_scotch.o mumps_scotch64.o mumps_scotch_int.o mumps_size.o mumps_io.o mumps_io_basic.o mumps_io_thread.o mumps_io_err.o mumps_numa.o mumps_thread.o mumps_save_restore_C.o mumps_config_file_C.o mumps_thread_affinity.o tools_common.o sol_common.o /usr/bin/ranlib ../lib/libmumps_common.a /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_load.F -o dmumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_aux.F -o dfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dini_driver.F -o dini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dend_driver.F -o dend_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dbcast_int.F -o dbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_lastrtnelind.F -o dfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_bwd_aux.F -o dsol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_bwd.F -o dsol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_fwd_aux.F -o dsol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_dist_m.F -o zana_dist_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LU_type1.F -o dfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LDLT_type1.F -o dfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_load.F -o smumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_aux.F -o sfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sini_driver.F -o sini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c send_driver.F -o send_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sbcast_int.F -o sbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_lastrtnelind.F -o sfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_bwd_aux.F -o ssol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_bwd.F -o ssol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_fwd_aux.F -o ssol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_load.F -o cmumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_aux.F -o cfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cini_driver.F -o cini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cend_driver.F -o cend_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cbcast_int.F -o cbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_lastrtnelind.F -o cfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_bwd_aux.F -o csol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_bwd.F -o csol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_fwd_aux.F -o csol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LU_type1.F -o sfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LDLT_type1.F -o sfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_load.F -o zmumps_load.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_aux.F -o zfac_front_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zini_driver.F -o zini_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zend_driver.F -o zend_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zbcast_int.F -o zbcast_int.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_lastrtnelind.F -o zfac_lastrtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_bwd_aux.F -o zsol_bwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_bwd.F -o zsol_bwd.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_fwd_aux.F -o zsol_fwd_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LU_type1.F -o cfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LDLT_type1.F -o cfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LU_type1.F -o zfac_front_LU_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LDLT_type1.F -o zfac_front_LDLT_type1.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_dynamic.F -o dfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_type2_aux.F -o dfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dana_driver.F -o dana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_driver.F -o dfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_alloc_cb.F -o dfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_free_block_cb.F -o dfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_stack.F -o dfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_band.F -o dfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_end_facto_slave.F -o dfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_contrib_type3.F -o dfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_master2.F -o dfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_message.F -o dfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_root2slave.F -o dfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_rtnelind.F -o dfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_sol_pool.F -o dfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm_master_ELT_m.F -o dfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm_master_m.F -o dfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm_ELT.F -o dfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_asm.F -o dfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_mem_compress_cb.F -o dfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_blfac_slave.F -o dfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_blocfacto_LDLT.F -o dfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_blocfacto.F -o dfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_contrib_type2.F -o dfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_process_maprow.F -o dfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dtools.F -o dtools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dtype3_root.F -o dtype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_dynamic.F -o sfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_type2_aux.F -o sfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sana_driver.F -o sana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_driver.F -o sfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_alloc_cb.F -o sfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_free_block_cb.F -o sfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_stack.F -o sfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_band.F -o sfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_end_facto_slave.F -o sfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_contrib_type3.F -o sfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_master2.F -o sfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_message.F -o sfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_root2slave.F -o sfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_rtnelind.F -o sfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_sol_pool.F -o sfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c stools.F -o stools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c stype3_root.F -o stype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_dynamic.F -o cfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_type2_aux.F -o cfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cana_driver.F -o cana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_driver.F -o cfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_alloc_cb.F -o cfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_free_block_cb.F -o cfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_stack.F -o cfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_band.F -o cfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_blfac_slave.F -o cfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_blocfacto_LDLT.F -o cfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_blocfacto.F -o cfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_end_facto_slave.F -o cfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_contrib_type2.F -o cfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_contrib_type3.F -o cfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_maprow.F -o cfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_master2.F -o cfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_message.F -o cfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_root2slave.F -o cfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_process_rtnelind.F -o cfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_sol_pool.F -o cfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ctools.F -o ctools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ctype3_root.F -o ctype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zsol_driver.F -o zsol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zmumps_driver.F -o zmumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LU_type2.F -o dfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_front_LDLT_type2.F -o dfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm_master_ELT_m.F -o sfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm_master_m.F -o sfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LU_type2.F -o sfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_front_LDLT_type2.F -o sfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm_ELT.F -o sfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_asm.F -o sfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_mem_compress_cb.F -o sfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_blfac_slave.F -o sfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_blocfacto_LDLT.F -o sfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_blocfacto.F -o sfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_contrib_type2.F -o sfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_process_maprow.F -o sfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c smumps_driver.F -o smumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm_master_ELT_m.F -o cfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm_master_m.F -o cfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LU_type2.F -o cfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_front_LDLT_type2.F -o cfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm_ELT.F -o cfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_asm.F -o cfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_mem_compress_cb.F -o cfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cmumps_driver.F -o cmumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_dynamic.F -o zfac_mem_dynamic.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_type2_aux.F -o zfac_front_type2_aux.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zana_driver.F -o zana_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_driver.F -o zfac_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_alloc_cb.F -o zfac_mem_alloc_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_free_block_cb.F -o zfac_mem_free_block_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_stack.F -o zfac_mem_stack.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_band.F -o zfac_process_band.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_end_facto_slave.F -o zfac_process_end_facto_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_contrib_type2.F -o zfac_process_contrib_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_contrib_type3.F -o zfac_process_contrib_type3.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_maprow.F -o zfac_process_maprow.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_master2.F -o zfac_process_master2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_message.F -o zfac_process_message.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_root2slave.F -o zfac_process_root2slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_rtnelind.F -o zfac_process_rtnelind.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_sol_pool.F -o zfac_sol_pool.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ztools.F -o ztools.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ztype3_root.F -o ztype3_root.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_par_m.F -o dfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dsol_driver.F -o dsol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dmumps_driver.F -o dmumps_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c ssol_driver.F -o ssol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c csol_driver.F -o csol_driver.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm_master_ELT_m.F -o zfac_asm_master_ELT_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm_master_m.F -o zfac_asm_master_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LU_type2.F -o zfac_front_LU_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_front_LDLT_type2.F -o zfac_front_LDLT_type2.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm_ELT.F -o zfac_asm_ELT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_asm.F -o zfac_asm.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_mem_compress_cb.F -o zfac_mem_compress_cb.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_blfac_slave.F -o zfac_process_blfac_slave.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_blocfacto_LDLT.F -o zfac_process_blocfacto_LDLT.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_process_blocfacto.F -o zfac_process_blocfacto.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_par_m.F -o sfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c dfac_b.F -o dfac_b.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_par_m.F -o cfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c sfac_b.F -o sfac_b.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_par_m.F -o zfac_par_m.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c cfac_b.F -o cfac_b.o /home/kongf/workhome/rod/mpich/bin/mpif90 -fPIC -ffree-line-length-0 -Wno-unused-dummy-argument -g -O -I/home/kongf/workhome/rod/mpich/include -I/home/kongf/workhome/rod/moose/petsc/arch-moose/include -Dpord -Dmetis -Dparmetis -Dscotch -Dptscotch -I. -I../include -c zfac_b.F -o zfac_b.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libzmumps.a zana_aux.o zana_aux_par.o zana_lr.o zfac_asm_master_ELT_m.o zfac_asm_master_m.o zfac_front_aux.o zfac_front_LU_type1.o zfac_front_LU_type2.o zfac_front_LDLT_type1.o zfac_front_LDLT_type2.o zfac_front_type2_aux.o zfac_lr.o zfac_mem_dynamic.o zfac_omp_m.o zfac_par_m.o zlr_core.o zlr_stats.o zlr_type.o zmumps_comm_buffer.o zmumps_config_file.o zmumps_load.o zmumps_lr_data_m.o zmumps_ooc_buffer.o zmumps_ooc.o zmumps_sol_es.o zmumps_save_restore.o zmumps_save_restore_files.o zmumps_struc_def.o zomp_tps_m.o zsol_lr.o zstatic_ptr_m.o zini_driver.o zana_driver.o zfac_driver.o zsol_driver.o zsol_distrhs.o zend_driver.o zana_aux_ELT.o zana_dist_m.o zana_LDLT_preprocess.o zana_reordertree.o zarrowheads.o zbcast_int.o zfac_asm_ELT.o zfac_asm.o zfac_b.o zfac_distrib_distentry.o zfac_distrib_ELT.o zfac_lastrtnelind.o zfac_mem_alloc_cb.o zfac_mem_compress_cb.o zfac_mem_free_block_cb.o zfac_mem_stack_aux.o zfac_mem_stack.o zfac_process_band.o zfac_process_blfac_slave.o zfac_process_blocfacto_LDLT.o zfac_process_blocfacto.o zfac_process_bf.o zfac_process_end_facto_slave.o zfac_process_contrib_type1.o zfac_process_contrib_type2.o zfac_process_contrib_type3.o zfac_process_maprow.o zfac_process_master2.o zfac_process_message.o zfac_process_root2slave.o zfac_process_root2son.o zfac_process_rtnelind.o zfac_root_parallel.o zfac_scalings.o zfac_determinant.o zfac_scalings_simScaleAbs.o zfac_scalings_simScale_util.o zfac_sol_pool.o zfac_type3_symmetrize.o zini_defaults.o zmumps_c.o zmumps_driver.o zmumps_f77.o zmumps_gpu.o zmumps_iXamax.o zana_mtrans.o zooc_panel_piv.o zrank_revealing.o zsol_aux.o zsol_bwd_aux.o zsol_bwd.o zsol_c.o zsol_fwd_aux.o zsol_fwd.o zsol_matvec.o zsol_root_parallel.o ztools.o ztype3_root.o /usr/bin/ranlib ../lib/libzmumps.a /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libdmumps.a dana_aux.o dana_aux_par.o dana_lr.o dfac_asm_master_ELT_m.o dfac_asm_master_m.o dfac_front_aux.o dfac_front_LU_type1.o dfac_front_LU_type2.o dfac_front_LDLT_type1.o dfac_front_LDLT_type2.o dfac_front_type2_aux.o dfac_lr.o dfac_mem_dynamic.o dfac_omp_m.o dfac_par_m.o dlr_core.o dlr_stats.o dlr_type.o dmumps_comm_buffer.o dmumps_config_file.o dmumps_load.o dmumps_lr_data_m.o dmumps_ooc_buffer.o dmumps_ooc.o dmumps_sol_es.o dmumps_save_restore.o dmumps_save_restore_files.o dmumps_struc_def.o domp_tps_m.o dsol_lr.o dstatic_ptr_m.o dini_driver.o dana_driver.o dfac_driver.o dsol_driver.o dsol_distrhs.o dend_driver.o dana_aux_ELT.o dana_dist_m.o dana_LDLT_preprocess.o dana_reordertree.o darrowheads.o dbcast_int.o dfac_asm_ELT.o dfac_asm.o dfac_b.o dfac_distrib_distentry.o dfac_distrib_ELT.o dfac_lastrtnelind.o dfac_mem_alloc_cb.o dfac_mem_compress_cb.o dfac_mem_free_block_cb.o dfac_mem_stack_aux.o dfac_mem_stack.o dfac_process_band.o dfac_process_blfac_slave.o dfac_process_blocfacto_LDLT.o dfac_process_blocfacto.o dfac_process_bf.o dfac_process_end_facto_slave.o dfac_process_contrib_type1.o dfac_process_contrib_type2.o dfac_process_contrib_type3.o dfac_process_maprow.o dfac_process_master2.o dfac_process_message.o dfac_process_root2slave.o dfac_process_root2son.o dfac_process_rtnelind.o dfac_root_parallel.o dfac_scalings.o dfac_determinant.o dfac_scalings_simScaleAbs.o dfac_scalings_simScale_util.o dfac_sol_pool.o dfac_type3_symmetrize.o dini_defaults.o dmumps_c.o dmumps_driver.o dmumps_f77.o dmumps_gpu.o dmumps_iXamax.o dana_mtrans.o dooc_panel_piv.o drank_revealing.o dsol_aux.o dsol_bwd_aux.o dsol_bwd.o dsol_c.o dsol_fwd_aux.o dsol_fwd.o dsol_matvec.o dsol_root_parallel.o dtools.o dtype3_root.o /usr/bin/ranlib ../lib/libdmumps.a /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libsmumps.a sana_aux.o sana_aux_par.o sana_lr.o sfac_asm_master_ELT_m.o sfac_asm_master_m.o sfac_front_aux.o sfac_front_LU_type1.o sfac_front_LU_type2.o sfac_front_LDLT_type1.o sfac_front_LDLT_type2.o sfac_front_type2_aux.o sfac_lr.o sfac_mem_dynamic.o sfac_omp_m.o sfac_par_m.o slr_core.o slr_stats.o slr_type.o smumps_comm_buffer.o smumps_config_file.o smumps_load.o smumps_lr_data_m.o smumps_ooc_buffer.o smumps_ooc.o smumps_sol_es.o smumps_save_restore.o smumps_save_restore_files.o smumps_struc_def.o somp_tps_m.o ssol_lr.o sstatic_ptr_m.o sini_driver.o sana_driver.o sfac_driver.o ssol_driver.o ssol_distrhs.o send_driver.o sana_aux_ELT.o sana_dist_m.o sana_LDLT_preprocess.o sana_reordertree.o sarrowheads.o sbcast_int.o sfac_asm_ELT.o sfac_asm.o sfac_b.o sfac_distrib_distentry.o sfac_distrib_ELT.o sfac_lastrtnelind.o sfac_mem_alloc_cb.o sfac_mem_compress_cb.o sfac_mem_free_block_cb.o sfac_mem_stack_aux.o sfac_mem_stack.o sfac_process_band.o sfac_process_blfac_slave.o sfac_process_blocfacto_LDLT.o sfac_process_blocfacto.o sfac_process_bf.o sfac_process_end_facto_slave.o sfac_process_contrib_type1.o sfac_process_contrib_type2.o sfac_process_contrib_type3.o sfac_process_maprow.o sfac_process_master2.o sfac_process_message.o sfac_process_root2slave.o sfac_process_root2son.o sfac_process_rtnelind.o sfac_root_parallel.o sfac_scalings.o sfac_determinant.o sfac_scalings_simScaleAbs.o sfac_scalings_simScale_util.o sfac_sol_pool.o sfac_type3_symmetrize.o sini_defaults.o smumps_c.o smumps_driver.o smumps_f77.o smumps_gpu.o smumps_iXamax.o sana_mtrans.o sooc_panel_piv.o srank_revealing.o ssol_aux.o ssol_bwd_aux.o ssol_bwd.o ssol_c.o ssol_fwd_aux.o ssol_fwd.o ssol_matvec.o ssol_root_parallel.o stools.o stype3_root.o /home/kongf/workhome/rod/miniconda3/bin/x86_64-conda_cos6-linux-gnu-ar cr ../lib/libcmumps.a cana_aux.o cana_aux_par.o cana_lr.o cfac_asm_master_ELT_m.o cfac_asm_master_m.o cfac_front_aux.o cfac_front_LU_type1.o cfac_front_LU_type2.o cfac_front_LDLT_type1.o cfac_front_LDLT_type2.o cfac_front_type2_aux.o cfac_lr.o cfac_mem_dynamic.o cfac_omp_m.o cfac_par_m.o clr_core.o clr_stats.o clr_type.o cmumps_comm_buffer.o cmumps_config_file.o cmumps_load.o cmumps_lr_data_m.o cmumps_ooc_buffer.o cmumps_ooc.o cmumps_sol_es.o cmumps_save_restore.o cmumps_save_restore_files.o cmumps_struc_def.o comp_tps_m.o csol_lr.o cstatic_ptr_m.o cini_driver.o cana_driver.o cfac_driver.o csol_driver.o csol_distrhs.o cend_driver.o cana_aux_ELT.o cana_dist_m.o cana_LDLT_preprocess.o cana_reordertree.o carrowheads.o cbcast_int.o cfac_asm_ELT.o cfac_asm.o cfac_b.o cfac_distrib_distentry.o cfac_distrib_ELT.o cfac_lastrtnelind.o cfac_mem_alloc_cb.o cfac_mem_compress_cb.o cfac_mem_free_block_cb.o cfac_mem_stack_aux.o cfac_mem_stack.o cfac_process_band.o cfac_process_blfac_slave.o cfac_process_blocfacto_LDLT.o cfac_process_blocfacto.o cfac_process_bf.o cfac_process_end_facto_slave.o cfac_process_contrib_type1.o cfac_process_contrib_type2.o cfac_process_contrib_type3.o cfac_process_maprow.o cfac_process_master2.o cfac_process_message.o cfac_process_root2slave.o cfac_process_root2son.o cfac_process_rtnelind.o cfac_root_parallel.o cfac_scalings.o cfac_determinant.o cfac_scalings_simScaleAbs.o cfac_scalings_simScale_util.o cfac_sol_pool.o cfac_type3_symmetrize.o cini_defaults.o cmumps_c.o cmumps_driver.o cmumps_f77.o cmumps_gpu.o cmumps_iXamax.o cana_mtrans.o cooc_panel_piv.o crank_revealing.o csol_aux.o csol_bwd_aux.o csol_bwd.o csol_c.o csol_fwd_aux.o csol_fwd.o csol_matvec.o csol_root_parallel.o ctools.o ctype3_root.o /usr/bin/ranlib ../lib/libcmumps.a /usr/bin/ranlib ../lib/libsmumps.a make[1]: Leaving directory '/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src'dfac_distrib_ELT.F:193:21: & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'eltvar' at (1) dfac_distrib_ELT.F:211:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) dfac_distrib_ELT.F:219:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) dfac_distrib_ELT.F:251:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) sfac_distrib_ELT.F:193:21: & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'eltvar' at (1) sfac_distrib_ELT.F:211:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) sfac_distrib_ELT.F:219:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) sfac_distrib_ELT.F:251:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) cfac_distrib_ELT.F:193:21: & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'eltvar' at (1) cfac_distrib_ELT.F:211:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) cfac_distrib_ELT.F:219:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) cfac_distrib_ELT.F:251:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) zfac_distrib_ELT.F:193:21: & id%ELTVAR( IELTPTR8 ), id%A_ELT( RELTPTR8 ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'eltvar' at (1) zfac_distrib_ELT.F:211:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) zfac_distrib_ELT.F:219:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) zfac_distrib_ELT.F:251:17: & id%ELTVAR(IELTPTR8), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'elnodes' at (1) tools_common.F:871:72: & SIZE2, IN_OUT_TAB48(IBEG28)) 1 Warning: Type mismatch in argument 'outtab8' at (1); passed INTEGER(4) to INTEGER(8) [-Wargument-mismatch] tools_common.F:920:72: & SIZE2, IN_OUT_TAB48(IBEG24)) 1 Warning: Type mismatch in argument 'intab8' at (1); passed INTEGER(4) to INTEGER(8) [-Wargument-mismatch] dfac_process_band.F:272:46: CALL DMUMPS_PROCESS_DESC_BANDE( MYID, DESCBAND_STRUC%BUFR(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'bufr' at (1) dana_driver.F:1934:14: & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'candidates' at (1) dfac_asm_ELT.F:61:18: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, ITLOC, FILS, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) dfac_asm.F:171:25: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) dfac_process_blocfacto.F:232:35: & BLR_U(1), NB_BLR_U, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'blr_u' at (1) dtools.F:235:17: & SON_A(IACHK), SIZFR_SON_A, MonBloc, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'afac' at (1) dtype3_root.F:429:14: & root%SCHUR_POINTER(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_root' at (1) dtype3_root.F:463:19: & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_son' at (1) sfac_process_band.F:272:46: CALL SMUMPS_PROCESS_DESC_BANDE( MYID, DESCBAND_STRUC%BUFR(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'bufr' at (1) sana_driver.F:1934:14: & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'candidates' at (1) stools.F:235:17: & SON_A(IACHK), SIZFR_SON_A, MonBloc, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'afac' at (1) stype3_root.F:429:14: & root%SCHUR_POINTER(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_root' at (1) stype3_root.F:463:19: & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_son' at (1) cana_driver.F:1934:14: & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'candidates' at (1) cfac_process_band.F:272:46: CALL CMUMPS_PROCESS_DESC_BANDE( MYID, DESCBAND_STRUC%BUFR(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'bufr' at (1) cfac_process_blocfacto.F:232:35: & BLR_U(1), NB_BLR_U, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'blr_u' at (1) ctools.F:235:17: & SON_A(IACHK), SIZFR_SON_A, MonBloc, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'afac' at (1) ctype3_root.F:429:14: & root%SCHUR_POINTER(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_root' at (1) ctype3_root.F:463:19: & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_son' at (1) sfac_asm_ELT.F:61:18: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, ITLOC, FILS, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) sfac_asm.F:171:25: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) sfac_process_blocfacto.F:232:35: & BLR_U(1), NB_BLR_U, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'blr_u' at (1) cfac_asm_ELT.F:61:18: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, ITLOC, FILS, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) cfac_asm.F:171:25: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) zfac_process_band.F:272:46: CALL ZMUMPS_PROCESS_DESC_BANDE( MYID, DESCBAND_STRUC%BUFR(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'bufr' at (1) zana_driver.F:1934:14: & id%CANDIDATES(1,1), id%I_AM_CAND(1) ) 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'candidates' at (1) ztools.F:235:17: & SON_A(IACHK), SIZFR_SON_A, MonBloc, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'afac' at (1) ztype3_root.F:429:14: & root%SCHUR_POINTER(1), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_root' at (1) ztype3_root.F:463:19: & LDA, SONA_PTR( POSSONA_PTR + SHIFT_VAL_SON ), 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'val_son' at (1) zfac_asm_ELT.F:61:18: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, ITLOC, FILS, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) zfac_asm.F:171:25: & IOLDPS, A_PTR(POSELT), LA_PTR, 1_8, KEEP, KEEP8, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'a' at (1) zfac_process_blocfacto.F:232:35: & BLR_U(1), NB_BLR_U, 1 Warning: Element of assumed-shaped or pointer array passed to array dummy argument 'blr_u' at (1) ********End of Output of running make on MUMPS ******* Checking for library in Download MUMPS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [dmumps_c] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a', 'libpthread.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dmumps_c(); static void _check_dmumps_c() { dmumps_c(); } int main() { _check_dmumps_c();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lpthread -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lscalapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_f77.o): in function `dmumps_f77_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_f77.F:190: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_buf_look': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:712: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_size_available': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:663: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_mumps_mpi_pack_size_lr': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3174: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `mumps_mpi_pack_size_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3193: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3201: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3204: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3209: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_buf_deall': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:210: undefined reference to `mpi_cancel_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:211: undefined reference to `mpi_request_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:206: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_mpi_unpack_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3305: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3308: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3311: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3314: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3317: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3320: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_mpi_pack_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3250: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3253: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3256: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3259: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3262: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3265: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_bcast_array': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3086: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3088: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3106: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3109: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3112: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3115: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3119: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3124: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_bcast_array': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3145: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_not_mstr': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2986: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2989: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3008: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3011: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3021: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_fils': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2917: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2936: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2939: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2954: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2913: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2943: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2946: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_broadcast': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2830: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2837: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2856: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2859: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2863: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2878: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_update_load': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2710: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2722: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2742: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2745: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2749: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2754: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2759: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2774: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_backvec': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2629: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2631: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2642: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2645: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2648: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2651: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2655: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2660: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_root2slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2610: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_root2son': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2577: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_rtnelind': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2544: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type3': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2201: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2206: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2208: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2212: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2240: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2244: more undefined references to `mpi_pack_size_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type3': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2285: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2288: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2291: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2294: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2297: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2300: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type3': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2479: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2318: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2328: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2343: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2352: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2397: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2407: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blfac_slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2056: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2058: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2062: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2071: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2094: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2097: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2100: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2103: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2106: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2109: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blfac_slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2140: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `mumps_mpi_pack_scale_lr': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3421: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3431: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3437: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3449: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3460: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3465: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1834: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1852: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1862: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1878: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1919: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1924: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1928: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1940: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1943: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1946: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1838: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1844: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1848: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1855: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1866: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1881: more undefined references to `mpi_pack_size_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1933: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1936: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1961: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1968: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1975: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3226: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2017: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2010: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1924: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1928: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_maplig': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1707: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1786: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_blr_pack_cb_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1608: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1610: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_maitre2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:888: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:930: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:891: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:897: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:963: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:966: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:969: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:972: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:975: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:978: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_maitre2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1013: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:986: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:998: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_desc_bande': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:850: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_1int': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:608: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:621: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:625: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_vcb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:519: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:538: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:549: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:552: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:555: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:590: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:521: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:526: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:542: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:545: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:559: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:570: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:576: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:584: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_master2slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:436: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:439: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:450: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:453: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:456: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:459: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:462: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:465: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_master2slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:483: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_cb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:252: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:254: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:300: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:334: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:337: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:345: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:348: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:351: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:385: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_cb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:400: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:355: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:358: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:361: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:364: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:367: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:370: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1220: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1223: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1314: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1316: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1354: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1357: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1360: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1364: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1372: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1375: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1314: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1316: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1368: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1384: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1391: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1425: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1447: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1479: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1555: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1487: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1547: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1495: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1246: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `dmumps_buf_try_free': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:67: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o): in function `__dmumps_load_MOD_dmumps_load_recv_msgs': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1332: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1339: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1321: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o): in function `__dmumps_load_MOD_dmumps_load_process_message': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1366: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1689: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1374: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1383: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1394: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1400: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o): in function `__dmumps_load_MOD_dmumps_load_init': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:572: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_ooc.o): in function `__dmumps_ooc_MOD_dmumps_ooc_init_solve': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_ooc.F:740: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_mem_compress_cb.o): in function `dmumps_compre_new_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_mem_compress_cb.F:155: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_mem_compress_cb.F:342: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_traiter_message_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:98: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:297: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_recv_and_treat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:501: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:513: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_try_recvtreat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:629: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:662: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:642: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:647: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:662: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:689: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:720: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:724: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:761: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_cancel_irecv_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:794: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:802: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:789: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:805: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_clean_pending_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:843: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:861: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:865: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:885: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:850: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:896: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:904: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_driver.o): in function `dmumps_set_infog_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2157: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2160: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2161: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2167: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_driver.o): in function `dmumps_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:614: undefined reference to `mpi_initialized_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:629: undefined reference to `mpi_comm_dup_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:644: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:646: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2058: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2073: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2076: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2099: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:701: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:868: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:1724: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:767: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dtype3_root.o): in function `dmumps_scatter_root_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:961: undefined reference to `mpi_ssend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:966: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dtype3_root.o): in function `dmumps_gather_root_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:1043: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:1062: undefined reference to `mpi_ssend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_save_restore.o): in function `__dmumps_save_restore_MOD_dmumps_save_restore_structure': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:973: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_save_restore.o): in function `__dmumps_save_restore_MOD_dmumps_remove_saved': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:96: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:100: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:107: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_save_restore_files.o): in function `__dmumps_save_restore_files_MOD_dmumps_check_header': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore_files.F:153: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dini_driver.o): in function `dmumps_ini_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:31: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:39: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:40: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:54: undefined reference to `mpi_comm_split_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:68: undefined reference to `mpi_comm_dup_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:60: undefined reference to `mpi_comm_dup_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:298: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_gather_matrix_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3299: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3347: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3350: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3365: undefined reference to `mpi_waitany_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3388: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3391: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3279: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_dump_problem_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3468: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_ana_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:289: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:312: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:317: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:321: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:325: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:329: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_ana_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:342: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:351: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:851: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:853: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:855: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:961: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:970: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_ana_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1663: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1665: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1667: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1669: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1671: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1730: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1781: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1784: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1787: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1790: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1883: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1887: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2200: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2203: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2032: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2278: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2281: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2299: more undefined references to `mpi_allreduce_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_extract_schur_redrhs_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3437: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3431: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3487: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3493: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3522: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3516: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3560: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3564: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_avgmax_stat8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3327: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_fac_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:286: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:367: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:369: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:371: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:373: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:489: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:492: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_fac_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:799: undefined reference to `mpi_comm_split_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:820: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:821: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:864: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:869: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1044: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1245: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1933: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1935: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1857: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2616: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2621: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2626: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2630: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2646: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2649: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2655: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2657: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2660: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2665: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2417: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2420: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2693: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2696: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2699: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2702: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2705: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2708: more undefined references to `mpi_reduce_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_fac_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2887: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2933: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2937: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2959: undefined reference to `mpi_gather_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2968: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2974: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2979: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2981: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1051: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1087: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1090: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1093: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1096: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1099: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_driver.o): in function `dmumps_solve_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1609: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1659: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1661: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1663: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1665: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1667: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1669: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_driver.o): in function `dmumps_solve_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2251: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2403: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2924: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2935: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3403: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3405: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3420: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3478: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3891: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3799: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3867: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3860: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3883: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3878: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3954: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4018: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4010: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4034: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4029: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4106: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4183: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4232: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4253: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4436: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4440: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4515: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4538: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4561: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4531: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4565: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4763: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4793: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4813: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4808: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4869: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2085: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2590: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2255: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2982: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2986: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3707: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3711: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4690: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dend_driver.o): in function `dmumps_end_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dend_driver.F:68: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dend_driver.F:70: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(darrowheads.o): in function `dmumps_arrow_finish_send_buf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:564: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:568: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(darrowheads.o): in function `dmumps_arrow_fill_send_buf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:533: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:536: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(darrowheads.o): in function `dmumps_facto_recv_arrowhd2_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:727: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:718: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:727: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_b.o): in function `dmumps_fac_b_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_b.F:190: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_distentry.o): in function `dmumps_dist_fill_buffer_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:548: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:526: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:529: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:534: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:537: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:558: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:562: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_distentry.o): in function `dmumps_redistribution_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:296: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:301: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:303: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:443: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:446: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:458: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:459: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_ELT.o): in function `dmumps_elt_fill_buf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:500: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:491: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_ELT.o): in function `dmumps_elt_distrib_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:168: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:268: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:271: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:263: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:275: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:278: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:418: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:409: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:418: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_blfac_slave.o): in function `dmumps_process_blfac_slave_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:123: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:125: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:127: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:129: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:136: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_blfac_slave.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:138: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings.o): in function `dmumps_anorminf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings.F:362: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings.F:366: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings.F:386: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_determinant.o): in function `dmumps_deter_reduction_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:98: undefined reference to `mpi_type_contiguous_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:99: undefined reference to `mpi_type_commit_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:103: undefined reference to `mpi_op_create_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:107: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:108: undefined reference to `mpi_op_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:109: undefined reference to `mpi_type_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScaleAbs.o): in function `dmumps_simscaleabssym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:1060: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:1142: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:1179: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScaleAbs.o): in function `dmumps_simscaleabsuns_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:533: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:643: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:698: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:711: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_createpartvec_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:53: undefined reference to `mpi_op_create_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:74: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:79: undefined reference to `mpi_op_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:74: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:74: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_chkconvglo_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:303: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_numvolsndrcv_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:612: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_setupcomms_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:706: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:718: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:724: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:731: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:734: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:736: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_docomminf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:770: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:783: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:805: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:818: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:821: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:786: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_docomm1n_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:865: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:878: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:881: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:900: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:913: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:916: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_createpartvecsym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:968: undefined reference to `mpi_op_create_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:989: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:994: undefined reference to `mpi_op_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:989: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:989: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_numvolsndrcvsym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1082: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_chkconvglosym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1167: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_setupcommssym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1303: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1315: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1321: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1328: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1331: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1333: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_aux.o): in function `dmumps_build_mapping_info_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:782: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:802: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:757: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:759: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_aux.o): in function `dmumps_set_scaling_loc_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:1545: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_npiv_block_send.4617': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1342: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1344: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_npiv_block_add.4619': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1311: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1313: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1330: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_am1_block_send.5324': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1559: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1561: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_am1_block_add.5326': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1544: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1546: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1549: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_get_buf_indx_rhs.6601': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:2003: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:2034: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:2008: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_sol_c_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:465: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_gather_solution_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1100: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1103: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1143: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1146: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1187: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1201: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1149: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_gather_solution_am1_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1452: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1455: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1501: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1504: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1520: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1508: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1512: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_scatter_rhs_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1899: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1900: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1910: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1870: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1871: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1891: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux.o): in function `dmumps_ana_n_par_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux.F:3713: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux.F:3707: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux.F:3709: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_graph_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2092: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2094: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_send_buf': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1902: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1903: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1987: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1993: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1997: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1939: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1947: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1956: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1961: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1967: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1974: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2007: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_build_dist_graph': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1389: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1390: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1451: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1455: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1459: undefined reference to `mpi_reduce_scatter_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1485: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1489: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1536: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_mumps_ptscotch_mixedto64': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2527: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_build_loc_graph': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1596: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1597: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1668: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1676: undefined reference to `mpi_reduce_scatter_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1713: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1717: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1829: undefined reference to `mpi_gather_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1858: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1860: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1869: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1871: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_parsymfact': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:891: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:892: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:971: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:975: undefined reference to `mpi_gather_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:998: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1001: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1071: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1072: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1024: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1026: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1124: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1125: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1105: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1108: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1168: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1170: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_ana_f_par': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:70: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:71: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_set_par_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:209: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:324: undefined reference to `mpi_comm_split_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_ptscotch_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:518: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:519: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:520: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:576: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:578: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:580: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:582: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:584: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `mumps_ptscotch_mixedto32': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2408: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_parmetis_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:388: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:389: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:453: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:467: undefined reference to `mpi_allgatherv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_do_par_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:361: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_par_m.o): in function `__dmumps_fac_par_m_MOD_dmumps_fac_par': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_par_m.F:608: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_par_m.F:772: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_type3_symmetrize.o): in function `dmumps_recv_block_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_type3_symmetrize.F:130: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_type3_symmetrize.o): in function `dmumps_send_block_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_type3_symmetrize.F:118: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_fwd_aux.o): in function `dmumps_traiter_message_solve_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:82: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:84: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:86: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:88: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:90: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_fwd_aux.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:92: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_fwd_aux.o): in function `dmumps_solve_recv_and_treat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1112: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1122: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1129: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1116: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_bwd_aux.o): in function `dmumps_backslv_recv_and_treat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:74: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:84: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:91: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:78: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_bwd_aux.o): in function `dmumps_backslv_traiter_message_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:217: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:219: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:221: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:224: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:250: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_bwd_aux.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:254: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(mumps_static_mapping.o): in function `__mumps_static_mapping_MOD_mumps_init_arch_parameters': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4188: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4190: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(mumps_static_mapping.o): in function `mumps_compute_distrib': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4359: undefined reference to `mpi_get_processor_name_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4377: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4389: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(mumps_static_mapping.o): in function `__mumps_static_mapping_MOD_mumps_init_arch_parameters': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4217: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(bcast_errors.o): in function `mumps_propinfo_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/bcast_errors.F:26: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_abort_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:453: undefined reference to `mpi_abort_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_secdeb_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:162: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_secfin_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:169: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_mem_centralize_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:300: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:302: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:306: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_bcast_i8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:474: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_reducei8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:488: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_allreducei8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:502: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_check_comm_nodes_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:771: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_get_proc_per_node_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:782: undefined reference to `mpi_get_processor_name_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:799: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:809: undefined reference to `mpi_bcast_' collect2: error: ld returned 1 exit status Checking for library in Download MUMPS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a', 'libpthread.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [dmumps_c] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a', 'libpthread.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a', 'libpthread.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dmumps_c(); static void _check_dmumps_c() { dmumps_c(); } int main() { _check_dmumps_c();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lpthread -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lpthread -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lscalapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_f77.o): in function `dmumps_f77_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_f77.F:190: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_buf_look': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:712: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_size_available': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:663: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_mumps_mpi_pack_size_lr': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3174: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `mumps_mpi_pack_size_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3193: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3201: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3204: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3209: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_buf_deall': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:210: undefined reference to `mpi_cancel_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:211: undefined reference to `mpi_request_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:206: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_mpi_unpack_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3305: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3308: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3311: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3314: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3317: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3320: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_mpi_pack_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3250: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3253: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3256: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3259: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3262: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3265: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_bcast_array': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3086: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3088: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3106: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3109: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3112: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3115: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3119: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3124: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_bcast_array': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3145: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_not_mstr': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2986: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2989: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3008: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3011: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3021: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_fils': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2917: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2936: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2939: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2954: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2913: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2943: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2946: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_broadcast': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2830: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2837: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2856: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2859: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2863: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2878: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_update_load': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2710: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2722: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2742: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2745: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2749: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2754: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2759: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2774: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_backvec': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2629: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2631: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2642: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2645: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2648: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2651: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2655: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2660: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_root2slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2610: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_root2son': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2577: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_rtnelind': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2544: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type3': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2201: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2206: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2208: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2212: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2240: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2244: more undefined references to `mpi_pack_size_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type3': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2285: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2288: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2291: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2294: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2297: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2300: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type3': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2479: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2318: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2328: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2343: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2352: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2397: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2407: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blfac_slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2056: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2058: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2062: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2071: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2094: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2097: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2100: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2103: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2106: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2109: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blfac_slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2140: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `mumps_mpi_pack_scale_lr': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3421: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3431: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3437: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3449: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3460: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3465: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1834: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1852: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1862: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1878: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1919: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1924: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1928: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1940: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1943: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1946: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1838: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1844: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1848: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1855: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1866: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1881: more undefined references to `mpi_pack_size_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1933: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1936: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1961: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1968: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1975: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:3226: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_blocfacto': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2017: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:2010: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1924: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1928: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_maplig': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1707: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1786: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_blr_pack_cb_lrb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1608: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1610: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_maitre2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:888: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:930: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:891: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:897: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:963: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:966: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:969: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:972: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:975: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:978: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_maitre2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1013: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:986: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:998: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_desc_bande': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:850: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_1int': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:608: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:621: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:625: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_vcb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:519: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:538: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:549: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:552: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:555: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:590: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:521: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:526: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:542: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:545: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:559: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:570: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:576: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:584: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_master2slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:436: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:439: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:450: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:453: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:456: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:459: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:462: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:465: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_master2slave': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:483: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_cb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:252: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:254: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:300: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:334: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:337: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:345: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:348: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:351: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:385: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_cb': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:400: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:355: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:358: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:361: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:364: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:367: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:370: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1220: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1223: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1314: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1316: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1354: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1357: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1360: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1364: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1372: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1375: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1314: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1316: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1368: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1384: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1391: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1425: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1447: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1479: more undefined references to `mpi_pack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `__dmumps_buf_MOD_dmumps_buf_send_contrib_type2': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1555: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1487: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1547: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1495: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:1246: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_comm_buffer.o): in function `dmumps_buf_try_free': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_comm_buffer.F:67: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o): in function `__dmumps_load_MOD_dmumps_load_recv_msgs': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1332: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1339: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1321: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o): in function `__dmumps_load_MOD_dmumps_load_process_message': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1366: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1689: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1374: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1383: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1394: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:1400: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_load.o): in function `__dmumps_load_MOD_dmumps_load_init': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_load.F:572: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_ooc.o): in function `__dmumps_ooc_MOD_dmumps_ooc_init_solve': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_ooc.F:740: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_mem_compress_cb.o): in function `dmumps_compre_new_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_mem_compress_cb.F:155: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_mem_compress_cb.F:342: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_traiter_message_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:98: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:297: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_recv_and_treat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:501: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:513: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_try_recvtreat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:629: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:662: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:642: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:647: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:662: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:689: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:720: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:724: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:761: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_cancel_irecv_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:794: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:802: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:789: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:805: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_message.o): in function `dmumps_clean_pending_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:843: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:861: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:865: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:885: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:850: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:896: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_message.F:904: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_driver.o): in function `dmumps_set_infog_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2157: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2160: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2161: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2167: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_driver.o): in function `dmumps_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:614: undefined reference to `mpi_initialized_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:629: undefined reference to `mpi_comm_dup_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:644: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:646: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2058: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2073: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2076: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:2099: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:701: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:868: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:1724: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_driver.F:767: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dtype3_root.o): in function `dmumps_scatter_root_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:961: undefined reference to `mpi_ssend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:966: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dtype3_root.o): in function `dmumps_gather_root_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:1043: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dtype3_root.F:1062: undefined reference to `mpi_ssend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_save_restore.o): in function `__dmumps_save_restore_MOD_dmumps_save_restore_structure': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:973: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_save_restore.o): in function `__dmumps_save_restore_MOD_dmumps_remove_saved': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:96: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:100: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore.F:107: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dmumps_save_restore_files.o): in function `__dmumps_save_restore_files_MOD_dmumps_check_header': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dmumps_save_restore_files.F:153: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dini_driver.o): in function `dmumps_ini_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:31: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:39: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:40: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:54: undefined reference to `mpi_comm_split_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:68: undefined reference to `mpi_comm_dup_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:60: undefined reference to `mpi_comm_dup_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dini_driver.F:298: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_gather_matrix_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3299: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3347: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3350: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3365: undefined reference to `mpi_waitany_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3388: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3391: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3279: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_dump_problem_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:3468: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_ana_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:289: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:312: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:317: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:321: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:325: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:329: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_ana_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:342: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:351: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:851: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:853: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:855: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:961: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:970: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o): in function `dmumps_ana_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1663: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1665: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1667: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1669: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1671: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1730: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1781: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1784: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1787: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1790: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1883: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:1887: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2200: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2203: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2032: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2278: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2281: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_driver.F:2299: more undefined references to `mpi_allreduce_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_extract_schur_redrhs_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3437: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3431: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3487: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3493: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3522: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3516: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3560: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3564: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_avgmax_stat8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:3327: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_fac_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:286: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:367: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:369: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:371: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:373: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:489: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:492: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_fac_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:799: undefined reference to `mpi_comm_split_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:820: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:821: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:864: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:869: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1044: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1245: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1933: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1935: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1857: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2616: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2621: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2626: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2630: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2646: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2649: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2655: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2657: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2660: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2665: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2417: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2420: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2693: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2696: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2699: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2702: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2705: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2708: more undefined references to `mpi_reduce_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o): in function `dmumps_fac_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2887: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2933: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2937: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2959: undefined reference to `mpi_gather_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2968: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2974: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2979: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:2981: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1051: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1087: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1090: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1093: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1096: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_driver.F:1099: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_driver.o): in function `dmumps_solve_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1609: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1659: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1661: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1663: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1665: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1667: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_driver.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:1669: more undefined references to `mpi_bcast_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_driver.o): in function `dmumps_solve_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2251: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2403: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2924: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2935: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3403: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3405: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3420: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3478: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3891: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3799: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3867: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3860: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3883: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3878: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3954: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4018: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4010: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4034: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4029: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4106: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4183: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4232: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4253: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4436: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4440: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4515: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4538: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4561: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4531: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4565: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4763: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4793: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4813: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4808: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4869: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2085: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2590: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2255: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2982: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:2986: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3707: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:3711: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_driver.F:4690: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dend_driver.o): in function `dmumps_end_driver_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dend_driver.F:68: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dend_driver.F:70: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(darrowheads.o): in function `dmumps_arrow_finish_send_buf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:564: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:568: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(darrowheads.o): in function `dmumps_arrow_fill_send_buf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:533: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:536: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(darrowheads.o): in function `dmumps_facto_recv_arrowhd2_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:727: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:718: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/darrowheads.F:727: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_b.o): in function `dmumps_fac_b_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_b.F:190: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_distentry.o): in function `dmumps_dist_fill_buffer_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:548: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:526: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:529: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:534: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:537: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:558: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:562: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_distentry.o): in function `dmumps_redistribution_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:296: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:301: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:303: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:443: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:446: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:458: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_distentry.F:459: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_ELT.o): in function `dmumps_elt_fill_buf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:500: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:491: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_distrib_ELT.o): in function `dmumps_elt_distrib_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:168: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:268: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:271: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:263: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:275: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:278: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:418: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:409: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_distrib_ELT.F:418: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_blfac_slave.o): in function `dmumps_process_blfac_slave_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:123: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:125: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:127: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:129: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:136: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_process_blfac_slave.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_process_blfac_slave.F:138: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings.o): in function `dmumps_anorminf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings.F:362: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings.F:366: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings.F:386: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_determinant.o): in function `dmumps_deter_reduction_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:98: undefined reference to `mpi_type_contiguous_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:99: undefined reference to `mpi_type_commit_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:103: undefined reference to `mpi_op_create_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:107: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:108: undefined reference to `mpi_op_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_determinant.F:109: undefined reference to `mpi_type_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScaleAbs.o): in function `dmumps_simscaleabssym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:1060: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:1142: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:1179: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScaleAbs.o): in function `dmumps_simscaleabsuns_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:533: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:643: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:698: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScaleAbs.F:711: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_createpartvec_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:53: undefined reference to `mpi_op_create_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:74: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:79: undefined reference to `mpi_op_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:74: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:74: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_chkconvglo_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:303: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_numvolsndrcv_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:612: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_setupcomms_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:706: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:718: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:724: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:731: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:734: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:736: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_docomminf_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:770: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:783: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:805: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:818: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:821: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:786: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_docomm1n_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:865: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:878: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:881: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:900: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:913: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:916: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_createpartvecsym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:968: undefined reference to `mpi_op_create_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:989: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:994: undefined reference to `mpi_op_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:989: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:989: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_numvolsndrcvsym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1082: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_chkconvglosym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1167: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_scalings_simScale_util.o): in function `dmumps_setupcommssym_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1303: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1315: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1321: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1328: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1331: undefined reference to `mpi_waitall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_scalings_simScale_util.F:1333: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_aux.o): in function `dmumps_build_mapping_info_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:782: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:802: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:757: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:759: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_aux.o): in function `dmumps_set_scaling_loc_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_aux.F:1545: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_npiv_block_send.4617': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1342: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1344: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_npiv_block_add.4619': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1311: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1313: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1330: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_am1_block_send.5324': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1559: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1561: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_am1_block_add.5326': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1544: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1546: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1549: undefined reference to `mpi_pack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_get_buf_indx_rhs.6601': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:2003: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:2034: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:2008: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_sol_c_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:465: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_gather_solution_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1100: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1103: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1143: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1146: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1187: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1201: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1149: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_gather_solution_am1_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1452: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1455: undefined reference to `mpi_pack_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1501: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1504: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1520: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1508: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1512: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_c.o): in function `dmumps_scatter_rhs_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1899: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1900: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1910: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1870: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1871: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_c.F:1891: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux.o): in function `dmumps_ana_n_par_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux.F:3713: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux.F:3707: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux.F:3709: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_graph_dist': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2092: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2094: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_send_buf': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1902: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1903: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1987: undefined reference to `mpi_test_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1993: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1997: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1939: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1947: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1956: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1961: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1967: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1974: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2007: undefined reference to `mpi_isend_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_build_dist_graph': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1389: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1390: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1451: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1455: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1459: undefined reference to `mpi_reduce_scatter_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1485: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1489: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1536: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_mumps_ptscotch_mixedto64': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2527: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_build_loc_graph': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1596: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1597: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1668: undefined reference to `mpi_alltoall_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1676: undefined reference to `mpi_reduce_scatter_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1713: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1717: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1829: undefined reference to `mpi_gather_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1858: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1860: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1869: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1871: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_parsymfact': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:891: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:892: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:971: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:975: undefined reference to `mpi_gather_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:998: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1001: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1071: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1072: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1024: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1026: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1124: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1125: undefined reference to `mpi_wait_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1105: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1108: undefined reference to `mpi_irecv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1168: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:1170: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `__dmumps_parallel_analysis_MOD_dmumps_ana_f_par': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:70: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:71: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_set_par_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:209: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:324: undefined reference to `mpi_comm_split_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_ptscotch_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:518: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:519: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:520: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:576: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:578: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:580: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:582: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:584: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `mumps_ptscotch_mixedto32': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:2408: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_parmetis_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:388: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:389: undefined reference to `mpi_comm_size_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:453: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:467: undefined reference to `mpi_allgatherv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dana_aux_par.o): in function `dmumps_do_par_ord': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dana_aux_par.F:361: undefined reference to `mpi_comm_free_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_par_m.o): in function `__dmumps_fac_par_m_MOD_dmumps_fac_par': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_par_m.F:608: undefined reference to `mpi_barrier_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_par_m.F:772: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_type3_symmetrize.o): in function `dmumps_recv_block_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_type3_symmetrize.F:130: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dfac_type3_symmetrize.o): in function `dmumps_send_block_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dfac_type3_symmetrize.F:118: undefined reference to `mpi_send_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_fwd_aux.o): in function `dmumps_traiter_message_solve_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:82: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:84: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:86: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:88: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:90: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_fwd_aux.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:92: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_fwd_aux.o): in function `dmumps_solve_recv_and_treat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1112: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1122: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1129: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_fwd_aux.F:1116: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_bwd_aux.o): in function `dmumps_backslv_recv_and_treat_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:74: undefined reference to `mpi_probe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:84: undefined reference to `mpi_get_count_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:91: undefined reference to `mpi_recv_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:78: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_bwd_aux.o): in function `dmumps_backslv_traiter_message_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:217: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:219: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:221: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:224: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:250: undefined reference to `mpi_unpack_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libdmumps.a(dsol_bwd_aux.o):/home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/dsol_bwd_aux.F:254: more undefined references to `mpi_unpack_' follow /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(mumps_static_mapping.o): in function `__mumps_static_mapping_MOD_mumps_init_arch_parameters': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4188: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4190: undefined reference to `mpi_comm_rank_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(mumps_static_mapping.o): in function `mumps_compute_distrib': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4359: undefined reference to `mpi_get_processor_name_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4377: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4389: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(mumps_static_mapping.o): in function `__mumps_static_mapping_MOD_mumps_init_arch_parameters': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/mumps_static_mapping.F:4217: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(bcast_errors.o): in function `mumps_propinfo_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/bcast_errors.F:26: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_abort_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:453: undefined reference to `mpi_abort_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_secdeb_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:162: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_secfin_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:169: undefined reference to `mpi_wtime_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_mem_centralize_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:300: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:302: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:306: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_bcast_i8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:474: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_reducei8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:488: undefined reference to `mpi_reduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_allreducei8_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:502: undefined reference to `mpi_allreduce_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_check_comm_nodes_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:771: undefined reference to `mpi_iprobe_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmumps_common.a(tools_common.o): in function `mumps_get_proc_per_node_': /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:782: undefined reference to `mpi_get_processor_name_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:799: undefined reference to `mpi_bcast_' /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /home/kongf/workhome/rod/moose/petsc/arch-moose/externalpackages/git.mumps/src/tools_common.F:809: undefined reference to `mpi_bcast_' collect2: error: ld returned 1 exit status Checking for library in Download MUMPS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a', 'libmpiseq.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [dmumps_c] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a', 'libmpiseq.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a', 'libpthread.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dmumps_c(); static void _check_dmumps_c() { dmumps_c(); } int main() { _check_dmumps_c();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lmpiseq -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lpthread -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lscalapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lmpiseq collect2: error: ld returned 1 exit status Checking for library in Download MUMPS: ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a', 'libpthread.a', 'libmpiseq.a'] Contents: ['lib', 'externalpackages', 'include', 'bin'] ================================================================================ TEST check from config.libraries(/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/libraries.py:157) TESTING: check from config.libraries(config/BuildSystem/config/libraries.py:157) Checks that the library "libName" contains "funcs", and if it does defines HAVE_LIB"libName" - libDir may be a list of directories - libName may be a list of library names Checking for functions [dmumps_c] in library ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libcmumps.a', 'libdmumps.a', 'libsmumps.a', 'libzmumps.a', 'libmumps_common.a', 'libpord.a', 'libpthread.a', 'libmpiseq.a'] ['/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libptesmumps.a', 'libptscotchparmetis.a', 'libptscotch.a', 'libptscotcherr.a', 'libesmumps.a', 'libscotch.a', 'libscotcherr.a', 'libpthread.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libparmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libmetis.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libscalapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libflapack.a', '/home/kongf/workhome/rod/moose/petsc/arch-moose/lib/libfblas.a', 'libm.a'] Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -c -o /tmp/petsc-j17dx8h9/config.libraries/conftest.o -I/tmp/petsc-j17dx8h9/config.compilers -I/tmp/petsc-j17dx8h9/config.utilities.closure -I/tmp/petsc-j17dx8h9/config.compilersFortran -I/tmp/petsc-j17dx8h9/config.headers -I/tmp/petsc-j17dx8h9/config.utilities.cacheDetails -I/tmp/petsc-j17dx8h9/config.types -I/tmp/petsc-j17dx8h9/config.functions -I/tmp/petsc-j17dx8h9/config.utilities.featureTestMacros -I/tmp/petsc-j17dx8h9/config.utilities.missing -I/tmp/petsc-j17dx8h9/PETSc.options.scalarTypes -I/tmp/petsc-j17dx8h9/config.packages.MPI -I/tmp/petsc-j17dx8h9/config.packages.metis -I/tmp/petsc-j17dx8h9/config.setCompilers -I/tmp/petsc-j17dx8h9/config.libraries -I/tmp/petsc-j17dx8h9/config.packages.pthread -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.c Successful compile: Source: #include "confdefs.h" #include "conffix.h" /* Override any gcc2 internal prototype to avoid an error. */ char dmumps_c(); static void _check_dmumps_c() { dmumps_c(); } int main() { _check_dmumps_c();; return 0; } Executing: /home/kongf/workhome/rod/mpich/bin/mpicc -o /tmp/petsc-j17dx8h9/config.libraries/conftest -Wl,-O2 -march=nocona -g -O /tmp/petsc-j17dx8h9/config.libraries/conftest.o -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lpthread -lmpiseq -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lpthread -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lparmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lmetis -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lscalapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lflapack -Wl,-rpath,/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -L/home/kongf/workhome/rod/moose/petsc/arch-moose/lib -lfblas -lm -lrt -lquadmath -lstdc++ -ldl -lgfortran Possible ERROR while running linker: exit code 1 stderr: /home/kongf/workhome/rod/miniconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: cannot find -lmpiseq collect2: error: ld returned 1 exit status MUMPS: Downloaded DirPath not found.. skipping: /home/kongf/workhome/rod/moose/petsc/arch-moose/lib64 **** Configure header /tmp/petsc-j17dx8h9/confdefs.h **** #if !defined(INCLUDED_UNKNOWN) #define INCLUDED_UNKNOWN #define IS_COLORING_MAX USHRT_MAX #define MPIU_COLORING_VALUE MPI_UNSIGNED_SHORT #define PETSC_CLANGUAGE_C 1 #define PETSC_HAVE_ERF 1 #define PETSC_HAVE_FENV_H 1 #define PETSC_HAVE_LOG2 1 #define PETSC_HAVE_SCOTCH_PARMETIS_V3_NODEND 1 #define PETSC_HAVE_TGAMMA 1 #define PETSC_CXX_INLINE inline #define PETSC_CXX_RESTRICT __restrict #define PETSC_C_INLINE inline #define PETSC_C_RESTRICT __restrict #define PETSC_FORTRAN_CHARLEN_T int #define PETSC_HAVE_C99 1 #define PETSC_HAVE_CXX_DIALECT_CXX11 1 #define PETSC_HAVE_FORTRAN_UNDERSCORE 1 #define PETSC_HAVE_RTLD_GLOBAL 1 #define PETSC_HAVE_RTLD_LAZY 1 #define PETSC_HAVE_RTLD_LOCAL 1 #define PETSC_HAVE_RTLD_NOW 1 #define PETSC_HAVE_DLFCN_H 1 #define PETSC_HAVE_FCNTL_H 1 #define PETSC_HAVE_FLOAT_H 1 #define PETSC_HAVE_IMMINTRIN_H 1 #define PETSC_HAVE_INTTYPES_H 1 #define PETSC_HAVE_MALLOC_H 1 #define PETSC_HAVE_NETDB_H 1 #define PETSC_HAVE_NETINET_IN_H 1 #define PETSC_HAVE_PTHREAD_H 1 #define PETSC_HAVE_PWD_H 1 #define PETSC_HAVE_SETJMP_H 1 #define PETSC_HAVE_STDINT_H 1 #define PETSC_HAVE_STRINGS_H 1 #define PETSC_HAVE_SYS_PARAM_H 1 #define PETSC_HAVE_SYS_PROCFS_H 1 #define PETSC_HAVE_SYS_RESOURCE_H 1 #define PETSC_HAVE_SYS_SOCKET_H 1 #define PETSC_HAVE_SYS_SYSINFO_H 1 #define PETSC_HAVE_SYS_TIMES_H 1 #define PETSC_HAVE_SYS_TIME_H 1 #define PETSC_HAVE_SYS_TYPES_H 1 #define PETSC_HAVE_SYS_UTSNAME_H 1 #define PETSC_HAVE_SYS_WAIT_H 1 #define PETSC_HAVE_TIME_H 1 #define PETSC_HAVE_UNISTD_H 1 #define PETSC_HAVE_ISINF 1 #define PETSC_HAVE_ISNAN 1 #define PETSC_HAVE_ISNORMAL 1 #define PETSC_HAVE_REAL___FLOAT128 1 #define PETSC_USE_REAL_DOUBLE 1 #define PETSC_HAVE_C99_COMPLEX 1 #define PETSC_HAVE_CXX_COMPLEX 1 #define PETSC_HAVE_STRUCT_SIGACTION 1 #define PETSC_SIZEOF_INT 4 #define PETSC_SIZEOF_LONG 8 #define PETSC_SIZEOF_LONG_LONG 8 #define PETSC_SIZEOF_SHORT 2 #define PETSC_SIZEOF_SIZE_T 8 #define PETSC_SIZEOF_VOID_P 8 #define PETSC_USE_FORTRANKIND 1 #define PETSC_USE_VISIBILITY_C 1 #define PETSC_USE_VISIBILITY_CXX 1 #define PETSC_HAVE_ACCESS 1 #define PETSC_HAVE_BZERO 1 #define PETSC_HAVE_CLOCK 1 #define PETSC_HAVE_DLCLOSE 1 #define PETSC_HAVE_DLERROR 1 #define PETSC_HAVE_DLOPEN 1 #define PETSC_HAVE_DLSYM 1 #define PETSC_HAVE_DRAND48 1 #define PETSC_HAVE_FORK 1 #define PETSC_HAVE_GETCWD 1 #define PETSC_HAVE_GETDOMAINNAME 1 #define PETSC_HAVE_GETHOSTBYNAME 1 #define PETSC_HAVE_GETHOSTNAME 1 #define PETSC_HAVE_GETPAGESIZE 1 #define PETSC_HAVE_GETRUSAGE 1 #define PETSC_HAVE_GETWD 1 #define PETSC_HAVE_LSEEK 1 #define PETSC_HAVE_MEMALIGN 1 #define PETSC_HAVE_MEMMOVE 1 #define PETSC_HAVE_MMAP 1 #define PETSC_HAVE_NANOSLEEP 1 #define PETSC_HAVE_POPEN 1 #define PETSC_HAVE_RAND 1 #define PETSC_HAVE_READLINK 1 #define PETSC_HAVE_REALPATH 1 #define PETSC_HAVE_SLEEP 1 #define PETSC_HAVE_SNPRINTF 1 #define PETSC_HAVE_SOCKET 1 #define PETSC_HAVE_STRCASECMP 1 #define PETSC_HAVE_SYSINFO 1 #define PETSC_HAVE_TIME 1 #define PETSC_HAVE_UNAME 1 #define PETSC_HAVE_USLEEP 1 #define PETSC_HAVE_VA_COPY 1 #define PETSC_HAVE_VSNPRINTF 1 #define PETSC_SIGNAL_CAST #define PETSC_FORTRAN_TYPE_INITIALIZE = -2 #define PETSC_HAVE_FORTRAN_FLUSH 1 #define PETSC_HAVE_FORTRAN_TYPE_STAR 1 #define PETSC_USING_F2003 1 #define PETSC_USING_F90 1 #define PETSC_USING_F90FREEFORM 1 #define PETSC_HAVE_DYNAMIC_LIBRARIES 1 #define PETSC_USE_SHARED_LIBRARIES 1 #define PETSC_USE_DEBUGGER "gdb" #define PETSC_VERSION_BRANCH_GIT "maint" #define PETSC_VERSION_DATE_GIT "2020-03-11 17:29:20 +0000" #define PETSC_VERSION_GIT "v3.12.4-96-gf413fdba98" #define PETSC_BLASLAPACK_UNDERSCORE 1 #define PETSC_HAVE_MPICH_NUMVERSION 30302300 #define PETSC_HAVE_MPIEXEC_ENVIRONMENTAL_VARIABLE MPIR_CVAR_CH3 #define PETSC_HAVE_MPIIO 1 #define PETSC_HAVE_MPI_COMBINER_CONTIGUOUS 1 #define PETSC_HAVE_MPI_COMBINER_DUP 1 #define PETSC_HAVE_MPI_COMBINER_NAMED 1 #define PETSC_HAVE_MPI_C_DOUBLE_COMPLEX 1 #define PETSC_HAVE_MPI_EXSCAN 1 #define PETSC_HAVE_MPI_F90MODULE 1 #define PETSC_HAVE_MPI_FINALIZED 1 #define PETSC_HAVE_MPI_GET_LIBRARY_VERSION 1 #define PETSC_HAVE_MPI_IALLREDUCE 1 #define PETSC_HAVE_MPI_IBARRIER 1 #define PETSC_HAVE_MPI_INIT_THREAD 1 #define PETSC_HAVE_MPI_INT64_T 1 #define PETSC_HAVE_MPI_IN_PLACE 1 #define PETSC_HAVE_MPI_LONG_DOUBLE 1 #define PETSC_HAVE_MPI_NEIGHBORHOOD_COLLECTIVES 1 #define PETSC_HAVE_MPI_NONBLOCKING_COLLECTIVES 1 #define PETSC_HAVE_MPI_PROCESS_SHARED_MEMORY 1 #define PETSC_HAVE_MPI_REDUCE_LOCAL 1 #define PETSC_HAVE_MPI_REDUCE_SCATTER 1 #define PETSC_HAVE_MPI_REDUCE_SCATTER_BLOCK 1 #define PETSC_HAVE_MPI_TYPE_DUP 1 #define PETSC_HAVE_MPI_TYPE_GET_ENVELOPE 1 #define PETSC_HAVE_MPI_WIN_CREATE 1 #define PETSC_HAVE_PTHREAD_BARRIER_T 1 #define PETSC_HAVE_SCHED_CPU_SET_T 1 #define PETSC_HAVE_SYS_SYSCTL_H 1 #define PETSC_Alignx(a,b) #define PETSC_IS_COLOR_VALUE_TYPE short #define PETSC_IS_COLOR_VALUE_TYPE_F integer2 #define PETSC_USE_AVX512_KERNELS 1 #define PETSC_USE_BACKWARD_LOOP 1 #define PETSC_USE_CTABLE 1 #define PETSC_USE_INFO 1 #define PETSC_USE_LOG 1 #define PETSC_USE_MALLOC_COALESCED 1 #define PETSC_MEMALIGN 16 #define PETSC_LEVEL1_DCACHE_LINESIZE 64 #define PETSC__BSD_SOURCE 1 #define PETSC__DEFAULT_SOURCE 1 #define PETSC__GNU_SOURCE 1 #define PETSC_HAVE_FORTRAN_GET_COMMAND_ARGUMENT 1 #define PETSC_USE_PROC_FOR_SIZE 1 #define PETSC_HAVE_SLEPC 1 #define PETSC_PYTHON_EXE "/home/kongf/workhome/rod/miniconda3/bin/python" #endif **** C specific Configure header /tmp/petsc-j17dx8h9/conffix.h **** #if !defined(INCLUDED_UNKNOWN) #define INCLUDED_UNKNOWN #if defined(__cplusplus) extern "C" { } #else #endif #endif ******************************************************************************* UNABLE to CONFIGURE with GIVEN OPTIONS (see configure.log for details): ------------------------------------------------------------------------------- Downloaded mumps could not be used. Please check install in /home/kongf/workhome/rod/moose/petsc/arch-moose ******************************************************************************* File "/home/kongf/workhome/rod/moose/petsc/config/configure.py", line 447, in petsc_configure framework.configure(out = sys.stdout) File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/framework.py", line 1195, in configure self.processChildren() File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/framework.py", line 1184, in processChildren self.serialEvaluation(self.childGraph) File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/framework.py", line 1159, in serialEvaluation child.configure() File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py", line 1088, in configure self.executeTest(self.configureLibrary) File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/base.py", line 139, in executeTest ret = test(*args,**kargs) File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py", line 866, in configureLibrary for location, directory, lib, incl in self.generateGuesses(): File "/home/kongf/workhome/rod/moose/petsc/config/BuildSystem/config/package.py", line 455, in generateGuesses raise RuntimeError('Downloaded '+self.package+' could not be used. Please check install in '+d+'\n') ================================================================================ Finishing configure run at Sat, 14 Mar 2020 12:40:28 -0600 ================================================================================