================================================================================ Starting Configure Run at Sat Jan 29 17:42:16 2022 Configure Options: --with-clean=1 --prefix=/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r --download-arpack=https://github.com/prj-/arpack-ng/archive/b64dccb.tar.gz Working directory: /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc Python version: 3.8.10 (default, Nov 26 2021, 20:14:08) [GCC 9.3.0] make: /usr/bin/make PETSc source directory: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r PETSc install directory: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r PETSc version: 3.16.1 SLEPc source directory: /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc SLEPc install directory: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r SLEPc version: 3.16.0 ================================================================================ Checking PETSc installation... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: #include "petscsnes.h" int main() { Vec v; Mat m; KSP k; PetscInitializeNoArguments(); VecCreate(PETSC_COMM_WORLD,&v); MatCreate(PETSC_COMM_WORLD,&m); KSPCreate(PETSC_COMM_WORLD,&k); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/slepc-rnv1is3e;/usr/bin/make checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================================================================ Checking LAPACK library... === Checking all LAPACK functions... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: extern void dlaev2_(); extern void dgehrd_(); extern void dlanhs_(); extern void dggsvd_(); 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_(); dggsvd_(); 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/slepc-tl9vdquo;/usr/bin/make checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - === Checking LAPACK dggsvd3 function... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Checking link with code: extern void dggsvd3_(); int main() { dggsvd3_(); return 0; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/slepc-d9_huanh;/usr/bin/make checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ================================================================================ Checking SCALAPACK... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/slepc-u5w5jido;/usr/bin/make checklink LINKFLAGS="" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ====== With underscore Fortran names #include "petscsnes.h" PETSC_EXTERN int pdsyev_(); PETSC_EXTERN int pdsygvx_(); PETSC_EXTERN int pdgesvd_(); int main() { Vec v; Mat m; KSP k; PetscInitializeNoArguments(); VecCreate(PETSC_COMM_WORLD,&v); MatCreate(PETSC_COMM_WORLD,&m); KSPCreate(PETSC_COMM_WORLD,&k); pdsyev_(); pdsygvx_(); pdgesvd_(); return 0; } mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl ================================================================================ Installing ARPACK version 3.8.0... Downloading https://github.com/prj-/arpack-ng/archive/b64dccb.tar.gz to /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-3.8.0.tar.gz Uncompressing /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-3.8.0.tar.gz to directory /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-3.8.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages; chmod -R a+r arpack-ng-b64dccb461ffc98257bbb1e537a4fc5e96094018; find arpack-ng-b64dccb461ffc98257bbb1e537a4fc5e96094018 -type d -name "*" -exec chmod a+rx {} \; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: autoreconf --help - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: Usage: /usr/bin/autoreconf [OPTION]... [DIRECTORY]... Run `autoconf' (and `autoheader', `aclocal', `automake', `autopoint' (formerly `gettextize'), and `libtoolize' where appropriate) repeatedly to remake the GNU Build System files in specified DIRECTORIES and their subdirectories (defaulting to `.'). By default, it only remakes those files that are older than their sources. If you install new versions of the GNU Build System, you can make `autoreconf' remake all of the files by giving it the `--force' option. Operation modes: -h, --help print this help, then exit -V, --version print version number, then exit -v, --verbose verbosely report processing -d, --debug don't remove temporary files -f, --force consider all files obsolete -i, --install copy missing auxiliary files --no-recursive don't rebuild sub-packages -s, --symlink with -i, install symbolic links instead of copies -m, --make when applicable, re-run ./configure && make -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] Warning categories include: `cross' cross compilation issues `gnu' GNU coding standards (default in gnu and gnits modes) `obsolete' obsolete features or constructions `override' user redefinitions of Automake rules or variables `portability' portability issues (default in gnu and gnits modes) `syntax' dubious syntactic constructs (default) `unsupported' unsupported or incomplete features (default) `all' all the warnings `no-CATEGORY' turn off warnings in CATEGORY `none' turn off all the warnings `error' treat warnings as errors The environment variable `WARNINGS' is honored. Some subtools might support other warning types, using `all' is encouraged. Library directories: -B, --prepend-include=DIR prepend directory DIR to search path -I, --include=DIR append directory DIR to search path The environment variables AUTOM4TE, AUTOCONF, AUTOHEADER, AUTOMAKE, ACLOCAL, AUTOPOINT, LIBTOOLIZE, M4, and MAKE are honored. Report bugs to . GNU Autoconf home page: . General help using GNU software: . - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: mpif90 --version - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: GNU Fortran (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 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. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: mpif90 --version - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: GNU Fortran (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Copyright (C) 2019 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. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-b64dccb461ffc98257bbb1e537a4fc5e96094018&& sh bootstrap && ./configure --prefix=/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r CC="mpicc" CFLAGS="-fPIC -fstack-protector -O3 -mtune=native" F77="mpif90" FFLAGS="-fPIC -ffree-line-length-0 -O3 -mtune=native" FC="mpif90" FCFLAGS="-fPIC -ffree-line-length-0 -O3 -mtune=native" LIBS="-llapack -lblas" --enable-mpi MPICC="mpicc" MPIF77="mpif90" MPIFC="mpif90" && /usr/bin/make && /usr/bin/make install - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether the Fortran compiler works... yes checking for Fortran compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran compiler... yes checking whether mpif90 accepts -g... yes checking for gcc... mpicc checking whether we are using the GNU C compiler... yes checking whether mpicc accepts -g... yes checking for mpicc option to accept ISO C89... none needed checking whether mpicc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of mpicc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking whether we are using the GNU Fortran 77 compiler... yes checking whether mpif90 accepts -g... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to get verbose linking output from mpif90... -v checking for Fortran 77 libraries of mpif90... -L/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -llapack -lblas -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lquadmath -lpthread checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, no extra underscore checking if sgemm_ is being linked in already... yes checking for cheev_... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by mpicc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from mpicc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... mpicc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if mpicc supports -fno-rtti -fno-exceptions... no checking for mpicc option to produce PIC... -fPIC -DPIC checking if mpicc PIC flag -fPIC -DPIC works... yes checking if mpicc static flag -static works... no checking if mpicc supports -c -o file.o... yes checking if mpicc supports -c -o file.o... (cached) yes checking whether the mpicc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for mpif90 option to produce PIC... -fPIC checking if mpif90 PIC flag -fPIC works... yes checking if mpif90 static flag -static works... no checking if mpif90 supports -c -o file.o... yes checking if mpif90 supports -c -o file.o... (cached) yes checking whether the mpif90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for mpif90 option to produce PIC... -fPIC checking if mpif90 PIC flag -fPIC works... yes checking if mpif90 static flag -static works... no checking if mpif90 supports -c -o file.o... yes checking if mpif90 supports -c -o file.o... (cached) yes checking whether the mpif90 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for mpif77... mpif90 checking for MPI_Init... yes checking for MPI_Init in -lfmpi... no checking for MPI_Init in -lfmpich... no checking for MPI_Init in -lmpif77... no checking for MPI_Init in -lmpi... yes checking for mpif.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating SRC/arpack.pc config.status: creating PARPACK/SRC/MPI/parpack.pc config.status: creating EXAMPLES/MATRIX_MARKET/arpackSolver.pc config.status: creating arpackdef.h config.status: creating arpackicb.h config.status: creating arpack-ng-config-version.cmake config.status: creating arpack-ng-config.cmake config.status: creating Makefile config.status: creating ICB/Makefile config.status: creating UTIL/Makefile config.status: creating SRC/Makefile config.status: creating TESTS/Makefile config.status: creating EXAMPLES/Makefile config.status: creating EXAMPLES/BAND/Makefile config.status: creating EXAMPLES/COMPLEX/Makefile config.status: creating EXAMPLES/NONSYM/Makefile config.status: creating EXAMPLES/SIMPLE/Makefile config.status: creating EXAMPLES/SVD/Makefile config.status: creating EXAMPLES/SYM/Makefile config.status: creating EXAMPLES/MATRIX_MARKET/Makefile config.status: creating PARPACK/Makefile config.status: creating PARPACK/SRC/MPI/Makefile config.status: creating PARPACK/SRC/BLACS/Makefile config.status: creating PARPACK/UTIL/MPI/Makefile config.status: creating PARPACK/UTIL/BLACS/Makefile config.status: creating PARPACK/TESTS/MPI/Makefile config.status: creating PARPACK/EXAMPLES/MPI/Makefile config.status: creating PARPACK/EXAMPLES/BLACS/Makefile config.status: executing depfiles commands config.status: executing libtool commands -------------------------------------------------- Configuration summary for ARPACK-NG 3.9.0 -------------------------------------------------- Installation prefix : /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r MPI enabled : yes ICB enabled : no INTERFACE64 : 0 F77 : mpif90 FFLAGS : -fPIC -ffree-line-length-0 -O3 -mtune=native FC : mpif90 FCFLAGS : -fPIC -ffree-line-length-0 -O3 -mtune=native CC : mpicc CFLAGS : -fPIC -fstack-protector -O3 -mtune=native CXX : g++ CXXFLAGS : -g -O2 CPPFLAGS : -Dsgemm=sgemm_ -Dsnaupd=snaupd_ -Dsneupd=sneupd_ -Ddnaupd=dnaupd_ -Ddneupd=dneupd_ -Dcheev=cheev_ MPI_Fortran_LIBS : -lmpi MPI_C_LIBS : MPI_CXX_LIBS : BLAS : LAPACK : EIGEN : LIBS : -llapack -lblas LDADD : -------------------------------------------------- Configuration OK -------------------------------------------------- Making all in . make[5]: Nothing to be done for 'all-am'. Making all in UTIL /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o icnteq.lo icnteq.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c icnteq.f -fPIC -o .libs/icnteq.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o icopy.lo icopy.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c icopy.f -fPIC -o .libs/icopy.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o iset.lo iset.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c iset.f -fPIC -o .libs/iset.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o iswap.lo iswap.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c iswap.f -fPIC -o .libs/iswap.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ivout.lo ivout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ivout.f -fPIC -o .libs/ivout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o second_NONE.lo second_NONE.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c second_NONE.f -fPIC -o .libs/second_NONE.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o svout.lo svout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c svout.f -fPIC -o .libs/svout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o smout.lo smout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c smout.f -fPIC -o .libs/smout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dvout.lo dvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dvout.f -fPIC -o .libs/dvout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dmout.lo dmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dmout.f -fPIC -o .libs/dmout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cvout.lo cvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cvout.f -fPIC -o .libs/cvout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cmout.lo cmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cmout.f -fPIC -o .libs/cmout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zvout.lo zvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zvout.f -fPIC -o .libs/zvout.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zmout.lo zmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zmout.f -fPIC -o .libs/zmout.o /bin/bash ../libtool --tag=F77 --mode=link mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -o libarpackutil.la icnteq.lo icopy.lo iset.lo iswap.lo ivout.lo second_NONE.lo svout.lo smout.lo dvout.lo dmout.lo cvout.lo cmout.lo zvout.lo zmout.lo -llapack -lblas libtool: link: ar cru .libs/libarpackutil.a .libs/icnteq.o .libs/icopy.o .libs/iset.o .libs/iswap.o .libs/ivout.o .libs/second_NONE.o .libs/svout.o .libs/smout.o .libs/dvout.o .libs/dmout.o .libs/cvout.o .libs/cmout.o .libs/zvout.o .libs/zmout.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libarpackutil.a libtool: link: ( cd ".libs" && rm -f "libarpackutil.la" && ln -s "../libarpackutil.la" "libarpackutil.la" ) Making all in SRC /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o snaitr.lo snaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c snaitr.f -fPIC -o .libs/snaitr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o snapps.lo snapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c snapps.f -fPIC -o .libs/snapps.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o snaup2.lo snaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c snaup2.f -fPIC -o .libs/snaup2.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o snaupd.lo snaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c snaupd.f -fPIC -o .libs/snaupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o snconv.lo snconv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c snconv.f -fPIC -o .libs/snconv.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sneigh.lo sneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sneigh.f -fPIC -o .libs/sneigh.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sneupd.lo sneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sneupd.f -fPIC -o .libs/sneupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sngets.lo sngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sngets.f -fPIC -o .libs/sngets.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sstatn.lo sstatn.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sstatn.f -fPIC -o .libs/sstatn.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssaitr.lo ssaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssaitr.f -fPIC -o .libs/ssaitr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssapps.lo ssapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssapps.f -fPIC -o .libs/ssapps.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssaup2.lo ssaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssaup2.f -fPIC -o .libs/ssaup2.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssaupd.lo ssaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssaupd.f -fPIC -o .libs/ssaupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssconv.lo ssconv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssconv.f -fPIC -o .libs/ssconv.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sseigt.lo sseigt.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sseigt.f -fPIC -o .libs/sseigt.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sseupd.lo sseupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sseupd.f -fPIC -o .libs/sseupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssgets.lo ssgets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssgets.f -fPIC -o .libs/ssgets.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sstats.lo sstats.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sstats.f -fPIC -o .libs/sstats.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sgetv0.lo sgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sgetv0.f -fPIC -o .libs/sgetv0.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssortc.lo ssortc.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssortc.f -fPIC -o .libs/ssortc.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssortr.lo ssortr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssortr.f -fPIC -o .libs/ssortr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ssesrt.lo ssesrt.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ssesrt.f -fPIC -o .libs/ssesrt.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o sstqrb.lo sstqrb.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c sstqrb.f -fPIC -o .libs/sstqrb.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dnaitr.lo dnaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dnaitr.f -fPIC -o .libs/dnaitr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dnapps.lo dnapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dnapps.f -fPIC -o .libs/dnapps.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dnaup2.lo dnaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dnaup2.f -fPIC -o .libs/dnaup2.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dnaupd.lo dnaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dnaupd.f -fPIC -o .libs/dnaupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dnconv.lo dnconv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dnconv.f -fPIC -o .libs/dnconv.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dneigh.lo dneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dneigh.f -fPIC -o .libs/dneigh.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dneupd.lo dneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dneupd.f -fPIC -o .libs/dneupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dngets.lo dngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dngets.f -fPIC -o .libs/dngets.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dstatn.lo dstatn.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dstatn.f -fPIC -o .libs/dstatn.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsaitr.lo dsaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsaitr.f -fPIC -o .libs/dsaitr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsapps.lo dsapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsapps.f -fPIC -o .libs/dsapps.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsaup2.lo dsaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsaup2.f -fPIC -o .libs/dsaup2.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsaupd.lo dsaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsaupd.f -fPIC -o .libs/dsaupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsconv.lo dsconv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsconv.f -fPIC -o .libs/dsconv.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dseigt.lo dseigt.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dseigt.f -fPIC -o .libs/dseigt.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dseupd.lo dseupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dseupd.f -fPIC -o .libs/dseupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsgets.lo dsgets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsgets.f -fPIC -o .libs/dsgets.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dstats.lo dstats.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dstats.f -fPIC -o .libs/dstats.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dgetv0.lo dgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dgetv0.f -fPIC -o .libs/dgetv0.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsortc.lo dsortc.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsortc.f -fPIC -o .libs/dsortc.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsortr.lo dsortr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsortr.f -fPIC -o .libs/dsortr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dsesrt.lo dsesrt.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dsesrt.f -fPIC -o .libs/dsesrt.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o dstqrb.lo dstqrb.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c dstqrb.f -fPIC -o .libs/dstqrb.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cnaitr.lo cnaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cnaitr.f -fPIC -o .libs/cnaitr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cnapps.lo cnapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cnapps.f -fPIC -o .libs/cnapps.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cnaup2.lo cnaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cnaup2.f -fPIC -o .libs/cnaup2.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cnaupd.lo cnaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cnaupd.f -fPIC -o .libs/cnaupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cneigh.lo cneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cneigh.f -fPIC -o .libs/cneigh.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cneupd.lo cneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cneupd.f -fPIC -o .libs/cneupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cngets.lo cngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cngets.f -fPIC -o .libs/cngets.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cstatn.lo cstatn.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cstatn.f -fPIC -o .libs/cstatn.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o cgetv0.lo cgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c cgetv0.f -fPIC -o .libs/cgetv0.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o csortc.lo csortc.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c csortc.f -fPIC -o .libs/csortc.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ccdotc.lo ccdotc.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ccdotc.f -fPIC -o .libs/ccdotc.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o znaitr.lo znaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c znaitr.f -fPIC -o .libs/znaitr.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o znapps.lo znapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c znapps.f -fPIC -o .libs/znapps.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o znaup2.lo znaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c znaup2.f -fPIC -o .libs/znaup2.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o znaupd.lo znaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c znaupd.f -fPIC -o .libs/znaupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zneigh.lo zneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zneigh.f -fPIC -o .libs/zneigh.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zneupd.lo zneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zneupd.f -fPIC -o .libs/zneupd.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zngets.lo zngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zngets.f -fPIC -o .libs/zngets.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zstatn.lo zstatn.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zstatn.f -fPIC -o .libs/zstatn.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zgetv0.lo zgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zgetv0.f -fPIC -o .libs/zgetv0.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zsortc.lo zsortc.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zsortc.f -fPIC -o .libs/zsortc.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o zzdotc.lo zzdotc.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c zzdotc.f -fPIC -o .libs/zzdotc.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ../dbgini.lo ../dbgini.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ../dbgini.f -fPIC -o ../.libs/dbgini.o /bin/bash ../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ../staini.lo ../staini.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ../staini.f -fPIC -o ../.libs/staini.o /bin/bash ../libtool --tag=F77 --mode=link mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -no-undefined -version-info 3:0:1 -o libarpack.la -rpath /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib snaitr.lo snapps.lo snaup2.lo snaupd.lo snconv.lo sneigh.lo sneupd.lo sngets.lo sstatn.lo ssaitr.lo ssapps.lo ssaup2.lo ssaupd.lo ssconv.lo sseigt.lo sseupd.lo ssgets.lo sstats.lo sgetv0.lo ssortc.lo ssortr.lo ssesrt.lo sstqrb.lo dnaitr.lo dnapps.lo dnaup2.lo dnaupd.lo dnconv.lo dneigh.lo dneupd.lo dngets.lo dstatn.lo dsaitr.lo dsapps.lo dsaup2.lo dsaupd.lo dsconv.lo dseigt.lo dseupd.lo dsgets.lo dstats.lo dgetv0.lo dsortc.lo dsortr.lo dsesrt.lo dstqrb.lo cnaitr.lo cnapps.lo cnaup2.lo cnaupd.lo cneigh.lo cneupd.lo cngets.lo cstatn.lo cgetv0.lo csortc.lo ccdotc.lo znaitr.lo znapps.lo znaup2.lo znaupd.lo zneigh.lo zneupd.lo zngets.lo zstatn.lo zgetv0.lo zsortc.lo zzdotc.lo ../dbgini.lo ../staini.lo ../UTIL/libarpackutil.la -llapack -lblas libtool: link: mpif90 -shared -fPIC .libs/snaitr.o .libs/snapps.o .libs/snaup2.o .libs/snaupd.o .libs/snconv.o .libs/sneigh.o .libs/sneupd.o .libs/sngets.o .libs/sstatn.o .libs/ssaitr.o .libs/ssapps.o .libs/ssaup2.o .libs/ssaupd.o .libs/ssconv.o .libs/sseigt.o .libs/sseupd.o .libs/ssgets.o .libs/sstats.o .libs/sgetv0.o .libs/ssortc.o .libs/ssortr.o .libs/ssesrt.o .libs/sstqrb.o .libs/dnaitr.o .libs/dnapps.o .libs/dnaup2.o .libs/dnaupd.o .libs/dnconv.o .libs/dneigh.o .libs/dneupd.o .libs/dngets.o .libs/dstatn.o .libs/dsaitr.o .libs/dsapps.o .libs/dsaup2.o .libs/dsaupd.o .libs/dsconv.o .libs/dseigt.o .libs/dseupd.o .libs/dsgets.o .libs/dstats.o .libs/dgetv0.o .libs/dsortc.o .libs/dsortr.o .libs/dsesrt.o .libs/dstqrb.o .libs/cnaitr.o .libs/cnapps.o .libs/cnaup2.o .libs/cnaupd.o .libs/cneigh.o .libs/cneupd.o .libs/cngets.o .libs/cstatn.o .libs/cgetv0.o .libs/csortc.o .libs/ccdotc.o .libs/znaitr.o .libs/znapps.o .libs/znaup2.o .libs/znaupd.o .libs/zneigh.o .libs/zneupd.o .libs/zngets.o .libs/zstatn.o .libs/zgetv0.o .libs/zsortc.o .libs/zzdotc.o ../.libs/dbgini.o ../.libs/staini.o -Wl,--whole-archive ../UTIL/.libs/libarpackutil.a -Wl,--no-whole-archive -llapack -lblas -O3 -mtune=native -Wl,-soname -Wl,libarpack.so.2 -o .libs/libarpack.so.2.1.0 libtool: link: (cd ".libs" && rm -f "libarpack.so.2" && ln -s "libarpack.so.2.1.0" "libarpack.so.2") libtool: link: (cd ".libs" && rm -f "libarpack.so" && ln -s "libarpack.so.2.1.0" "libarpack.so") libtool: link: ( cd ".libs" && rm -f "libarpack.la" && ln -s "../libarpack.la" "libarpack.la" ) Making all in TESTS make[5]: Nothing to be done for 'all'. Making all in EXAMPLES Making all in BAND make[6]: Nothing to be done for 'all'. Making all in COMPLEX make[6]: Nothing to be done for 'all'. Making all in NONSYM make[6]: Nothing to be done for 'all'. Making all in SIMPLE make[6]: Nothing to be done for 'all'. Making all in SVD make[6]: Nothing to be done for 'all'. Making all in SYM make[6]: Nothing to be done for 'all'. make[6]: Nothing to be done for 'all-am'. Making all in PARPACK Making all in UTIL/MPI /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pivout.lo pivout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pivout.f -fPIC -o .libs/pivout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o psmout.lo psmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psmout.f -fPIC -o .libs/psmout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o psvout.lo psvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psvout.f -fPIC -o .libs/psvout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pdmout.lo pdmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdmout.f -fPIC -o .libs/pdmout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pdvout.lo pdvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdvout.f -fPIC -o .libs/pdvout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pcmout.lo pcmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcmout.f -fPIC -o .libs/pcmout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pcvout.lo pcvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcvout.f -fPIC -o .libs/pcvout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pzmout.lo pzmout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzmout.f -fPIC -o .libs/pzmout.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o pzvout.lo pzvout.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzvout.f -fPIC -o .libs/pzvout.o /bin/bash ../../../libtool --tag=F77 --mode=link mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -o libparpackutil.la pivout.lo psmout.lo psvout.lo pdmout.lo pdvout.lo pcmout.lo pcvout.lo pzmout.lo pzvout.lo -llapack -lblas libtool: link: ar cru .libs/libparpackutil.a .libs/pivout.o .libs/psmout.o .libs/psvout.o .libs/pdmout.o .libs/pdvout.o .libs/pcmout.o .libs/pcvout.o .libs/pzmout.o .libs/pzvout.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libparpackutil.a libtool: link: ( cd ".libs" && rm -f "libparpackutil.la" && ln -s "../libparpackutil.la" "libparpackutil.la" ) Making all in SRC/MPI /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcontext.lo `test -f 'pcontext.f' || echo './'`pcontext.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcontext.f -fPIC -o .libs/libparpack_la-pcontext.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psnaitr.lo `test -f 'psnaitr.f' || echo './'`psnaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psnaitr.f -fPIC -o .libs/libparpack_la-psnaitr.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psnapps.lo `test -f 'psnapps.f' || echo './'`psnapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psnapps.f -fPIC -o .libs/libparpack_la-psnapps.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psnaup2.lo `test -f 'psnaup2.f' || echo './'`psnaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psnaup2.f -fPIC -o .libs/libparpack_la-psnaup2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psnaupd.lo `test -f 'psnaupd.f' || echo './'`psnaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psnaupd.f -fPIC -o .libs/libparpack_la-psnaupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psneigh.lo `test -f 'psneigh.f' || echo './'`psneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psneigh.f -fPIC -o .libs/libparpack_la-psneigh.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psneupd.lo `test -f 'psneupd.f' || echo './'`psneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psneupd.f -fPIC -o .libs/libparpack_la-psneupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psngets.lo `test -f 'psngets.f' || echo './'`psngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psngets.f -fPIC -o .libs/libparpack_la-psngets.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pssaitr.lo `test -f 'pssaitr.f' || echo './'`pssaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pssaitr.f -fPIC -o .libs/libparpack_la-pssaitr.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pssapps.lo `test -f 'pssapps.f' || echo './'`pssapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pssapps.f -fPIC -o .libs/libparpack_la-pssapps.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pssaup2.lo `test -f 'pssaup2.f' || echo './'`pssaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pssaup2.f -fPIC -o .libs/libparpack_la-pssaup2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pssaupd.lo `test -f 'pssaupd.f' || echo './'`pssaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pssaupd.f -fPIC -o .libs/libparpack_la-pssaupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psseigt.lo `test -f 'psseigt.f' || echo './'`psseigt.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psseigt.f -fPIC -o .libs/libparpack_la-psseigt.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psseupd.lo `test -f 'psseupd.f' || echo './'`psseupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psseupd.f -fPIC -o .libs/libparpack_la-psseupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pssgets.lo `test -f 'pssgets.f' || echo './'`pssgets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pssgets.f -fPIC -o .libs/libparpack_la-pssgets.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psgetv0.lo `test -f 'psgetv0.f' || echo './'`psgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psgetv0.f -fPIC -o .libs/libparpack_la-psgetv0.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pslarnv.lo `test -f 'pslarnv.f' || echo './'`pslarnv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pslarnv.f -fPIC -o .libs/libparpack_la-pslarnv.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-psnorm2.lo `test -f 'psnorm2.f' || echo './'`psnorm2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c psnorm2.f -fPIC -o .libs/libparpack_la-psnorm2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdnaitr.lo `test -f 'pdnaitr.f' || echo './'`pdnaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdnaitr.f -fPIC -o .libs/libparpack_la-pdnaitr.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdnapps.lo `test -f 'pdnapps.f' || echo './'`pdnapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdnapps.f -fPIC -o .libs/libparpack_la-pdnapps.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdnaup2.lo `test -f 'pdnaup2.f' || echo './'`pdnaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdnaup2.f -fPIC -o .libs/libparpack_la-pdnaup2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdnaupd.lo `test -f 'pdnaupd.f' || echo './'`pdnaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdnaupd.f -fPIC -o .libs/libparpack_la-pdnaupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdneigh.lo `test -f 'pdneigh.f' || echo './'`pdneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdneigh.f -fPIC -o .libs/libparpack_la-pdneigh.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdneupd.lo `test -f 'pdneupd.f' || echo './'`pdneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdneupd.f -fPIC -o .libs/libparpack_la-pdneupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdngets.lo `test -f 'pdngets.f' || echo './'`pdngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdngets.f -fPIC -o .libs/libparpack_la-pdngets.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdsaitr.lo `test -f 'pdsaitr.f' || echo './'`pdsaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdsaitr.f -fPIC -o .libs/libparpack_la-pdsaitr.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdsapps.lo `test -f 'pdsapps.f' || echo './'`pdsapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdsapps.f -fPIC -o .libs/libparpack_la-pdsapps.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdsaup2.lo `test -f 'pdsaup2.f' || echo './'`pdsaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdsaup2.f -fPIC -o .libs/libparpack_la-pdsaup2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdsaupd.lo `test -f 'pdsaupd.f' || echo './'`pdsaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdsaupd.f -fPIC -o .libs/libparpack_la-pdsaupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdseigt.lo `test -f 'pdseigt.f' || echo './'`pdseigt.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdseigt.f -fPIC -o .libs/libparpack_la-pdseigt.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdseupd.lo `test -f 'pdseupd.f' || echo './'`pdseupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdseupd.f -fPIC -o .libs/libparpack_la-pdseupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdsgets.lo `test -f 'pdsgets.f' || echo './'`pdsgets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdsgets.f -fPIC -o .libs/libparpack_la-pdsgets.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdgetv0.lo `test -f 'pdgetv0.f' || echo './'`pdgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdgetv0.f -fPIC -o .libs/libparpack_la-pdgetv0.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdlarnv.lo `test -f 'pdlarnv.f' || echo './'`pdlarnv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdlarnv.f -fPIC -o .libs/libparpack_la-pdlarnv.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdnorm2.lo `test -f 'pdnorm2.f' || echo './'`pdnorm2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdnorm2.f -fPIC -o .libs/libparpack_la-pdnorm2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcnaitr.lo `test -f 'pcnaitr.f' || echo './'`pcnaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcnaitr.f -fPIC -o .libs/libparpack_la-pcnaitr.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcnapps.lo `test -f 'pcnapps.f' || echo './'`pcnapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcnapps.f -fPIC -o .libs/libparpack_la-pcnapps.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcnaup2.lo `test -f 'pcnaup2.f' || echo './'`pcnaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcnaup2.f -fPIC -o .libs/libparpack_la-pcnaup2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcnaupd.lo `test -f 'pcnaupd.f' || echo './'`pcnaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcnaupd.f -fPIC -o .libs/libparpack_la-pcnaupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcneigh.lo `test -f 'pcneigh.f' || echo './'`pcneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcneigh.f -fPIC -o .libs/libparpack_la-pcneigh.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcneupd.lo `test -f 'pcneupd.f' || echo './'`pcneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcneupd.f -fPIC -o .libs/libparpack_la-pcneupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcngets.lo `test -f 'pcngets.f' || echo './'`pcngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcngets.f -fPIC -o .libs/libparpack_la-pcngets.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pcgetv0.lo `test -f 'pcgetv0.f' || echo './'`pcgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pcgetv0.f -fPIC -o .libs/libparpack_la-pcgetv0.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pclarnv.lo `test -f 'pclarnv.f' || echo './'`pclarnv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pclarnv.f -fPIC -o .libs/libparpack_la-pclarnv.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pscnorm2.lo `test -f 'pscnorm2.f' || echo './'`pscnorm2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pscnorm2.f -fPIC -o .libs/libparpack_la-pscnorm2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pznaitr.lo `test -f 'pznaitr.f' || echo './'`pznaitr.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pznaitr.f -fPIC -o .libs/libparpack_la-pznaitr.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pznapps.lo `test -f 'pznapps.f' || echo './'`pznapps.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pznapps.f -fPIC -o .libs/libparpack_la-pznapps.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pznaup2.lo `test -f 'pznaup2.f' || echo './'`pznaup2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pznaup2.f -fPIC -o .libs/libparpack_la-pznaup2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pznaupd.lo `test -f 'pznaupd.f' || echo './'`pznaupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pznaupd.f -fPIC -o .libs/libparpack_la-pznaupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pzneigh.lo `test -f 'pzneigh.f' || echo './'`pzneigh.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzneigh.f -fPIC -o .libs/libparpack_la-pzneigh.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pzneupd.lo `test -f 'pzneupd.f' || echo './'`pzneupd.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzneupd.f -fPIC -o .libs/libparpack_la-pzneupd.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pzngets.lo `test -f 'pzngets.f' || echo './'`pzngets.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzngets.f -fPIC -o .libs/libparpack_la-pzngets.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pzgetv0.lo `test -f 'pzgetv0.f' || echo './'`pzgetv0.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzgetv0.f -fPIC -o .libs/libparpack_la-pzgetv0.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pzlarnv.lo `test -f 'pzlarnv.f' || echo './'`pzlarnv.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pzlarnv.f -fPIC -o .libs/libparpack_la-pzlarnv.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o libparpack_la-pdznorm2.lo `test -f 'pdznorm2.f' || echo './'`pdznorm2.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c pdznorm2.f -fPIC -o .libs/libparpack_la-pdznorm2.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ../../../libparpack_la-dbgini.lo `test -f '../../../dbgini.f' || echo './'`../../../dbgini.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ../../../dbgini.f -fPIC -o ../../../.libs/libparpack_la-dbgini.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c -o ../../../libparpack_la-staini.lo `test -f '../../../staini.f' || echo './'`../../../staini.f libtool: compile: mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -c ../../../staini.f -fPIC -o ../../../.libs/libparpack_la-staini.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -O0 -c -o libparpack_noopt_la-pslamch10.lo `test -f 'pslamch10.f' || echo './'`pslamch10.f libtool: compile: mpif90 -O0 -c pslamch10.f -fPIC -o .libs/libparpack_noopt_la-pslamch10.o /bin/bash ../../../libtool --tag=F77 --mode=compile mpif90 -O0 -c -o libparpack_noopt_la-pdlamch10.lo `test -f 'pdlamch10.f' || echo './'`pdlamch10.f libtool: compile: mpif90 -O0 -c pdlamch10.f -fPIC -o .libs/libparpack_noopt_la-pdlamch10.o /bin/bash ../../../libtool --tag=F77 --mode=link mpif90 -O0 -o libparpack_noopt.la libparpack_noopt_la-pslamch10.lo libparpack_noopt_la-pdlamch10.lo -llapack -lblas libtool: link: ar cru .libs/libparpack_noopt.a .libs/libparpack_noopt_la-pslamch10.o .libs/libparpack_noopt_la-pdlamch10.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libparpack_noopt.a libtool: link: ( cd ".libs" && rm -f "libparpack_noopt.la" && ln -s "../libparpack_noopt.la" "libparpack_noopt.la" ) /bin/bash ../../../libtool --tag=F77 --mode=link mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -no-undefined -version-info 3:0:1 -o libparpack.la -rpath /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib libparpack_la-pcontext.lo libparpack_la-psnaitr.lo libparpack_la-psnapps.lo libparpack_la-psnaup2.lo libparpack_la-psnaupd.lo libparpack_la-psneigh.lo libparpack_la-psneupd.lo libparpack_la-psngets.lo libparpack_la-pssaitr.lo libparpack_la-pssapps.lo libparpack_la-pssaup2.lo libparpack_la-pssaupd.lo libparpack_la-psseigt.lo libparpack_la-psseupd.lo libparpack_la-pssgets.lo libparpack_la-psgetv0.lo libparpack_la-pslarnv.lo libparpack_la-psnorm2.lo libparpack_la-pdnaitr.lo libparpack_la-pdnapps.lo libparpack_la-pdnaup2.lo libparpack_la-pdnaupd.lo libparpack_la-pdneigh.lo libparpack_la-pdneupd.lo libparpack_la-pdngets.lo libparpack_la-pdsaitr.lo libparpack_la-pdsapps.lo libparpack_la-pdsaup2.lo libparpack_la-pdsaupd.lo libparpack_la-pdseigt.lo libparpack_la-pdseupd.lo libparpack_la-pdsgets.lo libparpack_la-pdgetv0.lo libparpack_la-pdlarnv.lo libparpack_la-pdnorm2.lo libparpack_la-pcnaitr.lo libparpack_la-pcnapps.lo libparpack_la-pcnaup2.lo libparpack_la-pcnaupd.lo libparpack_la-pcneigh.lo libparpack_la-pcneupd.lo libparpack_la-pcngets.lo libparpack_la-pcgetv0.lo libparpack_la-pclarnv.lo libparpack_la-pscnorm2.lo libparpack_la-pznaitr.lo libparpack_la-pznapps.lo libparpack_la-pznaup2.lo libparpack_la-pznaupd.lo libparpack_la-pzneigh.lo libparpack_la-pzneupd.lo libparpack_la-pzngets.lo libparpack_la-pzgetv0.lo libparpack_la-pzlarnv.lo libparpack_la-pdznorm2.lo ../../../libparpack_la-dbgini.lo ../../../libparpack_la-staini.lo libparpack_noopt.la ../../../PARPACK/UTIL/MPI/libparpackutil.la ../../../SRC/libarpack.la -lmpi -llapack -lblas libtool: link: mpif90 -shared -fPIC .libs/libparpack_la-pcontext.o .libs/libparpack_la-psnaitr.o .libs/libparpack_la-psnapps.o .libs/libparpack_la-psnaup2.o .libs/libparpack_la-psnaupd.o .libs/libparpack_la-psneigh.o .libs/libparpack_la-psneupd.o .libs/libparpack_la-psngets.o .libs/libparpack_la-pssaitr.o .libs/libparpack_la-pssapps.o .libs/libparpack_la-pssaup2.o .libs/libparpack_la-pssaupd.o .libs/libparpack_la-psseigt.o .libs/libparpack_la-psseupd.o .libs/libparpack_la-pssgets.o .libs/libparpack_la-psgetv0.o .libs/libparpack_la-pslarnv.o .libs/libparpack_la-psnorm2.o .libs/libparpack_la-pdnaitr.o .libs/libparpack_la-pdnapps.o .libs/libparpack_la-pdnaup2.o .libs/libparpack_la-pdnaupd.o .libs/libparpack_la-pdneigh.o .libs/libparpack_la-pdneupd.o .libs/libparpack_la-pdngets.o .libs/libparpack_la-pdsaitr.o .libs/libparpack_la-pdsapps.o .libs/libparpack_la-pdsaup2.o .libs/libparpack_la-pdsaupd.o .libs/libparpack_la-pdseigt.o .libs/libparpack_la-pdseupd.o .libs/libparpack_la-pdsgets.o .libs/libparpack_la-pdgetv0.o .libs/libparpack_la-pdlarnv.o .libs/libparpack_la-pdnorm2.o .libs/libparpack_la-pcnaitr.o .libs/libparpack_la-pcnapps.o .libs/libparpack_la-pcnaup2.o .libs/libparpack_la-pcnaupd.o .libs/libparpack_la-pcneigh.o .libs/libparpack_la-pcneupd.o .libs/libparpack_la-pcngets.o .libs/libparpack_la-pcgetv0.o .libs/libparpack_la-pclarnv.o .libs/libparpack_la-pscnorm2.o .libs/libparpack_la-pznaitr.o .libs/libparpack_la-pznapps.o .libs/libparpack_la-pznaup2.o .libs/libparpack_la-pznaupd.o .libs/libparpack_la-pzneigh.o .libs/libparpack_la-pzneupd.o .libs/libparpack_la-pzngets.o .libs/libparpack_la-pzgetv0.o .libs/libparpack_la-pzlarnv.o .libs/libparpack_la-pdznorm2.o ../../../.libs/libparpack_la-dbgini.o ../../../.libs/libparpack_la-staini.o -Wl,--whole-archive ./.libs/libparpack_noopt.a ../../../PARPACK/UTIL/MPI/.libs/libparpackutil.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-b64dccb461ffc98257bbb1e537a4fc5e96094018/SRC/.libs -Wl,-rpath -Wl,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib ../../../SRC/.libs/libarpack.so -lmpi -llapack -lblas -O3 -mtune=native -Wl,-soname -Wl,libparpack.so.2 -o .libs/libparpack.so.2.1.0 libtool: link: (cd ".libs" && rm -f "libparpack.so.2" && ln -s "libparpack.so.2.1.0" "libparpack.so.2") libtool: link: (cd ".libs" && rm -f "libparpack.so" && ln -s "libparpack.so.2.1.0" "libparpack.so") libtool: link: ( cd ".libs" && rm -f "libparpack.la" && ln -s "../libparpack.la" "libparpack.la" ) Making all in . make[6]: Nothing to be done for 'all-am'. Making all in TESTS/MPI make[6]: Nothing to be done for 'all'. Making all in EXAMPLES/MPI make[6]: Nothing to be done for 'all'. Making install in . make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/cmake/arpack-ng' /usr/bin/install -c -m 644 arpack-ng-config.cmake arpack-ng-config-version.cmake '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/cmake/arpack-ng' /usr/bin/mkdir -p '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include/arpack' /usr/bin/install -c -m 644 debug.h stat.h arpackdef.h '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include/arpack' Making install in UTIL make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in SRC /usr/bin/mkdir -p '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libarpack.la '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib' libtool: install: /usr/bin/install -c .libs/libarpack.so.2.1.0 /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/libarpack.so.2.1.0 libtool: install: (cd /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib && { ln -s -f libarpack.so.2.1.0 libarpack.so.2 || { rm -f libarpack.so.2 && ln -s libarpack.so.2.1.0 libarpack.so.2; }; }) libtool: install: (cd /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib && { ln -s -f libarpack.so.2.1.0 libarpack.so || { rm -f libarpack.so && ln -s libarpack.so.2.1.0 libarpack.so; }; }) libtool: install: /usr/bin/install -c .libs/libarpack.lai /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/libarpack.la libtool: finish: PATH="/home/ajinkya/.local/bin:/home/ajinkya/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/pkgconfig' /usr/bin/install -c -m 644 arpack.pc '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/pkgconfig' Making install in TESTS make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. Making install in EXAMPLES Making install in BAND make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in COMPLEX make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in NONSYM make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in SIMPLE make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in SVD make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in SYM make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in PARPACK Making install in UTIL/MPI make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in SRC/MPI /usr/bin/mkdir -p '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib' /bin/bash ../../../libtool --mode=install /usr/bin/install -c libparpack.la '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib' libtool: warning: relinking 'libparpack.la' libtool: install: (cd /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-b64dccb461ffc98257bbb1e537a4fc5e96094018/PARPACK/SRC/MPI; /bin/bash "/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/externalpackages/arpack-ng-b64dccb461ffc98257bbb1e537a4fc5e96094018/libtool" --tag F77 --mode=relink mpif90 -fPIC -ffree-line-length-0 -O3 -mtune=native -no-undefined -version-info 3:0:1 -o libparpack.la -rpath /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib libparpack_la-pcontext.lo libparpack_la-psnaitr.lo libparpack_la-psnapps.lo libparpack_la-psnaup2.lo libparpack_la-psnaupd.lo libparpack_la-psneigh.lo libparpack_la-psneupd.lo libparpack_la-psngets.lo libparpack_la-pssaitr.lo libparpack_la-pssapps.lo libparpack_la-pssaup2.lo libparpack_la-pssaupd.lo libparpack_la-psseigt.lo libparpack_la-psseupd.lo libparpack_la-pssgets.lo libparpack_la-psgetv0.lo libparpack_la-pslarnv.lo libparpack_la-psnorm2.lo libparpack_la-pdnaitr.lo libparpack_la-pdnapps.lo libparpack_la-pdnaup2.lo libparpack_la-pdnaupd.lo libparpack_la-pdneigh.lo libparpack_la-pdneupd.lo libparpack_la-pdngets.lo libparpack_la-pdsaitr.lo libparpack_la-pdsapps.lo libparpack_la-pdsaup2.lo libparpack_la-pdsaupd.lo libparpack_la-pdseigt.lo libparpack_la-pdseupd.lo libparpack_la-pdsgets.lo libparpack_la-pdgetv0.lo libparpack_la-pdlarnv.lo libparpack_la-pdnorm2.lo libparpack_la-pcnaitr.lo libparpack_la-pcnapps.lo libparpack_la-pcnaup2.lo libparpack_la-pcnaupd.lo libparpack_la-pcneigh.lo libparpack_la-pcneupd.lo libparpack_la-pcngets.lo libparpack_la-pcgetv0.lo libparpack_la-pclarnv.lo libparpack_la-pscnorm2.lo libparpack_la-pznaitr.lo libparpack_la-pznapps.lo libparpack_la-pznaup2.lo libparpack_la-pznaupd.lo libparpack_la-pzneigh.lo libparpack_la-pzneupd.lo libparpack_la-pzngets.lo libparpack_la-pzgetv0.lo libparpack_la-pzlarnv.lo libparpack_la-pdznorm2.lo ../../../libparpack_la-dbgini.lo ../../../libparpack_la-staini.lo libparpack_noopt.la ../../../PARPACK/UTIL/MPI/libparpackutil.la ../../../SRC/libarpack.la -lmpi -llapack -lblas ) libtool: relink: mpif90 -shared -fPIC .libs/libparpack_la-pcontext.o .libs/libparpack_la-psnaitr.o .libs/libparpack_la-psnapps.o .libs/libparpack_la-psnaup2.o .libs/libparpack_la-psnaupd.o .libs/libparpack_la-psneigh.o .libs/libparpack_la-psneupd.o .libs/libparpack_la-psngets.o .libs/libparpack_la-pssaitr.o .libs/libparpack_la-pssapps.o .libs/libparpack_la-pssaup2.o .libs/libparpack_la-pssaupd.o .libs/libparpack_la-psseigt.o .libs/libparpack_la-psseupd.o .libs/libparpack_la-pssgets.o .libs/libparpack_la-psgetv0.o .libs/libparpack_la-pslarnv.o .libs/libparpack_la-psnorm2.o .libs/libparpack_la-pdnaitr.o .libs/libparpack_la-pdnapps.o .libs/libparpack_la-pdnaup2.o .libs/libparpack_la-pdnaupd.o .libs/libparpack_la-pdneigh.o .libs/libparpack_la-pdneupd.o .libs/libparpack_la-pdngets.o .libs/libparpack_la-pdsaitr.o .libs/libparpack_la-pdsapps.o .libs/libparpack_la-pdsaup2.o .libs/libparpack_la-pdsaupd.o .libs/libparpack_la-pdseigt.o .libs/libparpack_la-pdseupd.o .libs/libparpack_la-pdsgets.o .libs/libparpack_la-pdgetv0.o .libs/libparpack_la-pdlarnv.o .libs/libparpack_la-pdnorm2.o .libs/libparpack_la-pcnaitr.o .libs/libparpack_la-pcnapps.o .libs/libparpack_la-pcnaup2.o .libs/libparpack_la-pcnaupd.o .libs/libparpack_la-pcneigh.o .libs/libparpack_la-pcneupd.o .libs/libparpack_la-pcngets.o .libs/libparpack_la-pcgetv0.o .libs/libparpack_la-pclarnv.o .libs/libparpack_la-pscnorm2.o .libs/libparpack_la-pznaitr.o .libs/libparpack_la-pznapps.o .libs/libparpack_la-pznaup2.o .libs/libparpack_la-pznaupd.o .libs/libparpack_la-pzneigh.o .libs/libparpack_la-pzneupd.o .libs/libparpack_la-pzngets.o .libs/libparpack_la-pzgetv0.o .libs/libparpack_la-pzlarnv.o .libs/libparpack_la-pdznorm2.o ../../../.libs/libparpack_la-dbgini.o ../../../.libs/libparpack_la-staini.o -Wl,--whole-archive ./.libs/libparpack_noopt.a ../../../PARPACK/UTIL/MPI/.libs/libparpackutil.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -larpack -lmpi -llapack -lblas -O3 -mtune=native -Wl,-soname -Wl,libparpack.so.2 -o .libs/libparpack.so.2.1.0 libtool: install: /usr/bin/install -c .libs/libparpack.so.2.1.0T /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/libparpack.so.2.1.0 libtool: install: (cd /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib && { ln -s -f libparpack.so.2.1.0 libparpack.so.2 || { rm -f libparpack.so.2 && ln -s libparpack.so.2.1.0 libparpack.so.2; }; }) libtool: install: (cd /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib && { ln -s -f libparpack.so.2.1.0 libparpack.so || { rm -f libparpack.so && ln -s libparpack.so.2.1.0 libparpack.so; }; }) libtool: install: /usr/bin/install -c .libs/libparpack.lai /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/libparpack.la libtool: finish: PATH="/home/ajinkya/.local/bin:/home/ajinkya/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/sbin" ldconfig -n /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/pkgconfig' /usr/bin/install -c -m 644 parpack.pc '/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib/pkgconfig' Making install in . make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in TESTS/MPI make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. Making install in EXAMPLES/MPI make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Running command: cd /tmp/slepc-wmghsynx;/usr/bin/make checklink LINKFLAGS="-Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -lparpack -larpack" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Output: mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -lparpack -larpack -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ====== With underscore Fortran names #include "petscsnes.h" PETSC_EXTERN int pdnaupd_(); PETSC_EXTERN int pdneupd_(); PETSC_EXTERN int pdsaupd_(); PETSC_EXTERN int pdseupd_(); int main() { Vec v; Mat m; KSP k; PetscInitializeNoArguments(); VecCreate(PETSC_COMM_WORLD,&v); MatCreate(PETSC_COMM_WORLD,&m); KSPCreate(PETSC_COMM_WORLD,&k); pdnaupd_(); pdneupd_(); pdsaupd_(); pdseupd_(); return 0; } mpicc -o checklink.o -c -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/include -I/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/include -I/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/include `pwd`/checklink.c mpicc -fPIC -Wall -Wwrite-strings -Wno-strict-aliasing -Wno-unknown-pragmas -fstack-protector -fvisibility=hidden -O3 -mtune=native -o checklink checklink.o -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -lparpack -larpack -Wl,-rpath,/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -L/home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/lib -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -Wl,-rpath,/usr/lib/x86_64-linux-gnu/openmpi/lib -L/usr/lib/x86_64-linux-gnu/openmpi/lib -Wl,-rpath,/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9 -lpetsc -lHYPRE -lcmumps -ldmumps -lsmumps -lzmumps -lmumps_common -lpord -lscalapack -lspqr -lumfpack -lklu -lcholmod -lbtf -lccolamd -lcolamd -lcamd -lamd -lsuitesparseconfig -lsuperlu -llapack -lblas -lparmmg -lmmg -lmmg3d -lptesmumps -lptscotchparmetis -lptscotch -lptscotcherr -lesmumps -lscotch -lscotcherr -lparmetis -lmetis -ltet -lm -lstdc++ -ldl -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -lgfortran -lm -lgfortran -lm -lgcc_s -lquadmath -lpthread -lrt -lquadmath -lstdc++ -ldl ================================================================================ Writing various configuration files... Modules file in /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/lib/slepc/conf/modules/slepc pkg-config file in /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc/installed-arch-linux2-c-opt/lib/pkgconfig ================================================================================ ================================================================================ SLEPc Configuration ================================================================================ SLEPc directory: /home/ajinkya/FreeFEM/FreeFEM/FreeFem-sources/3rdparty/ff-petsc/petsc-3.16.1/fr/externalpackages/git.slepc It is a git repository on branch: tags/v3.16.1~20 SLEPc prefix directory: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r PETSc directory: /home/ajinkya/FreeFEM/freefem-install/ff-petsc/r Prefix install with double precision real numbers SCALAPACK from SCALAPACK linked by PETSc ARPACK version 3.8.0 library flags: -Wl,-rpath,/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -L/home/ajinkya/FreeFEM/freefem-install/ff-petsc/r/lib -lparpack -larpack Finishing Configure Run at Sat Jan 29 17:42:43 2022 ================================================================================