================================================================================ Starting Configure Run at Tue Jan 30 22:13:24 2024 Configure Options: --prefix=/opt/petsc-main-debug Working directory: /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc Python version: 3.10.11 (main, Apr 5 2023, 00:00:00) [GCC 12.2.1 20221121 (Red Hat 12.2.1-4)] make: /bin/gmake PETSc source directory: /opt/petsc-main-debug PETSc install directory: /opt/petsc-main-debug PETSc version: 3.20.99 SLEPc source directory: /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc SLEPc install directory: /opt/petsc-main_debug SLEPc version: 3.20.99 Checking configure hashfile No previous hashfile found ================================================================================ Checking PETSc installation... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: #include "petscsnes.h" int main() { PetscErrorCode ierr; Vec v; Mat m; KSP k; ierr = PetscInitializeNoArguments(); ierr = VecCreate(PETSC_COMM_WORLD,&v); ierr = MatCreate(PETSC_COMM_WORLD,&m); ierr = KSPCreate(PETSC_COMM_WORLD,&k); (void)ierr; return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-weg_0j72;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================================================================ Generating Fortran stubs... Using BFORT=/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/bin/bfort ================================================================================ Checking LAPACK library... === Checking all LAPACK functions... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: extern void dlaev2_(); extern void dgehrd_(); extern void dlanhs_(); extern void dtrexc_(); extern void dtrevc_(); extern void dtgexc_(); extern void dtgevc_(); extern void dstedc_(); extern void dhsein_(); extern void dlarfg_(); extern void dlarf_(); extern void dlascl_(); extern void dtrsyl_(); extern void dorghr_(); extern void dsytrd_(); extern void dorgtr_(); extern void dstevr_(); extern void dbdsdc_(); extern void dlag2_(); extern void dlasv2_(); extern void dlartg_(); extern void dlaed4_(); extern void dlamrg_(); int main() { dlaev2_(); dgehrd_(); dlanhs_(); dtrexc_(); dtrevc_(); dtgexc_(); dtgevc_(); dstedc_(); dhsein_(); dlarfg_(); dlarf_(); dlascl_(); dtrsyl_(); dorghr_(); dsytrd_(); dorgtr_(); dstevr_(); dbdsdc_(); dlag2_(); dlasv2_(); dlartg_(); dlaed4_(); dlamrg_(); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-38zw4r50;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - === Checking LAPACK dggsvd3 function... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: extern void dggsvd3_(); int main() { dggsvd3_(); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-sdypa1cg;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - === Checking LAPACK dggev3 function... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: extern void dggev3_(); int main() { dggev3_(); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-4ry2kqj4;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - === Checking LAPACK dgges3 function... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: extern void dgges3_(); int main() { dgges3_(); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-av94t0fp;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================================================================ Checking FEAST... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: #include int main() { double epsout=0.0,*evals=NULL,*errest=NULL,inta,intb; MKL_Complex16 Ze,*work2=NULL; double *Aq=NULL,*Bq=NULL,*pV=NULL,*work1=NULL; MKL_INT fpm[128],ijob,n,loop,ncv,nconv,info; feastinit(fpm); dfeast_srci(&ijob,&n,&Ze,work1,work2,Aq,Bq,fpm,&epsout,&loop,&inta,&intb,&ncv,evals,pV,&nconv,errest,&info); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-ry4126sz;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================================================================ Checking SCALAPACK... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/TV_2024.01.30.22h00m01s.CwW/slepc-qg0glz7f;/bin/gmake checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ====== With underscore Fortran names #include "petscsnes.h" PETSC_EXTERN int pdsyev_(); PETSC_EXTERN int pdsygvx_(); PETSC_EXTERN int pdgesvd_(); int main() { PetscErrorCode ierr; Vec v; Mat m; KSP k; ierr = PetscInitializeNoArguments(); ierr = VecCreate(PETSC_COMM_WORLD,&v); ierr = MatCreate(PETSC_COMM_WORLD,&m); ierr = KSPCreate(PETSC_COMM_WORLD,&k); (void)ierr; pdsyev_(); pdsygvx_(); pdgesvd_(); return 0; } gmake[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. /opt/openmpi-4.0.7/bin/mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/include -I/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/include -I/opt/petsc-main-debug/include -I/opt/petsc-main-debug/include/suitesparse -I/opt/intel/oneapi/mkl/2024.0/include -I/opt/openmpi-4.0.7/include `pwd`/checklink.c /opt/openmpi-4.0.7/bin/mpicc -fPIC -Wall -Wwrite-strings -Wno-unknown-pragmas -Wno-lto-type-mismatch -Wno-stringop-overflow -fstack-protector -g3 -O0 -o checklink checklink.o -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/lib -Wl,-rpath,/opt/petsc-main-debug/lib -L/opt/petsc-main-debug/lib -L/opt/intel/oneapi/mkl/2024.0/lib/intel64 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -L/opt/intel/oneapi/mkl/2024.0/lib/intel64/intel64 -Wl,-rpath,/opt/openmpi-4.0.7/lib -L/opt/openmpi-4.0.7/lib -Wl,-rpath,/usr/lib/gcc/x86_64-redhat-linux/12 -L/usr/lib/gcc/x86_64-redhat-linux/12 -Wl,-rpath,/opt/intel/oneapi/mkl/2024.0/lib -L/opt/intel/oneapi/mkl/2024.0/lib -Wl,-rpath,/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -L/pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug -lpetsc -lHYPRE -lspqr -lumfpack -lklu -lcholmod -lamd -ldmumps -lmumps_common -lpord -lpthread -lstrumpack -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -lsuperlu -lsuperlu_dist -lml -lspai -lmkl_intel_lp64 -lmkl_core -lmkl_gnu_thread -lmkl_blacs_openmpi_lp64 -lgomp -ldl -lpthread -lptesmumps -lptscotchparmetisv3 -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -lchaco -lm -lparty -lX11 -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lstdc++ -lrt -lquadmath ================================================================================ Writing various configuration files... Modules file in /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc/installed-arch-linux2-c-debug/lib/slepc/conf/modules/slepc pkg-config file in /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc/installed-arch-linux2-c-debug/lib/pkgconfig Deleting configure hash file: /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc/installed-arch-linux2-c-debug/lib/slepc/conf/configure-hash Unable to delete configure hash file: /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc/installed-arch-linux2-c-debug/lib/slepc/conf/configure-hash ================================================================================ ================================================================================ SLEPc Configuration ================================================================================ SLEPc directory: /pmi/cmpbib/compilation_BIB_gcc_redhat_petsc-master_debug/COMPILE_AUTO/petsc-main-debug/arch-linux-c-debug/externalpackages/git.slepc It is a git repository on branch: remotes/origin/jolivet/fix-tolerances-double-space~6^2 SLEPc prefix directory: /opt/petsc-main_debug PETSc directory: /opt/petsc-main-debug Prefix install with double precision real numbers FEAST from MKL linked by PETSc SCALAPACK from SCALAPACK linked by PETSc Finishing Configure Run at Tue Jan 30 22:13:31 2024 ================================================================================