forum@abinit.org
Subject: The ABINIT Users Mailing List ( CLOSED )
List archive
- From: Chol-Jun Yu <yucj@ghi.rwth-aachen.de>
- To: "[abinit-forum]" <forum@abinit.org>
- Subject: Compile error in g95
- Date: Wed, 07 Mar 2007 18:24:58 +0100
- Organization: CME, RWTH Aachen
Dear users,
the errors happened when I tryed to compile ABINIT 5.3.3 by using g95.
System is Intel PC Linux (Debian 1:3.3.5-13). I used the following commands;
../configure FC=g95
make
I have attached the related log files.
With best regards,
Yu Chol Jun
-----------------------------------------------------------------------------
Computational Materials Engineering(CME)
Center for Computational Engineering Science(CCES)
Institute of Mineral Engineering(GHI), RWTH Aachen
Mauerstrasse 5, D-52064 Aachen, Germany
Tel: ++49 241 80 94969
Fax: ++49 241 80 92271
e-mail: yucj@ghi.rwth-aachen.de
-----------------------------------------------------------------------------
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by ABINIT configure 5.3.3, which was generated by GNU Autoconf 2.59. Invocation command line was $ ../configure FC=g95 ## --------- ## ## Platform. ## ## --------- ## hostname = kff35 uname -m = i686 uname -r = 2.6.6-1-k7 uname -s = Linux uname -v = #1 Wed May 12 18:19:40 EST 2004 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/yucj/intel/fc/9.1.032/bin PATH: /home/yucj/Workshop/Graphics/XCrysDen/XCrySDen-1.4.1bin-static PATH: /home/yucj/ABINIT/Studio/pseudop PATH: /home/yucj/Workshop/Graphics/VENUS/Excutes/bin/ PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/X11R6/bin PATH: /usr/games PATH: /home/yucj/Workshop/Graphics/XCrysDen/XCrySDen-1.4.1bin-static/scripts PATH: /home/yucj/Workshop/Graphics/XCrysDen/XCrySDen-1.4.1bin-static/util ## ----------- ## ## Core tests. ## ## ----------- ## configure:1488: checking build system type configure:1506: result: i686-pc-linux-gnu configure:1514: checking host system type configure:1528: result: i686-pc-linux-gnu configure:1536: checking target system type configure:1550: result: i686-pc-linux-gnu configure:1578: checking for a BSD-compatible install configure:1633: result: /usr/bin/install -c configure:1644: checking whether build environment is sane configure:1687: result: yes configure:1752: checking for gawk configure:1768: found /usr/bin/gawk configure:1778: result: gawk configure:1788: checking whether make sets $(MAKE) configure:1808: result: yes configure:3445: checking consistency of MPI options configure:3468: |---> all OK configure:3471: configure:3480: checking consistency of external library options configure:3549: |---> all OK configure:3552: configure:3581: checking whether make sets $(MAKE) configure:3601: result: yes configure:3623: checking for a BSD-compatible install configure:3678: result: /usr/bin/install -c configure:3689: checking whether ln -s works configure:3693: result: yes configure:3704: checking for sh configure:3722: found /bin/sh configure:3735: result: /bin/sh configure:3744: checking for perl configure:3762: found /usr/bin/perl configure:3775: result: /usr/bin/perl configure:3784: checking for python configure:3802: found /usr/bin/python configure:3815: result: /usr/bin/python configure:3824: checking for rm configure:3842: found /bin/rm configure:3855: result: /bin/rm configure:3864: checking for mv configure:3882: found /bin/mv configure:3895: result: /bin/mv configure:3904: checking for tar configure:3922: found /bin/tar configure:3935: result: /bin/tar configure:3944: checking for markdown configure:3975: result: /usr/bin/markdown configure:3984: checking for latex configure:4002: found /usr/bin/latex configure:4015: result: /usr/bin/latex configure:4024: checking for dvips configure:4042: found /usr/bin/dvips configure:4055: result: /usr/bin/dvips configure:4064: checking for dvipdf configure:4082: found /usr/bin/dvipdf configure:4095: result: /usr/bin/dvipdf configure:4104: checking for ps2pdf configure:4122: found /usr/bin/ps2pdf configure:4135: result: /usr/bin/ps2pdf configure:4144: checking for egrep configure:4154: result: grep -E configure:4161: using internal version of MarkDown configure:4258: checking for ranlib configure:4274: found /usr/bin/ranlib configure:4285: result: ranlib configure:4297: checking for a sed that does not truncate output configure:4351: result: /bin/sed configure:4366: checking for style of include used by make configure:4394: result: GNU configure:4465: checking for gcc configure:4481: found /usr/bin/gcc configure:4491: result: gcc configure:4735: checking for C compiler version configure:4738: gcc --version </dev/null >&5 gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) Copyright (C) 2003 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. configure:4741: $? = 0 configure:4743: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-13) configure:4746: $? = 0 configure:4748: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:4751: $? = 1 configure:4774: checking for C compiler default output file name configure:4777: gcc conftest.c >&5 configure:4780: $? = 0 configure:4826: result: a.out configure:4831: checking whether the C compiler works configure:4837: ./a.out configure:4840: $? = 0 configure:4857: result: yes configure:4864: checking whether we are cross compiling configure:4866: result: no configure:4869: checking for suffix of executables configure:4871: gcc -o conftest conftest.c >&5 configure:4874: $? = 0 configure:4899: result: configure:4905: checking for suffix of object files configure:4926: gcc -c conftest.c >&5 configure:4929: $? = 0 configure:4951: result: o configure:4955: checking whether we are using the GNU C compiler configure:4979: gcc -c conftest.c >&5 configure:4985: $? = 0 configure:4989: test -z || test ! -s conftest.err configure:4992: $? = 0 configure:4995: test -s conftest.o configure:4998: $? = 0 configure:5011: result: yes configure:5017: checking whether gcc accepts -g configure:5038: gcc -c -g conftest.c >&5 configure:5044: $? = 0 configure:5048: test -z || test ! -s conftest.err configure:5051: $? = 0 configure:5054: test -s conftest.o configure:5057: $? = 0 configure:5068: result: yes configure:5085: checking for gcc option to accept ANSI C configure:5155: gcc -c conftest.c >&5 configure:5161: $? = 0 configure:5165: test -z || test ! -s conftest.err configure:5168: $? = 0 configure:5171: test -s conftest.o configure:5174: $? = 0 configure:5192: result: none needed configure:5210: gcc -c conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:5216: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:5351: checking dependency style of gcc configure:5441: result: none configure:5469: checking for ld used by gcc configure:5536: result: /usr/bin/ld configure:5545: checking if the linker (/usr/bin/ld) is GNU ld configure:5560: result: yes configure:5567: checking for ar configure:5585: found /usr/bin/ar configure:5598: result: /usr/bin/ar configure:5634: checking for sed configure:5679: result: /bin/sed configure:5719: checking how to run the C preprocessor configure:5754: gcc -E conftest.c configure:5760: $? = 0 configure:5792: gcc -E conftest.c conftest.c:17:28: ac_nonexistent.h: No such file or directory configure:5798: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ABINIT" | #define PACKAGE_TARNAME "abinit" | #define PACKAGE_VERSION "5.3.3" | #define PACKAGE_STRING "ABINIT 5.3.3" | #define PACKAGE_BUGREPORT "pouillon@pcpm.ucl.ac.be" | #define PACKAGE "abinit" | #define VERSION "5.3.3" | #define ABINIT_VERSION "5.3.3" | #define ABINIT_VERSION_MAJOR "5" | #define ABINIT_VERSION_MINOR "3" | #define ABINIT_VERSION_MICRO "3" | #define ABINIT_VERSION_BUILD "20070307" | #define ABINIT_VERSION_BASE "5.3" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5837: result: gcc -E configure:5861: gcc -E conftest.c configure:5867: $? = 0 configure:5899: gcc -E conftest.c conftest.c:17:28: ac_nonexistent.h: No such file or directory configure:5905: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ABINIT" | #define PACKAGE_TARNAME "abinit" | #define PACKAGE_VERSION "5.3.3" | #define PACKAGE_STRING "ABINIT 5.3.3" | #define PACKAGE_BUGREPORT "pouillon@pcpm.ucl.ac.be" | #define PACKAGE "abinit" | #define VERSION "5.3.3" | #define ABINIT_VERSION "5.3.3" | #define ABINIT_VERSION_MAJOR "5" | #define ABINIT_VERSION_MINOR "3" | #define ABINIT_VERSION_MICRO "3" | #define ABINIT_VERSION_BUILD "20070307" | #define ABINIT_VERSION_BASE "5.3" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5952: checking for the true C preprocessor configure:6001: result: /lib/cpp configure:6004: checking for C preprocessor options configure:6017: result: -P -std=c89 configure:6112: checking for gcc configure:6138: result: gcc configure:6382: checking for C compiler version configure:6385: gcc --version </dev/null >&5 gcc (GCC) 3.3.5 (Debian 1:3.3.5-13) Copyright (C) 2003 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. configure:6388: $? = 0 configure:6390: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-13) configure:6393: $? = 0 configure:6395: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:6398: $? = 1 configure:6401: checking whether we are using the GNU C compiler configure:6457: result: yes configure:6463: checking whether gcc accepts -g configure:6514: result: yes configure:6531: checking for gcc option to accept ANSI C configure:6638: result: none needed configure:6656: gcc -c conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:6662: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:6797: checking dependency style of gcc configure:6887: result: none configure:6910: checking if we are using the GNU C compiler configure:6934: result: yes configure:7114: checking whether byte ordering is bigendian configure:7141: gcc -c conftest.c >&5 configure:7147: $? = 0 configure:7151: test -z || test ! -s conftest.err configure:7154: $? = 0 configure:7157: test -s conftest.o configure:7160: $? = 0 configure:7184: gcc -c conftest.c >&5 conftest.c: In function `main': conftest.c:25: error: `not' undeclared (first use in this function) conftest.c:25: error: (Each undeclared identifier is reported only once conftest.c:25: error: for each function it appears in.) conftest.c:25: error: syntax error before "big" configure:7190: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ABINIT" | #define PACKAGE_TARNAME "abinit" | #define PACKAGE_VERSION "5.3.3" | #define PACKAGE_STRING "ABINIT 5.3.3" | #define PACKAGE_BUGREPORT "pouillon@pcpm.ucl.ac.be" | #define PACKAGE "abinit" | #define VERSION "5.3.3" | #define ABINIT_VERSION "5.3.3" | #define ABINIT_VERSION_MAJOR "5" | #define ABINIT_VERSION_MINOR "3" | #define ABINIT_VERSION_MICRO "3" | #define ABINIT_VERSION_BUILD "20070307" | #define ABINIT_VERSION_BASE "5.3" | #define GNU_CC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:7325: result: no configure:7349: applying C compiler tricks (type: gnu, version: 3.3.5) configure:7487: checking for g++ configure:7503: found /usr/bin/g++ configure:7513: result: g++ configure:7529: checking for C++ compiler version configure:7532: g++ --version </dev/null >&5 g++ (GCC) 3.3.5 (Debian 1:3.3.5-13) Copyright (C) 2003 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. configure:7535: $? = 0 configure:7537: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux Thread model: posix gcc version 3.3.5 (Debian 1:3.3.5-13) configure:7540: $? = 0 configure:7542: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:7545: $? = 1 configure:7548: checking whether we are using the GNU C++ compiler configure:7572: g++ -c conftest.cc >&5 configure:7578: $? = 0 configure:7582: test -z || test ! -s conftest.err configure:7585: $? = 0 configure:7588: test -s conftest.o configure:7591: $? = 0 configure:7604: result: yes configure:7610: checking whether g++ accepts -g configure:7631: g++ -c -g conftest.cc >&5 configure:7637: $? = 0 configure:7641: test -z || test ! -s conftest.err configure:7644: $? = 0 configure:7647: test -s conftest.o configure:7650: $? = 0 configure:7661: result: yes configure:7703: g++ -c conftest.cc >&5 configure:7709: $? = 0 configure:7713: test -z || test ! -s conftest.err configure:7716: $? = 0 configure:7719: test -s conftest.o configure:7722: $? = 0 configure:7748: g++ -c conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:22: error: `exit' undeclared (first use this function) conftest.cc:22: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:7754: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "ABINIT" | #define PACKAGE_TARNAME "abinit" | #define PACKAGE_VERSION "5.3.3" | #define PACKAGE_STRING "ABINIT 5.3.3" | #define PACKAGE_BUGREPORT "pouillon@pcpm.ucl.ac.be" | #define PACKAGE "abinit" | #define VERSION "5.3.3" | #define ABINIT_VERSION "5.3.3" | #define ABINIT_VERSION_MAJOR "5" | #define ABINIT_VERSION_MINOR "3" | #define ABINIT_VERSION_MICRO "3" | #define ABINIT_VERSION_BUILD "20070307" | #define ABINIT_VERSION_BASE "5.3" | #define GNU_CC 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:7703: g++ -c conftest.cc >&5 configure:7709: $? = 0 configure:7713: test -z || test ! -s conftest.err configure:7716: $? = 0 configure:7719: test -s conftest.o configure:7722: $? = 0 configure:7748: g++ -c conftest.cc >&5 configure:7754: $? = 0 configure:7758: test -z || test ! -s conftest.err configure:7761: $? = 0 configure:7764: test -s conftest.o configure:7767: $? = 0 configure:7792: checking dependency style of g++ configure:7882: result: none configure:7905: checking if we are using the GNU C++ compiler configure:7930: result: yes configure:8111: applying C++ compiler tricks (type: gnu, version: 3.3.5) configure:8285: checking for Fortran compiler version configure:8288: g95 --version </dev/null >&5 G95 (GCC 4.0.0 20050129 (experimental) (g95!) Feb 8 2005) Copyright (C) 2002 Free Software Foundation, Inc. G95 comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of G95 under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:8291: $? = 0 configure:8293: g95 -v </dev/null >&5 Using built-in specs. Configured with: /home/andy/g95.build/linux/gcc.linux/configure --enable-languages=c Thread model: posix gcc version 4.0.0 20050129 (experimental) (g95!) Feb 8 2005 configure:8296: $? = 0 configure:8298: g95 -V </dev/null >&5 g95: '-V' option must have argument configure:8301: $? = 1 configure:8309: checking whether we are using the GNU Fortran compiler configure:8323: g95 -c conftest.F >&5 In file conftest.F:4 choke me 1 Error: Unclassifiable statement at (1) configure:8329: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:8355: result: no configure:8361: checking whether g95 accepts -g configure:8373: g95 -c -g conftest.f >&5 configure:8379: $? = 0 configure:8383: test -z || test ! -s conftest.err configure:8386: $? = 0 configure:8389: test -s conftest.o configure:8392: $? = 0 configure:8404: result: yes configure:8438: checking if we are using the G95 Fortran compiler configure:8466: result: yes configure:8818: applying Fortran compiler tricks (type: g95, version: 4.0.0) configure:8927: checking whether the Fortran compiler accepts exit() configure:8943: g95 -o conftest conftest.F90 >&5 configure:8949: $? = 0 configure:8953: test -z || test ! -s conftest.err configure:8956: $? = 0 configure:8959: test -s conftest configure:8962: $? = 0 configure:8987: result: yes configure:9001: checking whether to activate Fortran interfaces configure:9010: result: yes configure:9139: applying optimizations for g95_fc/all/all configure:9217: enabling per-directory Fortran optimizations configure:10755: checking for a native MPI support configure:10773: g95 -o conftest conftest.F90 >&5 conftest.F90:4: error: mpif.h: No such file or directory /tmp/cciQDMlb.o(.text+0x14): In function `MAIN_': : undefined reference to `mpi_init__' /tmp/cciQDMlb.o(.text+0x1f): In function `MAIN_': : undefined reference to `mpi_finalize__' configure:10779: $? = 1 configure: failed program was: | program main | #include "mpif.h" | integer :: ierr | call mpi_init(ierr) | call mpi_finalize(ierr) | | end configure:10852: result: no configure:11144: checking whether to build parallel code configure:11146: result: no configure:11352: checking whether to use the BIGDFT library configure:11354: result: no configure:11387: checking whether to build the BIGDFT library configure:11389: result: no configure:11449: checking whether to use the LINALG library configure:11451: result: yes configure:11501: checking whether to build the LINALG library configure:11503: result: yes configure:11560: checking whether to use the NETCDF library configure:11562: result: no configure:11618: checking whether to build the NETCDF library configure:11620: result: no configure:11677: checking whether to use the ETSF_IO library configure:11679: result: no configure:11712: checking whether to build the ETSF_IO library configure:11714: result: no configure:11771: checking whether to use the ETSF_XC library configure:11773: result: no configure:11806: checking whether to build the ETSF_XC library configure:11808: result: no configure:11865: checking whether to use the XMLF90 library configure:11867: result: no configure:11900: checking whether to build the XMLF90 library configure:11902: result: no configure:11937: checking whether to use the FFTW library configure:11939: result: no configure:12232: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by ABINIT config.status 5.3.3, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on kff35 config.status:1053: creating config.mk config.status:1053: creating config.sh config.status:1053: creating src/defs/defs_infos.F90 config.status:1053: creating tests/tests.env config.status:1053: creating util/build/wrap-fc config.status:1053: creating Makefile config.status:1053: creating lib/Makefile config.status:1053: creating src/Makefile config.status:1053: creating lib/light/Makefile config.status:1053: creating lib/macroav/Makefile config.status:1053: creating lib/numeric/Makefile config.status:1053: creating lib/numericf90/Makefile config.status:1053: creating lib/linalg/Makefile config.status:1053: creating lib/netcdf/Makefile config.status:1053: creating lib/etsf_io/Makefile config.status:1053: creating lib/etsf_xc/Makefile config.status:1053: creating lib/xmlf90/Makefile config.status:1053: creating src/defs/Makefile config.status:1053: creating src/lib01fftnew/Makefile config.status:1053: creating src/lib01cg/Makefile config.status:1053: creating src/lib01hidempi/Makefile config.status:1053: creating src/00basis/Makefile config.status:1053: creating src/01manage_mpi/Makefile config.status:1053: creating src/11util/Makefile config.status:1053: creating src/11contract/Makefile config.status:1053: creating src/12spacepar/Makefile config.status:1053: creating src/12parser/Makefile config.status:1053: creating src/12geometry/Makefile config.status:1053: creating src/12ffts/Makefile config.status:1053: creating src/12nlstrain/Makefile config.status:1053: creating src/12poisson/Makefile config.status:1053: creating src/13xml/Makefile config.status:1053: creating src/13xc/Makefile config.status:1053: creating src/13recipspace/Makefile config.status:1053: creating src/13paw/Makefile config.status:1053: creating src/13iovars/Makefile config.status:1053: creating src/13nonlocal/Makefile config.status:1053: creating src/13psp/Makefile config.status:1053: creating src/13ionetcdf/Makefile config.status:1053: creating src/13io_mpi/Makefile config.status:1053: creating lib/bigdft/Makefile config.status:1053: creating src/14wfs/Makefile config.status:1053: creating src/14wvl_wfs/Makefile config.status:1053: creating src/14iowfdenpot/Makefile config.status:1053: creating src/14bader/Makefile config.status:1053: creating src/14occeig/Makefile config.status:1053: creating src/15common/Makefile config.status:1053: creating src/15gw/Makefile config.status:1053: creating src/15rsprc/Makefile config.status:1053: creating src/16response/Makefile config.status:1053: creating src/16geomoptim/Makefile config.status:1053: creating src/17suscep/Makefile config.status:1053: creating src/17lwf/Makefile config.status:1053: creating src/17ddb/Makefile config.status:1053: creating src/18seqpar/Makefile config.status:1053: creating src/19cut3d/Makefile config.status:1053: creating src/21paral_md/Makefile config.status:1053: creating src/21drive/Makefile config.status:1053: creating src/main/Makefile config.status:1053: creating bin/Makefile config.status:1053: creating doc/Makefile config.status:1053: creating tests/Makefile config.status:1053: creating vms/Makefile config.status:1150: creating config.h config.status:1444: executing depfiles commands config.status:1444: executing build-exec commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_build_alias=i686-pc-linux-gnu ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set=set ac_cv_env_FC_value=g95 ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_fc_compiler_gnu=no ac_cv_host=i686-pc-linux-gnu ac_cv_host_alias=i686-pc-linux-gnu ac_cv_objext=o ac_cv_path_AR=/usr/bin/ar ac_cv_path_BOURNE_SHELL=/bin/sh ac_cv_path_DVI2PDF=/usr/bin/dvipdf ac_cv_path_DVI2PS=/usr/bin/dvips ac_cv_path_LATEX=/usr/bin/latex ac_cv_path_MARKDOWN=/usr/bin/markdown ac_cv_path_MV=/bin/mv ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PS2PDF=/usr/bin/ps2pdf ac_cv_path_PYTHON=/usr/bin/python ac_cv_path_RM=/bin/rm ac_cv_path_TAR=/bin/tar ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_fc_g=yes ac_cv_prog_make_make_set=yes ac_cv_target=i686-pc-linux-gnu ac_cv_target_alias=i686-pc-linux-gnu am_cv_CC_dependencies_compiler_type=none am_cv_CXX_dependencies_compiler_type=none lt_cv_path_LD=/usr/bin/ld lt_cv_path_SED=/bin/sed lt_cv_prog_gnu_ld=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ABINIT_BINARY_PACKAGE='abinit-5.3.3_i686_linux_g95' ABINIT_TARGET='i686_linux_g95' ABINIT_VERSION='5.3.3' ABINIT_VERSION_BASE='5.3' ABINIT_VERSION_BUILD='20070307' ABINIT_VERSION_MAJOR='5' ABINIT_VERSION_MICRO='3' ABINIT_VERSION_MINOR='3' ACLOCAL='${SHELL} /home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/missing --run tar' AR='/usr/bin/ar' ARFLAGS_64BITS='' AUTOCONF='${SHELL} /home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/missing --run autoconf' AUTOHEADER='${SHELL} /home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/missing --run autoheader' AUTOMAKE='${SHELL} /home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/missing --run automake-1.9' AWK='gawk' BOURNE_SHELL='/bin/sh' CC='gcc' CCDEPMODE='depmode=none' CC_LDFLAGS_OPT='' CFLAGS=' ' CFLAGS_64BITS='' CFLAGS_BIGDFT=' ' CFLAGS_ETSF_IO=' ' CFLAGS_ETSF_XC=' ' CFLAGS_LINALG=' ' CFLAGS_NETCDF=' ' CFLAGS_OPT='' CFLAGS_XMLF90=' ' CPP='gcc -E' CPPFLAGS=' ' CPPFLAGS_64BITS='' CPPFLAGS_BIGDFT=' ' CPPFLAGS_ETSF_IO=' ' CPPFLAGS_ETSF_XC=' ' CPPFLAGS_LINALG=' ' CPPFLAGS_NETCDF=' ' CPPFLAGS_OPT='' CPPFLAGS_XMLF90=' ' CXX='g++' CXXDEPMODE='depmode=none' CXXFLAGS=' ' CXXFLAGS_64BITS='' CXXFLAGS_BIGDFT=' ' CXXFLAGS_ETSF_IO=' ' CXXFLAGS_ETSF_XC=' ' CXXFLAGS_LINALG=' ' CXXFLAGS_NETCDF=' ' CXXFLAGS_OPT='' CXXFLAGS_XMLF90=' ' CXX_LDFLAGS_OPT='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DO_BUILD_BIGDFT_FALSE='' DO_BUILD_BIGDFT_TRUE='#' DO_BUILD_ETSF_IO_FALSE='' DO_BUILD_ETSF_IO_TRUE='#' DO_BUILD_ETSF_XC_FALSE='' DO_BUILD_ETSF_XC_TRUE='#' DO_BUILD_LINALG_FALSE='#' DO_BUILD_LINALG_TRUE='' DO_BUILD_NETCDF_FALSE='' DO_BUILD_NETCDF_TRUE='#' DO_BUILD_PARALLEL_FALSE='' DO_BUILD_PARALLEL_TRUE='#' DO_BUILD_XMLF90_FALSE='' DO_BUILD_XMLF90_TRUE='#' DO_ENABLE_BIGDFT_FALSE='' DO_ENABLE_BIGDFT_TRUE='#' DO_ENABLE_ETSF_IO_FALSE='' DO_ENABLE_ETSF_IO_TRUE='#' DO_ENABLE_ETSF_XC_FALSE='' DO_ENABLE_ETSF_XC_TRUE='#' DO_ENABLE_LINALG_FALSE='#' DO_ENABLE_LINALG_TRUE='' DO_ENABLE_NETCDF_FALSE='' DO_ENABLE_NETCDF_TRUE='#' DO_ENABLE_XMLF90_FALSE='' DO_ENABLE_XMLF90_TRUE='#' DVI2PDF='/usr/bin/dvipdf' DVI2PS='/usr/bin/dvips' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXTRA_CC_LDFLAGS='' EXTRA_CFLAGS='' EXTRA_CPPFLAGS='' EXTRA_CXXFLAGS='' EXTRA_CXX_LDFLAGS='' EXTRA_FCFLAGS=' -fno-second-underscore' EXTRA_FC_LDFLAGS='' F77='g95' FC='g95' FCFLAGS=' -fno-second-underscore' FCFLAGS_64BITS='' FCFLAGS_BIGDFT=' -fno-second-underscore -O2' FCFLAGS_ETSF_IO=' -fno-second-underscore -O2' FCFLAGS_ETSF_XC=' -fno-second-underscore -O2' FCFLAGS_FIXEDFORM='' FCFLAGS_FREEFORM='' FCFLAGS_LINALG=' -fno-second-underscore -O2' FCFLAGS_NETCDF=' -fsecond-underscore -O2' FCFLAGS_OPT='-O2' FCFLAGS_XMLF90=' -fno-second-underscore -O2' FCLIBS='' FC_LDFLAGS=' ' FC_LDFLAGS_OPT='' FC_NOWRAP='g95' FFLAGS=' -fno-second-underscore' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LATEX='/usr/bin/latex' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' LTXFLAGS='' MAKEINFO='${SHELL} /home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/missing --run makeinfo' MARKDOWN='/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/bin/markdown' MDFLAGS='' MPI_CC='' MPI_CC_LDFLAGS='' MPI_CFLAGS=' ' MPI_CPP='' MPI_CPPFLAGS=' ' MPI_CXX='' MPI_CXXFLAGS=' ' MPI_CXX_LDFLAGS='' MPI_FC='' MPI_FCFLAGS=' -fno-second-underscore ' MPI_FC_LDFLAGS='' MPI_RUN='' MV='/bin/mv' OBJEXT='o' PACKAGE='abinit' PACKAGE_BUGREPORT='pouillon@pcpm.ucl.ac.be' PACKAGE_NAME='ABINIT' PACKAGE_STRING='ABINIT 5.3.3' PACKAGE_TARNAME='abinit' PACKAGE_VERSION='5.3.3' PATH_SEPARATOR=':' PDFFLAGS='' PERL='/usr/bin/perl' PS2PDF='/usr/bin/ps2pdf' PYTHON='/usr/bin/python' RANLIB='ranlib' RM='/bin/rm' SED='/bin/sed' SEQ_FC='g95' SET_MAKE='' SHELL='/bin/sh' STRIP='' TAR='/bin/tar' TRUE_CPP='/lib/cpp' TRUE_CPPFLAGS='-P -std=c89' VERSION='5.3.3' abi_cpu_64bits='unknown' abi_cpu_model='unknown' abinit_bindir='/opt/etsf/abinit/5.3/bin' abinit_builddir='/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop' abinit_chkdir='/opt/etsf/abinit/5.3/tests' abinit_datdir='/opt/etsf/abinit' abinit_docdir='/opt/etsf/abinit/5.3/doc' abinit_incdir='/opt/etsf/abinit/5.3/include' abinit_libdir='/opt/etsf/abinit/5.3/lib' abinit_mandir='/opt/etsf/abinit/man' abinit_prefix='/opt/etsf' abinit_rundir='/opt/etsf/abinit/bin' abinit_srcdir='/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/..' abinit_wwwdir='/opt/etsf/abinit/5.3/www' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_FC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bigdft_include='' bigdft_ldflags='' bigdft_pkg_name='bigdft-0.9' bigdft_pkg_string='BigDFT 0.9 (upstream release)' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_bigdft='no' build_cpu='i686' build_etsf_io='no' build_etsf_xc='no' build_linalg='yes' build_netcdf='no' build_os='linux-gnu' build_vendor='pc' build_xmlf90='no' cc_type='gnu' cc_version='3.3.5' cxx_type='gnu' cxx_version='3.3.5' datadir='${prefix}/share' enable_64bit_flags='no' enable_bigdft='no' enable_config_file='yes' enable_debug='no' enable_etsf_io='no' enable_etsf_xc='no' enable_extlibs='yes' enable_fc_wrapper='' enable_fftw='no' enable_fftw_threads='no' enable_fortran_interfaces='yes' enable_linalg='yes' enable_mpi='no' enable_mpi_fft='no' enable_mpi_io='no' enable_mpi_trace='no' enable_netcdf='no' enable_smart_config='no' enable_stdin='yes' enable_tricks='yes' enable_xmlf90='no' etsf_io_include='' etsf_io_ldflags='' etsf_io_pkg_name='etsf_io-0.7' etsf_io_pkg_string='Nanoquanta/ETSF I/O library (preliminary version)' etsf_xc_include='' etsf_xc_ldflags='' etsf_xc_pkg_name='etsf_xc-0.9' etsf_xc_pkg_string='Nanoquanta/ETSF XC library 0.9 (hacked for ABINIT by Yann Pouillon)' exec_prefix='${prefix}' fc_type='g95' fc_version='4.0.0' fc_wrap='no' fcflags_opt_00basis='-O2' fcflags_opt_01manage_mpi='-O2' fcflags_opt_11contract='-O2' fcflags_opt_11util='-O2' fcflags_opt_12ffts='-O2' fcflags_opt_12geometry='-O2' fcflags_opt_12nlstrain='-O2' fcflags_opt_12parser='-O2' fcflags_opt_12poisson='-O2' fcflags_opt_12spacepar='-O2' fcflags_opt_13io_mpi='-O2' fcflags_opt_13ionetcdf='-O2' fcflags_opt_13iovars='-O2' fcflags_opt_13nonlocal='-O2' fcflags_opt_13paw='-O2' fcflags_opt_13psp='-O2' fcflags_opt_13recipspace='-O2' fcflags_opt_13xc='-O2' fcflags_opt_13xml='-O2' fcflags_opt_14bader='-O2' fcflags_opt_14iowfdenpot='-O2' fcflags_opt_14occeig='-O2' fcflags_opt_14wfs='-O2' fcflags_opt_14wvl_wfs='-O2' fcflags_opt_15common='-O2' fcflags_opt_15gw='-O2' fcflags_opt_15rsprc='-O2' fcflags_opt_16geomoptim='-O2' fcflags_opt_16response='-O2' fcflags_opt_17ddb='-O2' fcflags_opt_17lwf='-O2' fcflags_opt_17suscep='-O2' fcflags_opt_18seqpar='-O2' fcflags_opt_19cut3d='-O2' fcflags_opt_21drive='-O2' fcflags_opt_21paral_md='-O2' fcflags_opt_defs='-O2' fcflags_opt_lib01cg='-O2' fcflags_opt_lib01fftnew='-O2' fcflags_opt_lib01hidempi='-O2' fcflags_opt_light='-O2' fcflags_opt_macroav='-O2' fcflags_opt_main='-O2' fcflags_opt_numeric='-O2' fcflags_opt_numericf90='-O2' fftw_include='' fftw_ldflags='' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/yucj/ABINIT/Studio/abinit-5.3.3/config/gnu/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' light_include='' linalg_include='' linalg_ldflags='-L$(abinit_builddir)/lib/linalg -llinalg' linalg_pkg_name='lapack-pre_abinit_3.2' linalg_pkg_string='An old, robust, version of Lapack library (hacked for ABINIT by Yann Pouillon)' linalg_tricks_bypass='' localstatedir='${prefix}/var' macroav_include='' mandir='${prefix}/man' mkdir_p='mkdir -p --' mpi_native_run='' mpi_type='unknown' mpi_usable='no' netcdf_include='' netcdf_ldflags='' netcdf_pkg_name='netcdf-3.6.0-p1' netcdf_pkg_string='NetCDF 3.6.0-p1 (upstream release)' numeric_include='' numericf90_include='' oldincludedir='/usr/include' prefix='/opt/etsf' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='i686-pc-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='pc' with_bigdft_include='' with_bigdft_ldflags='' with_cc_ldflags='' with_cc_optflags='' with_config_file='' with_cppflags='' with_cxx_ldflags='' with_cxx_optflags='' with_etsf_io_include='' with_etsf_io_ldflags='' with_etsf_xc_include='' with_etsf_xc_ldflags='' with_fc_ldflags='' with_fc_optflags='' with_fftw_ldflags='' with_gnu_ld='yes' with_linalg_ldflags='' with_linalg_type='' with_mpi_cc='' with_mpi_cc_ldflags='' with_mpi_cflags='' with_mpi_cpp='' with_mpi_cppflags='' with_mpi_cxx='' with_mpi_cxx_ldflags='' with_mpi_cxxflags='' with_mpi_fc='' with_mpi_fc_ldflags='' with_mpi_fcflags='' with_mpi_prefix='' with_mpi_run='' with_netcdf_include='' with_netcdf_ldflags='' with_xmlf90_include='' with_xmlf90_ldflags='' xmlf90_include='' xmlf90_ldflags='' xmlf90_pkg_name='xmlf90-1.2g' xmlf90_pkg_string='XML Fortran 90 library 1.2g (hacked for ABINIT by Yann Pouillon)' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ABINIT_TARGET "i686_linux_g95" #define ABINIT_VERSION "5.3.3" #define ABINIT_VERSION_BASE "5.3" #define ABINIT_VERSION_BUILD "20070307" #define ABINIT_VERSION_MAJOR "5" #define ABINIT_VERSION_MICRO "3" #define ABINIT_VERSION_MINOR "3" #define FC_G95 1 #define FC_GNU 1 #define GNU_CC 1 #define GNU_CXX 1 #define HAVE_FORTRAN_EXIT 1 #define HAVE_FORTRAN_INTERFACES 1 #define HAVE_LINALG 1 #define PACKAGE "abinit" #define PACKAGE_BUGREPORT "pouillon@pcpm.ucl.ac.be" #define PACKAGE_NAME "ABINIT" #define PACKAGE_STRING "ABINIT 5.3.3" #define PACKAGE_TARNAME "abinit" #define PACKAGE_VERSION "5.3.3" #define VERSION "5.3.3" #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 0
make all-recursive make[1]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop' Making all in bin make[2]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/bin' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/bin' Making all in lib make[2]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib' Making all in light make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/light' g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o module.o ../../../lib/light/module.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o aluminum.o ../../../lib/light/aluminum.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o dens.o ../../../lib/light/dens.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o embedd.o ../../../lib/light/embedd.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o ener.o ../../../lib/light/ener.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o enerpot.o ../../../lib/light/enerpot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o forc.o ../../../lib/light/forc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o inicell.o ../../../lib/light/inicell.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o inipos.o ../../../lib/light/inipos.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o inivel.o ../../../lib/light/inivel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o lightweight.o ../../../lib/light/lightweight.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o move_li.o ../../../lib/light/move_li.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o output.o ../../../lib/light/output.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o readinput.o ../../../lib/light/readinput.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o screen.o ../../../lib/light/screen.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o testforce.o ../../../lib/light/testforce.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/light -I../.. -I../defs -I../../../lib/light/../defs -O2 -fno-second-underscore -c -o v.o ../../../lib/light/v.F90 rm -f liblight.a /usr/bin/ar cru liblight.a module.o aluminum.o dens.o embedd.o ener.o enerpot.o forc.o inicell.o inipos.o inivel.o lightweight.o move_li.o output.o readinput.o screen.o testforce.o v.o ranlib liblight.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/light' Making all in macroav make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/macroav' g95 -O2 -fno-second-underscore -c -o io.o ../../../lib/macroav/io.f g95 -O2 -fno-second-underscore -c -o iorho.o ../../../lib/macroav/iorho.f g95 -O2 -fno-second-underscore -c -o paste.o ../../../lib/macroav/paste.f g95 -O2 -fno-second-underscore -c -o numeric.o ../../../lib/macroav/numeric.f g95 -O2 -fno-second-underscore -c -o surpla.o ../../../lib/macroav/surpla.f g95 -O2 -fno-second-underscore -c -o thetaft.o ../../../lib/macroav/thetaft.f g95 -O2 -fno-second-underscore -c -o volcel.o ../../../lib/macroav/volcel.f rm -f libmacroav.a /usr/bin/ar cru libmacroav.a io.o iorho.o paste.o numeric.o surpla.o thetaft.o volcel.o ranlib libmacroav.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/macroav' Making all in numeric make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/numeric' g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o cgedi.o ../../../lib/numeric/cgedi.F g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o cgefa.o ../../../lib/numeric/cgefa.F g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o jacobi.o ../../../lib/numeric/jacobi.F g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o ludcmp.o ../../../lib/numeric/ludcmp.F g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o smooth.o ../../../lib/numeric/smooth.F g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o zgedi.o ../../../lib/numeric/zgedi.F g95 -DHAVE_CONFIG_H -I. -I../../../lib/numeric -I../.. -I../defs -I../../../lib/numeric/../defs -O2 -fno-second-underscore -c -o zgefa.o ../../../lib/numeric/zgefa.F rm -f libnumeric.a /usr/bin/ar cru libnumeric.a cgedi.o cgefa.o jacobi.o ludcmp.o smooth.o zgedi.o zgefa.o ranlib libnumeric.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/numeric' Making all in numericf90 make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/numericf90' g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o ass_leg_pol.o ../../../lib/numericf90/ass_leg_pol.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o coeffs_gausslegint.o ../../../lib/numericf90/coeffs_gausslegint.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o polyn_coeff.o ../../../lib/numericf90/polyn_coeff.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o sort_int.o ../../../lib/numericf90/sort_int.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o sort_dp.o ../../../lib/numericf90/sort_dp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o splfit.o ../../../lib/numericf90/splfit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o spline.o ../../../lib/numericf90/spline.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o splint.o ../../../lib/numericf90/splint.F90 g95 -DHAVE_CONFIG_H -I. -I../../../lib/numericf90 -I../.. -I../defs -I../../../lib/numericf90/../defs -O2 -fno-second-underscore -c -o uniformrandom.o ../../../lib/numericf90/uniformrandom.F90 rm -f libnumericf90.a /usr/bin/ar cru libnumericf90.a ass_leg_pol.o coeffs_gausslegint.o polyn_coeff.o sort_int.o sort_dp.o splfit.o spline.o splint.o uniformrandom.o ranlib libnumericf90.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/numericf90' Making all in linalg make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg' make -f ../../../lib/linalg/linalg.mk make[4]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg' tar xf /home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/../lib/linalg/lapack-pre_abinit_3.2.tar touch uncompress-stamp lapack-pre_abinit_3.2 has been uncompressed. touch configure-stamp lapack-pre_abinit_3.2 has been configured. cd blas && make FC="g95" FCFLAGS=" -fno-second-underscore -O2" make[5]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg/blas' g95 -O2 -fno-second-underscore -O2 -c caxpy.f g95 -O2 -fno-second-underscore -O2 -c ccopy.f g95 -O2 -fno-second-underscore -O2 -c cdotc.f g95 -O2 -fno-second-underscore -O2 -c cdotu.f g95 -O2 -fno-second-underscore -O2 -c cgbmv.f g95 -O2 -fno-second-underscore -O2 -c cgemm.f g95 -O2 -fno-second-underscore -O2 -c cgemv.f g95 -O2 -fno-second-underscore -O2 -c cgerc.f g95 -O2 -fno-second-underscore -O2 -c cgeru.f g95 -O2 -fno-second-underscore -O2 -c chbmv.f g95 -O2 -fno-second-underscore -O2 -c chemm.f g95 -O2 -fno-second-underscore -O2 -c chemv.f g95 -O2 -fno-second-underscore -O2 -c cher.f g95 -O2 -fno-second-underscore -O2 -c cher2.f g95 -O2 -fno-second-underscore -O2 -c cher2k.f g95 -O2 -fno-second-underscore -O2 -c cherk.f g95 -O2 -fno-second-underscore -O2 -c chpmv.f g95 -O2 -fno-second-underscore -O2 -c chpr.f g95 -O2 -fno-second-underscore -O2 -c chpr2.f g95 -O2 -fno-second-underscore -O2 -c crotg.f g95 -O2 -fno-second-underscore -O2 -c cscal.f g95 -O2 -fno-second-underscore -O2 -c cswap.f g95 -O2 -fno-second-underscore -O2 -c csymm.f g95 -O2 -fno-second-underscore -O2 -c csyr2k.f g95 -O2 -fno-second-underscore -O2 -c csyrk.f g95 -O2 -fno-second-underscore -O2 -c ctbmv.f g95 -O2 -fno-second-underscore -O2 -c ctbsv.f g95 -O2 -fno-second-underscore -O2 -c ctpmv.f g95 -O2 -fno-second-underscore -O2 -c ctpsv.f g95 -O2 -fno-second-underscore -O2 -c ctrmm.f g95 -O2 -fno-second-underscore -O2 -c ctrmv.f g95 -O2 -fno-second-underscore -O2 -c ctrsm.f g95 -O2 -fno-second-underscore -O2 -c ctrsv.f g95 -O2 -fno-second-underscore -O2 -c dasum.f g95 -O2 -fno-second-underscore -O2 -c daxpy.f g95 -O2 -fno-second-underscore -O2 -c dcabs1.f g95 -O2 -fno-second-underscore -O2 -c dcopy.f g95 -O2 -fno-second-underscore -O2 -c ddot.f g95 -O2 -fno-second-underscore -O2 -c dgbmv.f g95 -O2 -fno-second-underscore -O2 -c dgemm.f g95 -O2 -fno-second-underscore -O2 -c dgemv.f g95 -O2 -fno-second-underscore -O2 -c dger.f g95 -O2 -fno-second-underscore -O2 -c dnrm2.f g95 -O2 -fno-second-underscore -O2 -c drot.f g95 -O2 -fno-second-underscore -O2 -c drotm.f g95 -O2 -fno-second-underscore -O2 -c drotmg.f g95 -O2 -fno-second-underscore -O2 -c dsbmv.f g95 -O2 -fno-second-underscore -O2 -c dscal.f g95 -O2 -fno-second-underscore -O2 -c dsdot.f g95 -O2 -fno-second-underscore -O2 -c dspmv.f g95 -O2 -fno-second-underscore -O2 -c dspr.f g95 -O2 -fno-second-underscore -O2 -c dspr2.f g95 -O2 -fno-second-underscore -O2 -c dswap.f g95 -O2 -fno-second-underscore -O2 -c dsymm.f g95 -O2 -fno-second-underscore -O2 -c dsymv.f g95 -O2 -fno-second-underscore -O2 -c dsyr.f g95 -O2 -fno-second-underscore -O2 -c dsyr2.f g95 -O2 -fno-second-underscore -O2 -c dsyr2k.f g95 -O2 -fno-second-underscore -O2 -c dsyrk.f g95 -O2 -fno-second-underscore -O2 -c dtbmv.f g95 -O2 -fno-second-underscore -O2 -c dtbsv.f g95 -O2 -fno-second-underscore -O2 -c dtpmv.f g95 -O2 -fno-second-underscore -O2 -c dtpsv.f g95 -O2 -fno-second-underscore -O2 -c dtrmm.f g95 -O2 -fno-second-underscore -O2 -c dtrmv.f g95 -O2 -fno-second-underscore -O2 -c dtrsm.f g95 -O2 -fno-second-underscore -O2 -c dtrsv.f g95 -O2 -fno-second-underscore -O2 -c dzasum.f g95 -O2 -fno-second-underscore -O2 -c dznrm2.f g95 -O2 -fno-second-underscore -O2 -c icamax.f g95 -O2 -fno-second-underscore -O2 -c idamax.f g95 -O2 -fno-second-underscore -O2 -c isamax.f g95 -O2 -fno-second-underscore -O2 -c izamax.f g95 -O2 -fno-second-underscore -O2 -c lsame.f g95 -O2 -fno-second-underscore -O2 -c sasum.f g95 -O2 -fno-second-underscore -O2 -c saxpy.f g95 -O2 -fno-second-underscore -O2 -c scasum.f g95 -O2 -fno-second-underscore -O2 -c scnrm2.f g95 -O2 -fno-second-underscore -O2 -c scopy.f g95 -O2 -fno-second-underscore -O2 -c sdot.f g95 -O2 -fno-second-underscore -O2 -c sdsdot.f g95 -O2 -fno-second-underscore -O2 -c sgbmv.f g95 -O2 -fno-second-underscore -O2 -c sgemm.f g95 -O2 -fno-second-underscore -O2 -c sgemv.f g95 -O2 -fno-second-underscore -O2 -c sger.f g95 -O2 -fno-second-underscore -O2 -c snrm2.f g95 -O2 -fno-second-underscore -O2 -c srot.f g95 -O2 -fno-second-underscore -O2 -c srotm.f g95 -O2 -fno-second-underscore -O2 -c srotmg.f g95 -O2 -fno-second-underscore -O2 -c ssbmv.f g95 -O2 -fno-second-underscore -O2 -c sscal.f g95 -O2 -fno-second-underscore -O2 -c sspmv.f g95 -O2 -fno-second-underscore -O2 -c sspr.f g95 -O2 -fno-second-underscore -O2 -c sspr2.f g95 -O2 -fno-second-underscore -O2 -c sswap.f g95 -O2 -fno-second-underscore -O2 -c ssymm.f g95 -O2 -fno-second-underscore -O2 -c ssymv.f g95 -O2 -fno-second-underscore -O2 -c ssyr.f g95 -O2 -fno-second-underscore -O2 -c ssyr2.f g95 -O2 -fno-second-underscore -O2 -c ssyr2k.f g95 -O2 -fno-second-underscore -O2 -c ssyrk.f g95 -O2 -fno-second-underscore -O2 -c stbmv.f g95 -O2 -fno-second-underscore -O2 -c stbsv.f g95 -O2 -fno-second-underscore -O2 -c stpmv.f g95 -O2 -fno-second-underscore -O2 -c stpsv.f g95 -O2 -fno-second-underscore -O2 -c strmm.f g95 -O2 -fno-second-underscore -O2 -c strmv.f g95 -O2 -fno-second-underscore -O2 -c strsm.f g95 -O2 -fno-second-underscore -O2 -c strsv.f g95 -O2 -fno-second-underscore -O2 -c xerbla.f g95 -O2 -fno-second-underscore -O2 -c zaxpy.f g95 -O2 -fno-second-underscore -O2 -c zcopy.f g95 -O2 -fno-second-underscore -O2 -c zdotc.f g95 -O2 -fno-second-underscore -O2 -c zdotu.f g95 -O2 -fno-second-underscore -O2 -c zdrot.f g95 -O2 -fno-second-underscore -O2 -c zdscal.f g95 -O2 -fno-second-underscore -O2 -c zgbmv.f g95 -O2 -fno-second-underscore -O2 -c zgemm.f g95 -O2 -fno-second-underscore -O2 -c zgemv.f g95 -O2 -fno-second-underscore -O2 -c zgerc.f g95 -O2 -fno-second-underscore -O2 -c zgeru.f g95 -O2 -fno-second-underscore -O2 -c zhbmv.f g95 -O2 -fno-second-underscore -O2 -c zhemm.f g95 -O2 -fno-second-underscore -O2 -c zhemv.f g95 -O2 -fno-second-underscore -O2 -c zher.f g95 -O2 -fno-second-underscore -O2 -c zher2.f g95 -O2 -fno-second-underscore -O2 -c zher2k.f g95 -O2 -fno-second-underscore -O2 -c zherk.f g95 -O2 -fno-second-underscore -O2 -c zhpmv.f g95 -O2 -fno-second-underscore -O2 -c zhpr.f g95 -O2 -fno-second-underscore -O2 -c zhpr2.f g95 -O2 -fno-second-underscore -O2 -c zrotg.f g95 -O2 -fno-second-underscore -O2 -c zscal.f g95 -O2 -fno-second-underscore -O2 -c zswap.f g95 -O2 -fno-second-underscore -O2 -c zsymm.f g95 -O2 -fno-second-underscore -O2 -c zsyr2k.f g95 -O2 -fno-second-underscore -O2 -c zsyrk.f g95 -O2 -fno-second-underscore -O2 -c ztbmv.f g95 -O2 -fno-second-underscore -O2 -c ztbsv.f g95 -O2 -fno-second-underscore -O2 -c ztpmv.f g95 -O2 -fno-second-underscore -O2 -c ztpsv.f g95 -O2 -fno-second-underscore -O2 -c ztrmm.f g95 -O2 -fno-second-underscore -O2 -c ztrmv.f g95 -O2 -fno-second-underscore -O2 -c ztrsm.f g95 -O2 -fno-second-underscore -O2 -c ztrsv.f BLAS objects have been built. make[5]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg/blas' cd lapack && make FC="g95" FCFLAGS=" -fno-second-underscore -O2" make[5]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg/lapack' g95 -O2 -fno-second-underscore -O2 -c cgetf2.f g95 -O2 -fno-second-underscore -O2 -c cgetrf.f g95 -O2 -fno-second-underscore -O2 -c cgetri.f g95 -O2 -fno-second-underscore -O2 -c chpev.f g95 -O2 -fno-second-underscore -O2 -c chptrd.f g95 -O2 -fno-second-underscore -O2 -c cladiv.f g95 -O2 -fno-second-underscore -O2 -c clanhp.f g95 -O2 -fno-second-underscore -O2 -c clarf.f g95 -O2 -fno-second-underscore -O2 -c clarfg.f g95 -O2 -fno-second-underscore -O2 -c clasr.f g95 -O2 -fno-second-underscore -O2 -c classq.f g95 -O2 -fno-second-underscore -O2 -c claswp.f g95 -O2 -fno-second-underscore -O2 -c clazro.f g95 -O2 -fno-second-underscore -O2 -c csteqr.f g95 -O2 -fno-second-underscore -O2 -c ctrti2.f g95 -O2 -fno-second-underscore -O2 -c ctrtri.f g95 -O2 -fno-second-underscore -O2 -c cung2l.f g95 -O2 -fno-second-underscore -O2 -c cung2r.f g95 -O2 -fno-second-underscore -O2 -c cupgtr.f g95 -O2 -fno-second-underscore -O2 -c dbdsqr.f g95 -O2 -fno-second-underscore -O2 -c dgebd2.f g95 -O2 -fno-second-underscore -O2 -c dgebrd.f g95 -O2 -fno-second-underscore -O2 -c dgelq2.f g95 -O2 -fno-second-underscore -O2 -c dgelqf.f g95 -O2 -fno-second-underscore -O2 -c dgelss.f g95 -O2 -fno-second-underscore -O2 -c dgeqr2.f g95 -O2 -fno-second-underscore -O2 -c dgeqrf.f g95 -O2 -fno-second-underscore -O2 -c dgetf2.f g95 -O2 -fno-second-underscore -O2 -c dgetrf.f g95 -O2 -fno-second-underscore -O2 -c dgetri.f g95 -O2 -fno-second-underscore -O2 -c dlabad.f g95 -O2 -fno-second-underscore -O2 -c dlabrd.f g95 -O2 -fno-second-underscore -O2 -c dlacpy.f g95 -O2 -fno-second-underscore -O2 -c dladiv.f g95 -O2 -fno-second-underscore -O2 -c dlae2.f g95 -O2 -fno-second-underscore -O2 -c dlaebz.f g95 -O2 -fno-second-underscore -O2 -c dlaev2.f g95 -O2 -fno-second-underscore -O2 -c dlagtf.f g95 -O2 -fno-second-underscore -O2 -c dlagts.f g95 -O2 -fno-second-underscore -O2 -c dlamch.f g95 -O2 -fno-second-underscore -O2 -c dlange.f g95 -O2 -fno-second-underscore -O2 -c dlanst.f g95 -O2 -fno-second-underscore -O2 -c dlansy.f g95 -O2 -fno-second-underscore -O2 -c dlapy2.f g95 -O2 -fno-second-underscore -O2 -c dlapy3.f g95 -O2 -fno-second-underscore -O2 -c dlarf.f g95 -O2 -fno-second-underscore -O2 -c dlarfb.f g95 -O2 -fno-second-underscore -O2 -c dlarfg.f g95 -O2 -fno-second-underscore -O2 -c dlarft.f g95 -O2 -fno-second-underscore -O2 -c dlarnv.f g95 -O2 -fno-second-underscore -O2 -c dlartg.f g95 -O2 -fno-second-underscore -O2 -c dlaruv.f g95 -O2 -fno-second-underscore -O2 -c dlas2.f g95 -O2 -fno-second-underscore -O2 -c dlascl.f g95 -O2 -fno-second-underscore -O2 -c dlaset.f g95 -O2 -fno-second-underscore -O2 -c dlasq1.f g95 -O2 -fno-second-underscore -O2 -c dlasq2.f g95 -O2 -fno-second-underscore -O2 -c dlasq3.f g95 -O2 -fno-second-underscore -O2 -c dlasq4.f g95 -O2 -fno-second-underscore -O2 -c dlasq5.f g95 -O2 -fno-second-underscore -O2 -c dlasq6.f g95 -O2 -fno-second-underscore -O2 -c dlasr.f g95 -O2 -fno-second-underscore -O2 -c dlasrt.f g95 -O2 -fno-second-underscore -O2 -c dlassq.f g95 -O2 -fno-second-underscore -O2 -c dlasv2.f g95 -O2 -fno-second-underscore -O2 -c dlaswp.f g95 -O2 -fno-second-underscore -O2 -c dlasyf.f g95 -O2 -fno-second-underscore -O2 -c dlatrd.f g95 -O2 -fno-second-underscore -O2 -c dorg2l.f g95 -O2 -fno-second-underscore -O2 -c dorg2r.f g95 -O2 -fno-second-underscore -O2 -c dorgbr.f g95 -O2 -fno-second-underscore -O2 -c dorgl2.f g95 -O2 -fno-second-underscore -O2 -c dorglq.f g95 -O2 -fno-second-underscore -O2 -c dorgql.f g95 -O2 -fno-second-underscore -O2 -c dorgqr.f g95 -O2 -fno-second-underscore -O2 -c dorgtr.f g95 -O2 -fno-second-underscore -O2 -c dorm2r.f g95 -O2 -fno-second-underscore -O2 -c dormbr.f g95 -O2 -fno-second-underscore -O2 -c dorml2.f g95 -O2 -fno-second-underscore -O2 -c dormlq.f g95 -O2 -fno-second-underscore -O2 -c dormqr.f g95 -O2 -fno-second-underscore -O2 -c dposv.f g95 -O2 -fno-second-underscore -O2 -c dpotf2.f g95 -O2 -fno-second-underscore -O2 -c dpotrf.f g95 -O2 -fno-second-underscore -O2 -c dpotrs.f g95 -O2 -fno-second-underscore -O2 -c drscl.f g95 -O2 -fno-second-underscore -O2 -c dstebz.f g95 -O2 -fno-second-underscore -O2 -c dsteqr.f g95 -O2 -fno-second-underscore -O2 -c dsterf.f g95 -O2 -fno-second-underscore -O2 -c dsyev.f g95 -O2 -fno-second-underscore -O2 -c dsygs2.f g95 -O2 -fno-second-underscore -O2 -c dsygst.f g95 -O2 -fno-second-underscore -O2 -c dsygv.f g95 -O2 -fno-second-underscore -O2 -c dsysv.f g95 -O2 -fno-second-underscore -O2 -c dsytd2.f g95 -O2 -fno-second-underscore -O2 -c dsytf2.f g95 -O2 -fno-second-underscore -O2 -c dsytrd.f g95 -O2 -fno-second-underscore -O2 -c dsytrf.f g95 -O2 -fno-second-underscore -O2 -c dsytrs.f g95 -O2 -fno-second-underscore -O2 -c dtrti2.f g95 -O2 -fno-second-underscore -O2 -c dtrtri.f g95 -O2 -fno-second-underscore -O2 -c ieeeck.f g95 -O2 -fno-second-underscore -O2 -c ilaenv.f g95 -O2 -fno-second-underscore -O2 -c lsame.f g95 -O2 -fno-second-underscore -O2 -c sladiv.f g95 -O2 -fno-second-underscore -O2 -c slae2.f g95 -O2 -fno-second-underscore -O2 -c slaev2.f g95 -O2 -fno-second-underscore -O2 -c slamch.f g95 -O2 -fno-second-underscore -O2 -c slapy2.f g95 -O2 -fno-second-underscore -O2 -c slapy3.f g95 -O2 -fno-second-underscore -O2 -c slartg.f g95 -O2 -fno-second-underscore -O2 -c ssterf.f g95 -O2 -fno-second-underscore -O2 -c xerbla.f g95 -O2 -fno-second-underscore -O2 -c zbdsqr.f g95 -O2 -fno-second-underscore -O2 -c zdrot.f g95 -O2 -fno-second-underscore -O2 -c zgebd2.f g95 -O2 -fno-second-underscore -O2 -c zgebrd.f g95 -O2 -fno-second-underscore -O2 -c zgelq2.f g95 -O2 -fno-second-underscore -O2 -c zgelqf.f g95 -O2 -fno-second-underscore -O2 -c zgeqr2.f g95 -O2 -fno-second-underscore -O2 -c zgeqrf.f g95 -O2 -fno-second-underscore -O2 -c zgesv.f g95 -O2 -fno-second-underscore -O2 -c zgesvd.f g95 -O2 -fno-second-underscore -O2 -c zgetf2.f g95 -O2 -fno-second-underscore -O2 -c zgetrf.f g95 -O2 -fno-second-underscore -O2 -c zgetrs.f g95 -O2 -fno-second-underscore -O2 -c zheev.f g95 -O2 -fno-second-underscore -O2 -c zhegs2.f g95 -O2 -fno-second-underscore -O2 -c zhegst.f g95 -O2 -fno-second-underscore -O2 -c zhegv.f g95 -O2 -fno-second-underscore -O2 -c zhetd2.f g95 -O2 -fno-second-underscore -O2 -c zhetrd.f g95 -O2 -fno-second-underscore -O2 -c zhpev.f g95 -O2 -fno-second-underscore -O2 -c zhpevx.f g95 -O2 -fno-second-underscore -O2 -c zhpgst.f g95 -O2 -fno-second-underscore -O2 -c zhpgv.f g95 -O2 -fno-second-underscore -O2 -c zhptrd.f g95 -O2 -fno-second-underscore -O2 -c zlabrd.f g95 -O2 -fno-second-underscore -O2 -c zlacgv.f g95 -O2 -fno-second-underscore -O2 -c zlacpy.f g95 -O2 -fno-second-underscore -O2 -c zladiv.f g95 -O2 -fno-second-underscore -O2 -c zlange.f g95 -O2 -fno-second-underscore -O2 -c zlanhe.f g95 -O2 -fno-second-underscore -O2 -c zlanhp.f g95 -O2 -fno-second-underscore -O2 -c zlarf.f g95 -O2 -fno-second-underscore -O2 -c zlarfb.f g95 -O2 -fno-second-underscore -O2 -c zlarfg.f g95 -O2 -fno-second-underscore -O2 -c zlarft.f g95 -O2 -fno-second-underscore -O2 -c zlascl.f g95 -O2 -fno-second-underscore -O2 -c zlaset.f g95 -O2 -fno-second-underscore -O2 -c zlasr.f g95 -O2 -fno-second-underscore -O2 -c zlassq.f g95 -O2 -fno-second-underscore -O2 -c zlaswp.f g95 -O2 -fno-second-underscore -O2 -c zlatrd.f g95 -O2 -fno-second-underscore -O2 -c zlazro.f g95 -O2 -fno-second-underscore -O2 -c zpotf2.f g95 -O2 -fno-second-underscore -O2 -c zpotrf.f g95 -O2 -fno-second-underscore -O2 -c zpptrf.f g95 -O2 -fno-second-underscore -O2 -c zstein.f g95 -O2 -fno-second-underscore -O2 -c zsteqr.f g95 -O2 -fno-second-underscore -O2 -c zung2l.f g95 -O2 -fno-second-underscore -O2 -c zung2r.f g95 -O2 -fno-second-underscore -O2 -c zungbr.f g95 -O2 -fno-second-underscore -O2 -c zungl2.f g95 -O2 -fno-second-underscore -O2 -c zunglq.f g95 -O2 -fno-second-underscore -O2 -c zungql.f g95 -O2 -fno-second-underscore -O2 -c zungqr.f g95 -O2 -fno-second-underscore -O2 -c zungtr.f g95 -O2 -fno-second-underscore -O2 -c zunm2r.f g95 -O2 -fno-second-underscore -O2 -c zunmbr.f g95 -O2 -fno-second-underscore -O2 -c zunml2.f g95 -O2 -fno-second-underscore -O2 -c zunmlq.f g95 -O2 -fno-second-underscore -O2 -c zunmqr.f g95 -O2 -fno-second-underscore -O2 -c zupgtr.f g95 -O2 -fno-second-underscore -O2 -c zupmtr.f BLAS objects have been built. make[5]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg/lapack' /usr/bin/ar rv liblinalg.a blas/*.o lapack/*.o a - blas/caxpy.o a - blas/ccopy.o a - blas/cdotc.o a - blas/cdotu.o a - blas/cgbmv.o a - blas/cgemm.o a - blas/cgemv.o a - blas/cgerc.o a - blas/cgeru.o a - blas/chbmv.o a - blas/chemm.o a - blas/chemv.o a - blas/cher.o a - blas/cher2.o a - blas/cher2k.o a - blas/cherk.o a - blas/chpmv.o a - blas/chpr.o a - blas/chpr2.o a - blas/crotg.o a - blas/cscal.o a - blas/cswap.o a - blas/csymm.o a - blas/csyr2k.o a - blas/csyrk.o a - blas/ctbmv.o a - blas/ctbsv.o a - blas/ctpmv.o a - blas/ctpsv.o a - blas/ctrmm.o a - blas/ctrmv.o a - blas/ctrsm.o a - blas/ctrsv.o a - blas/dasum.o a - blas/daxpy.o a - blas/dcabs1.o a - blas/dcopy.o a - blas/ddot.o a - blas/dgbmv.o a - blas/dgemm.o a - blas/dgemv.o a - blas/dger.o a - blas/dnrm2.o a - blas/drot.o a - blas/drotm.o a - blas/drotmg.o a - blas/dsbmv.o a - blas/dscal.o a - blas/dsdot.o a - blas/dspmv.o a - blas/dspr.o a - blas/dspr2.o a - blas/dswap.o a - blas/dsymm.o a - blas/dsymv.o a - blas/dsyr.o a - blas/dsyr2.o a - blas/dsyr2k.o a - blas/dsyrk.o a - blas/dtbmv.o a - blas/dtbsv.o a - blas/dtpmv.o a - blas/dtpsv.o a - blas/dtrmm.o a - blas/dtrmv.o a - blas/dtrsm.o a - blas/dtrsv.o a - blas/dzasum.o a - blas/dznrm2.o a - blas/icamax.o a - blas/idamax.o a - blas/isamax.o a - blas/izamax.o a - blas/lsame.o a - blas/sasum.o a - blas/saxpy.o a - blas/scasum.o a - blas/scnrm2.o a - blas/scopy.o a - blas/sdot.o a - blas/sdsdot.o a - blas/sgbmv.o a - blas/sgemm.o a - blas/sgemv.o a - blas/sger.o a - blas/snrm2.o a - blas/srot.o a - blas/srotm.o a - blas/srotmg.o a - blas/ssbmv.o a - blas/sscal.o a - blas/sspmv.o a - blas/sspr.o a - blas/sspr2.o a - blas/sswap.o a - blas/ssymm.o a - blas/ssymv.o a - blas/ssyr.o a - blas/ssyr2.o a - blas/ssyr2k.o a - blas/ssyrk.o a - blas/stbmv.o a - blas/stbsv.o a - blas/stpmv.o a - blas/stpsv.o a - blas/strmm.o a - blas/strmv.o a - blas/strsm.o a - blas/strsv.o a - blas/xerbla.o a - blas/zaxpy.o a - blas/zcopy.o a - blas/zdotc.o a - blas/zdotu.o a - blas/zdrot.o a - blas/zdscal.o a - blas/zgbmv.o a - blas/zgemm.o a - blas/zgemv.o a - blas/zgerc.o a - blas/zgeru.o a - blas/zhbmv.o a - blas/zhemm.o a - blas/zhemv.o a - blas/zher.o a - blas/zher2.o a - blas/zher2k.o a - blas/zherk.o a - blas/zhpmv.o a - blas/zhpr.o a - blas/zhpr2.o a - blas/zrotg.o a - blas/zscal.o a - blas/zswap.o a - blas/zsymm.o a - blas/zsyr2k.o a - blas/zsyrk.o a - blas/ztbmv.o a - blas/ztbsv.o a - blas/ztpmv.o a - blas/ztpsv.o a - blas/ztrmm.o a - blas/ztrmv.o a - blas/ztrsm.o a - blas/ztrsv.o a - lapack/cgetf2.o a - lapack/cgetrf.o a - lapack/cgetri.o a - lapack/chpev.o a - lapack/chptrd.o a - lapack/cladiv.o a - lapack/clanhp.o a - lapack/clarf.o a - lapack/clarfg.o a - lapack/clasr.o a - lapack/classq.o a - lapack/claswp.o a - lapack/clazro.o a - lapack/csteqr.o a - lapack/ctrti2.o a - lapack/ctrtri.o a - lapack/cung2l.o a - lapack/cung2r.o a - lapack/cupgtr.o a - lapack/dbdsqr.o a - lapack/dgebd2.o a - lapack/dgebrd.o a - lapack/dgelq2.o a - lapack/dgelqf.o a - lapack/dgelss.o a - lapack/dgeqr2.o a - lapack/dgeqrf.o a - lapack/dgetf2.o a - lapack/dgetrf.o a - lapack/dgetri.o a - lapack/dlabad.o a - lapack/dlabrd.o a - lapack/dlacpy.o a - lapack/dladiv.o a - lapack/dlae2.o a - lapack/dlaebz.o a - lapack/dlaev2.o a - lapack/dlagtf.o a - lapack/dlagts.o a - lapack/dlamch.o a - lapack/dlange.o a - lapack/dlanst.o a - lapack/dlansy.o a - lapack/dlapy2.o a - lapack/dlapy3.o a - lapack/dlarf.o a - lapack/dlarfb.o a - lapack/dlarfg.o a - lapack/dlarft.o a - lapack/dlarnv.o a - lapack/dlartg.o a - lapack/dlaruv.o a - lapack/dlas2.o a - lapack/dlascl.o a - lapack/dlaset.o a - lapack/dlasq1.o a - lapack/dlasq2.o a - lapack/dlasq3.o a - lapack/dlasq4.o a - lapack/dlasq5.o a - lapack/dlasq6.o a - lapack/dlasr.o a - lapack/dlasrt.o a - lapack/dlassq.o a - lapack/dlasv2.o a - lapack/dlaswp.o a - lapack/dlasyf.o a - lapack/dlatrd.o a - lapack/dorg2l.o a - lapack/dorg2r.o a - lapack/dorgbr.o a - lapack/dorgl2.o a - lapack/dorglq.o a - lapack/dorgql.o a - lapack/dorgqr.o a - lapack/dorgtr.o a - lapack/dorm2r.o a - lapack/dormbr.o a - lapack/dorml2.o a - lapack/dormlq.o a - lapack/dormqr.o a - lapack/dposv.o a - lapack/dpotf2.o a - lapack/dpotrf.o a - lapack/dpotrs.o a - lapack/drscl.o a - lapack/dstebz.o a - lapack/dsteqr.o a - lapack/dsterf.o a - lapack/dsyev.o a - lapack/dsygs2.o a - lapack/dsygst.o a - lapack/dsygv.o a - lapack/dsysv.o a - lapack/dsytd2.o a - lapack/dsytf2.o a - lapack/dsytrd.o a - lapack/dsytrf.o a - lapack/dsytrs.o a - lapack/dtrti2.o a - lapack/dtrtri.o a - lapack/ieeeck.o a - lapack/ilaenv.o a - lapack/lsame.o a - lapack/sladiv.o a - lapack/slae2.o a - lapack/slaev2.o a - lapack/slamch.o a - lapack/slapy2.o a - lapack/slapy3.o a - lapack/slartg.o a - lapack/ssterf.o a - lapack/xerbla.o a - lapack/zbdsqr.o a - lapack/zdrot.o a - lapack/zgebd2.o a - lapack/zgebrd.o a - lapack/zgelq2.o a - lapack/zgelqf.o a - lapack/zgeqr2.o a - lapack/zgeqrf.o a - lapack/zgesv.o a - lapack/zgesvd.o a - lapack/zgetf2.o a - lapack/zgetrf.o a - lapack/zgetrs.o a - lapack/zheev.o a - lapack/zhegs2.o a - lapack/zhegst.o a - lapack/zhegv.o a - lapack/zhetd2.o a - lapack/zhetrd.o a - lapack/zhpev.o a - lapack/zhpevx.o a - lapack/zhpgst.o a - lapack/zhpgv.o a - lapack/zhptrd.o a - lapack/zlabrd.o a - lapack/zlacgv.o a - lapack/zlacpy.o a - lapack/zladiv.o a - lapack/zlange.o a - lapack/zlanhe.o a - lapack/zlanhp.o a - lapack/zlarf.o a - lapack/zlarfb.o a - lapack/zlarfg.o a - lapack/zlarft.o a - lapack/zlascl.o a - lapack/zlaset.o a - lapack/zlasr.o a - lapack/zlassq.o a - lapack/zlaswp.o a - lapack/zlatrd.o a - lapack/zlazro.o a - lapack/zpotf2.o a - lapack/zpotrf.o a - lapack/zpptrf.o a - lapack/zstein.o a - lapack/zsteqr.o a - lapack/zung2l.o a - lapack/zung2r.o a - lapack/zungbr.o a - lapack/zungl2.o a - lapack/zunglq.o a - lapack/zungql.o a - lapack/zungqr.o a - lapack/zungtr.o a - lapack/zunm2r.o a - lapack/zunmbr.o a - lapack/zunml2.o a - lapack/zunmlq.o a - lapack/zunmqr.o a - lapack/zupgtr.o a - lapack/zupmtr.o ranlib liblinalg.a touch build-stamp lapack-pre_abinit_3.2 has been built. touch install-stamp lapack-pre_abinit_3.2 has been installed. lapack-pre_abinit_3.2 is now ready for use. make[4]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg' if test -d tmp/bin ; then mv tmp/bin/* .; fi if test -d tmp/lib ; then mv tmp/lib/* .; fi if test -d tmp/include ; then mv tmp/include/* .; fi; make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib/linalg' make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib' make[2]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/lib' Making all in src make[2]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src' Making all in defs make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/defs' g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_basis.o ../../../src/defs/defs_basis.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_aimfields.o ../../../src/defs/defs_aimfields.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_aimprom.o ../../../src/defs/defs_aimprom.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_datatypes.o ../../../src/defs/defs_datatypes.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_xfuncmpi.o ../../../src/defs/defs_xfuncmpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_berry.o ../../../src/defs/defs_berry.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_dyson.o ../../../src/defs/defs_dyson.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_elphon.o ../../../src/defs/defs_elphon.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_interfaces.o ../../../src/defs/defs_interfaces.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_parameters.o ../../../src/defs/defs_parameters.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_scalapack.o ../../../src/defs/defs_scalapack.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_suscep.o ../../../src/defs/defs_suscep.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_time.o ../../../src/defs/defs_time.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_xc.o ../../../src/defs/defs_xc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_xderive.o ../../../src/defs/defs_xderive.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o dummy_interfaces_defs.o ../../../src/defs/dummy_interfaces_defs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_12spacepar.o ../../../src/defs/interfaces_12spacepar.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13recipspace.o ../../../src/defs/interfaces_13recipspace.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_12ffts.o ../../../src/defs/interfaces_12ffts.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13xc.o ../../../src/defs/interfaces_13xc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o ftfvw1.o ../../../src/defs/ftfvw1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_11util.o ../../../src/defs/interfaces_11util.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_lib01cg.o ../../../src/defs/interfaces_lib01cg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o frskerker2.o ../../../src/defs/frskerker2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o frskerker1.o ../../../src/defs/frskerker1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o ftfvw2.o ../../../src/defs/ftfvw2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_numeric.o ../../../src/defs/interfaces_numeric.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_numericf90.o ../../../src/defs/interfaces_numericf90.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_light.o ../../../src/defs/interfaces_light.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_macroav.o ../../../src/defs/interfaces_macroav.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_netcdf.o ../../../src/defs/interfaces_netcdf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_etsf_io.o ../../../src/defs/interfaces_etsf_io.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_etsf_xc.o ../../../src/defs/interfaces_etsf_xc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_xmlf90.o ../../../src/defs/interfaces_xmlf90.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_00basis.o ../../../src/defs/interfaces_00basis.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_lib01hidempi.o ../../../src/defs/interfaces_lib01hidempi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_lib01fftnew.o ../../../src/defs/interfaces_lib01fftnew.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o defs_infos.o defs_infos.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_01manage_mpi.o ../../../src/defs/interfaces_01manage_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_11contract.o ../../../src/defs/interfaces_11contract.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_12geometry.o ../../../src/defs/interfaces_12geometry.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_12nlstrain.o ../../../src/defs/interfaces_12nlstrain.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_12parser.o ../../../src/defs/interfaces_12parser.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_12poisson.o ../../../src/defs/interfaces_12poisson.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o m_pseudo_types.o ../../../src/defs/m_pseudo_types.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o m_pseudo.o ../../../src/defs/m_pseudo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13psp.o ../../../src/defs/interfaces_13psp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13io_mpi.o ../../../src/defs/interfaces_13io_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13ionetcdf.o ../../../src/defs/interfaces_13ionetcdf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13iovars.o ../../../src/defs/interfaces_13iovars.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13nonlocal.o ../../../src/defs/interfaces_13nonlocal.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13paw.o ../../../src/defs/interfaces_13paw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_13xml.o ../../../src/defs/interfaces_13xml.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_14bader.o ../../../src/defs/interfaces_14bader.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_14iowfdenpot.o ../../../src/defs/interfaces_14iowfdenpot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_14occeig.o ../../../src/defs/interfaces_14occeig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_14wfs.o ../../../src/defs/interfaces_14wfs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_14wvl_wfs.o ../../../src/defs/interfaces_14wvl_wfs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_15rsprc.o ../../../src/defs/interfaces_15rsprc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_15common.o ../../../src/defs/interfaces_15common.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_15gw.o ../../../src/defs/interfaces_15gw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_16geomoptim.o ../../../src/defs/interfaces_16geomoptim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_16response.o ../../../src/defs/interfaces_16response.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_17ddb.o ../../../src/defs/interfaces_17ddb.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_17lwf.o ../../../src/defs/interfaces_17lwf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_17suscep.o ../../../src/defs/interfaces_17suscep.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_18seqpar.o ../../../src/defs/interfaces_18seqpar.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_19cut3d.o ../../../src/defs/interfaces_19cut3d.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_21paral_md.o ../../../src/defs/interfaces_21paral_md.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/defs -I../.. -I../defs -I../../../src/defs/../defs -O2 -fno-second-underscore -c -o interfaces_21drive.o ../../../src/defs/interfaces_21drive.F90 rm -f libdefs.a /usr/bin/ar cru libdefs.a defs_basis.o defs_aimfields.o defs_aimprom.o defs_berry.o defs_datatypes.o defs_dyson.o defs_elphon.o defs_interfaces.o defs_parameters.o defs_scalapack.o defs_suscep.o defs_time.o defs_xc.o defs_xderive.o defs_xfuncmpi.o dummy_interfaces_defs.o ftfvw1.o frskerker2.o frskerker1.o ftfvw2.o interfaces_numeric.o interfaces_numericf90.o interfaces_light.o interfaces_macroav.o interfaces_netcdf.o interfaces_etsf_io.o interfaces_etsf_xc.o interfaces_xmlf90.o interfaces_00basis.o interfaces_lib01cg.o interfaces_lib01hidempi.o interfaces_lib01fftnew.o interfaces_01manage_mpi.o interfaces_11util.o interfaces_11contract.o interfaces_12ffts.o interfaces_12geometry.o interfaces_12nlstrain.o interfaces_12parser.o interfaces_12poisson.o interfaces_12spacepar.o interfaces_13psp.o interfaces_13io_mpi.o interfaces_13ionetcdf.o interfaces_13iovars.o interfaces_13nonlocal.o interfaces_13paw.o interfaces_13recipspace.o interfaces_13xc.o interfaces_13xml.o interfaces_14bader.o interfaces_14iowfdenpot.o interfaces_14occeig.o interfaces_14wfs.o interfaces_14wvl_wfs.o interfaces_15rsprc.o interfaces_15common.o interfaces_15gw.o interfaces_16geomoptim.o interfaces_16response.o interfaces_17ddb.o interfaces_17lwf.o interfaces_17suscep.o interfaces_18seqpar.o interfaces_19cut3d.o interfaces_21paral_md.o interfaces_21drive.o m_pseudo_types.o m_pseudo.o defs_infos.o ranlib libdefs.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/defs' Making all in lib01fftnew make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/lib01fftnew' g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o accrho.o ../../../src/lib01fftnew/accrho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o addrho.o ../../../src/lib01fftnew/addrho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o applypot.o ../../../src/lib01fftnew/applypot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o back.o ../../../src/lib01fftnew/back.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o back_wf.o ../../../src/lib01fftnew/back_wf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o ctrig.o ../../../src/lib01fftnew/ctrig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o fftstp.o ../../../src/lib01fftnew/fftstp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o fill_cent.o ../../../src/lib01fftnew/fill_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o fill.o ../../../src/lib01fftnew/fill.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o forw.o ../../../src/lib01fftnew/forw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o forw_wf.o ../../../src/lib01fftnew/forw_wf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o indirect_parallel_Fourier.o ../../../src/lib01fftnew/indirect_parallel_Fourier.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o mpiswitch.o ../../../src/lib01fftnew/mpiswitch.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o mpiswitch_cent.o ../../../src/lib01fftnew/mpiswitch_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o multpot.o ../../../src/lib01fftnew/multpot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o scramble.o ../../../src/lib01fftnew/scramble.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o switch.o ../../../src/lib01fftnew/switch.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o switch_cent.o ../../../src/lib01fftnew/switch_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o switchreal.o ../../../src/lib01fftnew/switchreal.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o switchreal_cent.o ../../../src/lib01fftnew/switchreal_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unfill.o ../../../src/lib01fftnew/unfill.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unfill_cent.o ../../../src/lib01fftnew/unfill_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unmpiswitch.o ../../../src/lib01fftnew/unmpiswitch.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unmpiswitch_cent.o ../../../src/lib01fftnew/unmpiswitch_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unscramble.o ../../../src/lib01fftnew/unscramble.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unswitch.o ../../../src/lib01fftnew/unswitch.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unswitch_cent.o ../../../src/lib01fftnew/unswitch_cent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unswitchreal.o ../../../src/lib01fftnew/unswitchreal.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01fftnew -I../.. -I../defs -I../../../src/lib01fftnew/../defs -O2 -fno-second-underscore -c -o unswitchreal_cent.o ../../../src/lib01fftnew/unswitchreal_cent.F90 rm -f liblib01fftnews.a /usr/bin/ar cru liblib01fftnews.a accrho.o addrho.o applypot.o back.o back_wf.o ctrig.o fftstp.o fill_cent.o fill.o forw.o forw_wf.o indirect_parallel_Fourier.o mpiswitch.o mpiswitch_cent.o multpot.o scramble.o switch.o switch_cent.o switchreal.o switchreal_cent.o unfill.o unfill_cent.o unmpiswitch.o unmpiswitch_cent.o unscramble.o unswitch.o unswitch_cent.o unswitchreal.o unswitchreal_cent.o ranlib liblib01fftnews.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/lib01fftnew' Making all in lib01cg make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/lib01cg' g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01cg -I../.. -I../defs -I../../../src/lib01cg/../defs -O2 -fno-second-underscore -c -o bracketing.o ../../../src/lib01cg/bracketing.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01cg -I../.. -I../defs -I../../../src/lib01cg/../defs -O2 -fno-second-underscore -c -o brent.o ../../../src/lib01cg/brent.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01cg -I../.. -I../defs -I../../../src/lib01cg/../defs -O2 -fno-second-underscore -c -o cgpr.o ../../../src/lib01cg/cgpr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01cg -I../.. -I../defs -I../../../src/lib01cg/../defs -O2 -fno-second-underscore -c -o dotproduct.o ../../../src/lib01cg/dotproduct.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01cg -I../.. -I../defs -I../../../src/lib01cg/../defs -O2 -fno-second-underscore -c -o linmin.o ../../../src/lib01cg/linmin.F90 rm -f liblib01cg.a /usr/bin/ar cru liblib01cg.a bracketing.o brent.o cgpr.o dotproduct.o linmin.o ranlib liblib01cg.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/lib01cg' Making all in lib01hidempi make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/lib01hidempi' g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xallgather_mpi.o ../../../src/lib01hidempi/xallgather_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xallgatherv_mpi.o ../../../src/lib01hidempi/xallgatherv_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xalltoallv_mpi.o ../../../src/lib01hidempi/xalltoallv_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xcast_mpi.o ../../../src/lib01hidempi/xcast_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xdef_comm.o ../../../src/lib01hidempi/xdef_comm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xdefineoff.o ../../../src/lib01hidempi/xdefineoff.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xexch_mpi.o ../../../src/lib01hidempi/xexch_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xmax_mpi.o ../../../src/lib01hidempi/xmax_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xmin_mpi.o ../../../src/lib01hidempi/xmin_mpi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xsum_master.o ../../../src/lib01hidempi/xsum_master.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/lib01hidempi -I../.. -I../defs -I../../../src/lib01hidempi/../defs -O2 -fno-second-underscore -c -o xsum_mpi.o ../../../src/lib01hidempi/xsum_mpi.F90 rm -f liblib01hidempis.a /usr/bin/ar cru liblib01hidempis.a xallgather_mpi.o xallgatherv_mpi.o xalltoallv_mpi.o xcast_mpi.o xdef_comm.o xdefineoff.o xexch_mpi.o xmax_mpi.o xmin_mpi.o xsum_master.o xsum_mpi.o ranlib liblib01hidempis.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/lib01hidempi' Making all in 00basis make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/00basis' g95 -DHAVE_CONFIG_H -I. -I../../../src/00basis -I../.. -I../defs -I../../../src/00basis/../defs -O2 -fno-second-underscore -c -o leave_myproc.o ../../../src/00basis/leave_myproc.F90 rm -f lib00basis.a /usr/bin/ar cru lib00basis.a leave_myproc.o ranlib lib00basis.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/00basis' Making all in 01manage_mpi make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/01manage_mpi' g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o clnmpi_fft.o ../../../src/01manage_mpi/clnmpi_fft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o clnmpi_gs.o ../../../src/01manage_mpi/clnmpi_gs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o distrb2.o ../../../src/01manage_mpi/distrb2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o herald.o ../../../src/01manage_mpi/herald.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o initmpi_fft.o ../../../src/01manage_mpi/initmpi_fft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o initmpi_gs.o ../../../src/01manage_mpi/initmpi_gs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o initmpi_respfn.o ../../../src/01manage_mpi/initmpi_respfn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o initmpi_seq.o ../../../src/01manage_mpi/initmpi_seq.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o leave_new.o ../../../src/01manage_mpi/leave_new.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o leave_test.o ../../../src/01manage_mpi/leave_test.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o pre_scatter.o ../../../src/01manage_mpi/pre_scatter.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o scalapack.o ../../../src/01manage_mpi/scalapack.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o timab.o ../../../src/01manage_mpi/timab.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o time_accu.o ../../../src/01manage_mpi/time_accu.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o timein.o ../../../src/01manage_mpi/timein.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/01manage_mpi -I../.. -I../defs -I../../../src/01manage_mpi/../defs -O2 -fno-second-underscore -c -o wrtout.o ../../../src/01manage_mpi/wrtout.F90 rm -f lib01manage_mpis.a /usr/bin/ar cru lib01manage_mpis.a clnmpi_fft.o clnmpi_gs.o distrb2.o herald.o initmpi_fft.o initmpi_gs.o initmpi_respfn.o initmpi_seq.o leave_new.o leave_test.o pre_scatter.o scalapack.o timab.o time_accu.o timein.o wrtout.o ranlib lib01manage_mpis.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/01manage_mpi' Making all in 11util make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/11util' g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o appdig.o ../../../src/11util/appdig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o atmdata.o ../../../src/11util/atmdata.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o besjm.o ../../../src/11util/besjm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o calc_psden.o ../../../src/11util/calc_psden.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o calc_psden_log.o ../../../src/11util/calc_psden_log.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o calc_vhtnzc.o ../../../src/11util/calc_vhtnzc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o canon9.o ../../../src/11util/canon9.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o chknm8.o ../../../src/11util/chknm8.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o clsopn.o ../../../src/11util/clsopn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o compmesh.o ../../../src/11util/compmesh.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o copymesh.o ../../../src/11util/copymesh.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o ctrap.o ../../../src/11util/ctrap.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o ctrap_gen.o ../../../src/11util/ctrap_gen.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o deducer0.o ../../../src/11util/deducer0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o derf.o ../../../src/11util/derf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o derfc.o ../../../src/11util/derfc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o dtsetcopy.o ../../../src/11util/dtsetcopy.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o dtsetfree.o ../../../src/11util/dtsetfree.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o energies_init.o ../../../src/11util/energies_init.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o factorial.o ../../../src/11util/factorial.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o hermit.o ../../../src/11util/hermit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o handle_ncerr.o ../../../src/11util/handle_ncerr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o ifromr.o ../../../src/11util/ifromr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o inupper.o ../../../src/11util/inupper.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o interpol3d.o ../../../src/11util/interpol3d.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o int2char.o ../../../src/11util/int2char.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o int2char4.o ../../../src/11util/int2char4.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o isfile.o ../../../src/11util/isfile.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o jbessel.o ../../../src/11util/jbessel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o matcginv.o ../../../src/11util/matcginv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o mati3inv.o ../../../src/11util/mati3inv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o matrginv.o ../../../src/11util/matrginv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o matr3eigval.o ../../../src/11util/matr3eigval.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o matr3inv.o ../../../src/11util/matr3inv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o mkfilename.o ../../../src/11util/mkfilename.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o mkherm.o ../../../src/11util/mkherm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o mvrecord.o ../../../src/11util/mvrecord.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o nderiv.o ../../../src/11util/nderiv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o nderiv_gen.o ../../../src/11util/nderiv_gen.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o normev.o ../../../src/11util/normev.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o pl_deriv.o ../../../src/11util/pl_deriv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o plm_coeff.o ../../../src/11util/plm_coeff.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o plm_dphi.o ../../../src/11util/plm_dphi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o plm_dtheta.o ../../../src/11util/plm_dtheta.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o plm_d2theta.o ../../../src/11util/plm_d2theta.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o print_ij.o ../../../src/11util/print_ij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o poisson.o ../../../src/11util/poisson.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o prmat.o ../../../src/11util/prmat.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o simp_gen.o ../../../src/11util/simp_gen.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o status.o ../../../src/11util/status.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o ylmc.o ../../../src/11util/ylmc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11util -I../.. -I../defs -I../../../src/11util/../defs -O2 -fno-second-underscore -c -o ylmcd.o ../../../src/11util/ylmcd.F90 rm -f lib11util.a /usr/bin/ar cru lib11util.a appdig.o atmdata.o besjm.o calc_psden.o calc_psden_log.o calc_vhtnzc.o canon9.o chknm8.o clsopn.o compmesh.o copymesh.o ctrap.o ctrap_gen.o deducer0.o derf.o derfc.o dtsetcopy.o dtsetfree.o energies_init.o factorial.o hermit.o handle_ncerr.o ifromr.o inupper.o inupper.o interpol3d.o int2char.o int2char4.o isfile.o jbessel.o matcginv.o mati3inv.o matrginv.o matr3eigval.o matr3inv.o mkfilename.o mkherm.o mvrecord.o nderiv.o nderiv_gen.o normev.o pl_deriv.o plm_coeff.o plm_dphi.o plm_dtheta.o plm_d2theta.o print_ij.o poisson.o prmat.o simp_gen.o status.o ylmc.o ylmcd.o ranlib lib11util.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/11util' Making all in 11contract make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/11contract' g95 -DHAVE_CONFIG_H -I. -I../../../src/11contract -I../.. -I../defs -I../../../src/11contract/../defs -O2 -fno-second-underscore -c -o contract_dp_ge_val.o ../../../src/11contract/contract_dp_ge_val.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11contract -I../.. -I../defs -I../../../src/11contract/../defs -O2 -fno-second-underscore -c -o contract_int_ge_val.o ../../../src/11contract/contract_int_ge_val.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11contract -I../.. -I../defs -I../../../src/11contract/../defs -O2 -fno-second-underscore -c -o contract_int_le_val.o ../../../src/11contract/contract_int_le_val.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/11contract -I../.. -I../defs -I../../../src/11contract/../defs -O2 -fno-second-underscore -c -o contract_int_list.o ../../../src/11contract/contract_int_list.F90 rm -f lib11contract.a /usr/bin/ar cru lib11contract.a contract_dp_ge_val.o contract_int_ge_val.o contract_int_le_val.o contract_int_list.o ranlib lib11contract.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/11contract' Making all in 12spacepar make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12spacepar' g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o dotprodm_v.o ../../../src/12spacepar/dotprodm_v.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o dotprodm_vn.o ../../../src/12spacepar/dotprodm_vn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o dotprod_g.o ../../../src/12spacepar/dotprod_g.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o dotprod_v.o ../../../src/12spacepar/dotprod_v.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o dotprod_vn.o ../../../src/12spacepar/dotprod_vn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o matrixelmt_g.o ../../../src/12spacepar/matrixelmt_g.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o mean_fftr.o ../../../src/12spacepar/mean_fftr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o meanvalue_g.o ../../../src/12spacepar/meanvalue_g.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o overlap_g.o ../../../src/12spacepar/overlap_g.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o sqnormm_v.o ../../../src/12spacepar/sqnormm_v.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o sqnorm_g.o ../../../src/12spacepar/sqnorm_g.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12spacepar -I../.. -I../defs -I../../../src/12spacepar/../defs -O2 -fno-second-underscore -c -o sqnorm_v.o ../../../src/12spacepar/sqnorm_v.F90 rm -f lib12spacepars.a /usr/bin/ar cru lib12spacepars.a dotprodm_v.o dotprodm_vn.o dotprod_g.o dotprod_v.o dotprod_vn.o matrixelmt_g.o mean_fftr.o meanvalue_g.o overlap_g.o sqnormm_v.o sqnorm_g.o sqnorm_v.o ranlib lib12spacepars.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12spacepar' Making all in 12parser make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12parser' g95 -DHAVE_CONFIG_H -I. -I../../../src/12parser -I../.. -I../defs -I../../../src/12parser/../defs -O2 -fno-second-underscore -c -o instrng.o ../../../src/12parser/instrng.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12parser -I../.. -I../defs -I../../../src/12parser/../defs -O2 -fno-second-underscore -c -o inread.o ../../../src/12parser/inread.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12parser -I../.. -I../defs -I../../../src/12parser/../defs -O2 -fno-second-underscore -c -o inreplsp.o ../../../src/12parser/inreplsp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12parser -I../.. -I../defs -I../../../src/12parser/../defs -O2 -fno-second-underscore -c -o intagm.o ../../../src/12parser/intagm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12parser -I../.. -I../defs -I../../../src/12parser/../defs -O2 -fno-second-underscore -c -o inarray.o ../../../src/12parser/inarray.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12parser -I../.. -I../defs -I../../../src/12parser/../defs -O2 -fno-second-underscore -c -o incomprs.o ../../../src/12parser/incomprs.F90 rm -f lib12parser.a /usr/bin/ar cru lib12parser.a instrng.o inread.o inreplsp.o intagm.o inarray.o incomprs.o ranlib lib12parser.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12parser' Making all in 12geometry make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12geometry' g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o bldgrp.o ../../../src/12geometry/bldgrp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o bldgrpaf.o ../../../src/12geometry/bldgrpaf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o bonds_lgth_angles.o ../../../src/12geometry/bonds_lgth_angles.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o chkdilatmx.o ../../../src/12geometry/chkdilatmx.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o chkgrp.o ../../../src/12geometry/chkgrp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o chkorthsy.o ../../../src/12geometry/chkorthsy.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o chkprimit.o ../../../src/12geometry/chkprimit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o gensymshub.o ../../../src/12geometry/gensymshub.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o gensymshub4.o ../../../src/12geometry/gensymshub4.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o gensymspgr.o ../../../src/12geometry/gensymspgr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o getptgroupma.o ../../../src/12geometry/getptgroupma.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o getspinrot.o ../../../src/12geometry/getspinrot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o holocell.o ../../../src/12geometry/holocell.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o metric.o ../../../src/12geometry/metric.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o mkrdim.o ../../../src/12geometry/mkrdim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o operat.o ../../../src/12geometry/operat.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o prtspgroup.o ../../../src/12geometry/prtspgroup.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o ptgmadata.o ../../../src/12geometry/ptgmadata.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o smallprim.o ../../../src/12geometry/smallprim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o spgdata.o ../../../src/12geometry/spgdata.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o strconv.o ../../../src/12geometry/strconv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o sym2cart.o ../../../src/12geometry/sym2cart.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symanal.o ../../../src/12geometry/symanal.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symatm.o ../../../src/12geometry/symatm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symaxes.o ../../../src/12geometry/symaxes.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symbrav.o ../../../src/12geometry/symbrav.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symchk.o ../../../src/12geometry/symchk.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symdet.o ../../../src/12geometry/symdet.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symfind.o ../../../src/12geometry/symfind.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symlist_bcc.o ../../../src/12geometry/symlist_bcc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symlist_fcc.o ../../../src/12geometry/symlist_fcc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symlist_others.o ../../../src/12geometry/symlist_others.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symlist_prim.o ../../../src/12geometry/symlist_prim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symmultsg.o ../../../src/12geometry/symmultsg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symplanes.o ../../../src/12geometry/symplanes.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symrelrot.o ../../../src/12geometry/symrelrot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symsgcube.o ../../../src/12geometry/symsgcube.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symsghexa.o ../../../src/12geometry/symsghexa.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symsgmono.o ../../../src/12geometry/symsgmono.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symsgortho.o ../../../src/12geometry/symsgortho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symsgtetra.o ../../../src/12geometry/symsgtetra.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symspgr.o ../../../src/12geometry/symspgr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o symzat.o ../../../src/12geometry/symzat.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o wvl_setboxgeometry.o ../../../src/12geometry/wvl_setboxgeometry.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12geometry -I../.. -I../defs -I../../../src/12geometry/../defs -O2 -fno-second-underscore -c -o xredxcart.o ../../../src/12geometry/xredxcart.F90 rm -f lib12geometry.a /usr/bin/ar cru lib12geometry.a bldgrp.o bldgrpaf.o bonds_lgth_angles.o chkdilatmx.o chkgrp.o chkorthsy.o chkprimit.o gensymshub.o gensymshub4.o gensymspgr.o getptgroupma.o getspinrot.o holocell.o metric.o mkrdim.o operat.o prtspgroup.o ptgmadata.o smallprim.o spgdata.o strconv.o sym2cart.o symanal.o symatm.o symaxes.o symbrav.o symchk.o symdet.o symfind.o symlist_bcc.o symlist_fcc.o symlist_others.o symlist_prim.o symmultsg.o symplanes.o symrelrot.o symsgcube.o symsghexa.o symsgmono.o symsgortho.o symsgtetra.o symspgr.o symzat.o wvl_setboxgeometry.o xredxcart.o ranlib lib12geometry.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12geometry' Making all in 12ffts make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12ffts' g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o ccfft.o ../../../src/12ffts/ccfft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o fftpac.o ../../../src/12ffts/fftpac.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o fftw.o ../../../src/12ffts/fftw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o fourdp.o ../../../src/12ffts/fourdp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o fourwf.o ../../../src/12ffts/fourwf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o indfftrisc.o ../../../src/12ffts/indfftrisc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o kgindex.o ../../../src/12ffts/kgindex.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_ctrig.o ../../../src/12ffts/sg_ctrig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fft.o ../../../src/12ffts/sg_fft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fftpad.o ../../../src/12ffts/sg_fftpad.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fftpx.o ../../../src/12ffts/sg_fftpx.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fftrisc.o ../../../src/12ffts/sg_fftrisc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fftx.o ../../../src/12ffts/sg_fftx.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_ffty.o ../../../src/12ffts/sg_ffty.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fftz.o ../../../src/12ffts/sg_fftz.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sg_fourwf.o ../../../src/12ffts/sg_fourwf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sphereboundary.o ../../../src/12ffts/sphereboundary.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sphere.o ../../../src/12ffts/sphere.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o sphere_fft.o ../../../src/12ffts/sphere_fft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12ffts -I../.. -I../defs -I../../../src/12ffts/../defs -O2 -fno-second-underscore -c -o zerosym.o ../../../src/12ffts/zerosym.F90 rm -f lib12ffts.a /usr/bin/ar cru lib12ffts.a ccfft.o fftpac.o fftw.o fourdp.o fourwf.o indfftrisc.o kgindex.o sg_ctrig.o sg_fft.o sg_fftpad.o sg_fftpx.o sg_fftrisc.o sg_fftx.o sg_ffty.o sg_fftz.o sg_fourwf.o sphereboundary.o sphere.o sphere_fft.o zerosym.o ranlib lib12ffts.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12ffts' Making all in 12nlstrain make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12nlstrain' g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contistr01.o ../../../src/12nlstrain/contistr01.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contistr03.o ../../../src/12nlstrain/contistr03.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contistr12.o ../../../src/12nlstrain/contistr12.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contstr21.o ../../../src/12nlstrain/contstr21.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contstr23.o ../../../src/12nlstrain/contstr23.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contstr25.o ../../../src/12nlstrain/contstr25.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contstr25a.o ../../../src/12nlstrain/contstr25a.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12nlstrain -I../.. -I../defs -I../../../src/12nlstrain/../defs -O2 -fno-second-underscore -c -o contstr26.o ../../../src/12nlstrain/contstr26.F90 rm -f lib12nlstrain.a /usr/bin/ar cru lib12nlstrain.a contistr01.o contistr03.o contistr12.o contstr21.o contstr23.o contstr25.o contstr25a.o contstr26.o ranlib lib12nlstrain.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12nlstrain' Making all in 12poisson make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12poisson' g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o gequad.o ../../../src/12poisson/gequad.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o fft3d.o ../../../src/12poisson/fft3d.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o scaling_function.o ../../../src/12poisson/scaling_function.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o build_kernel.o ../../../src/12poisson/build_kernel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o pconv.o ../../../src/12poisson/pconv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o pfft3d.o ../../../src/12poisson/pfft3d.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o psolver_kernel.o ../../../src/12poisson/psolver_kernel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/12poisson -I../.. -I../defs -I../../../src/12poisson/../defs -O2 -fno-second-underscore -c -o psolver_hartree.o ../../../src/12poisson/psolver_hartree.F90 rm -f lib12poisson.a /usr/bin/ar cru lib12poisson.a gequad.o fft3d.o scaling_function.o build_kernel.o pconv.o pfft3d.o psolver_kernel.o psolver_hartree.o ranlib lib12poisson.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/12poisson' Making all in 13xml make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13xml' g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o append_cml.o ../../../src/13xml/append_cml.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o append_cml2.o ../../../src/13xml/append_cml2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o findmarkup.o ../../../src/13xml/findmarkup.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o getattribute.o ../../../src/13xml/getattribute.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o importcml.o ../../../src/13xml/importcml.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o prt_cml.o ../../../src/13xml/prt_cml.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xml -I../.. -I../defs -I../../../src/13xml/../defs -O2 -fno-second-underscore -c -o prt_cml2.o ../../../src/13xml/prt_cml2.F90 rm -f lib13xml.a /usr/bin/ar cru lib13xml.a append_cml.o append_cml2.o findmarkup.o getattribute.o importcml.o prt_cml.o prt_cml2.o ranlib lib13xml.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13xml' Making all in 13xc make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13xc' g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o calc_lifetime.o ../../../src/13xc/calc_lifetime.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o calc_xc_ep.o ../../../src/13xc/calc_xc_ep.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o drivexc.o ../../../src/13xc/drivexc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o hartre.o ../../../src/13xc/hartre.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o invcb.o ../../../src/13xc/invcb.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o lifetime_bn.o ../../../src/13xc/lifetime_bn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o lifetime_psn.o ../../../src/13xc/lifetime_psn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o lifetime_rpa.o ../../../src/13xc/lifetime_rpa.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o mkcore.o ../../../src/13xc/mkcore.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o mkdenpos.o ../../../src/13xc/mkdenpos.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o phase.o ../../../src/13xc/phase.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o rhohxc.o ../../../src/13xc/rhohxc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o rhohxc_coll.o ../../../src/13xc/rhohxc_coll.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcden.o ../../../src/13xc/xcden.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xce_ap.o ../../../src/13xc/xce_ap.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcepsn_tcdft.o ../../../src/13xc/xcepsn_tcdft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xchcth.o ../../../src/13xc/xchcth.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xchelu.o ../../../src/13xc/xchelu.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xclb.o ../../../src/13xc/xclb.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcmult.o ../../../src/13xc/xcmult.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcp_ap.o ../../../src/13xc/xcp_ap.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcpot.o ../../../src/13xc/xcpot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcpbe.o ../../../src/13xc/xcpbe.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcppsn_tcdft.o ../../../src/13xc/xcppsn_tcdft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcpzca.o ../../../src/13xc/xcpzca.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcspol.o ../../../src/13xc/xcspol.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xctetr.o ../../../src/13xc/xctetr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcwign.o ../../../src/13xc/xcwign.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13xc -I../.. -I../defs -I../../../src/13xc/../defs -O2 -fno-second-underscore -c -o xcxalp.o ../../../src/13xc/xcxalp.F90 rm -f lib13xc.a /usr/bin/ar cru lib13xc.a calc_lifetime.o calc_xc_ep.o drivexc.o hartre.o invcb.o lifetime_bn.o lifetime_psn.o lifetime_rpa.o mkcore.o mkdenpos.o phase.o rhohxc.o rhohxc_coll.o xcden.o xce_ap.o xcepsn_tcdft.o xchcth.o xchelu.o xclb.o xcmult.o xcp_ap.o xcpot.o xcpbe.o xcppsn_tcdft.o xcpzca.o xcspol.o xctetr.o xcwign.o xcxalp.o ranlib lib13xc.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13xc' Making all in 13recipspace make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13recipspace' g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o bound.o ../../../src/13recipspace/bound.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getcut.o ../../../src/13recipspace/getcut.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getkgrid.o ../../../src/13recipspace/getkgrid.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getkpgnorm.o ../../../src/13recipspace/getkpgnorm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getmpw.o ../../../src/13recipspace/getmpw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getng.o ../../../src/13recipspace/getng.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getph.o ../../../src/13recipspace/getph.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o getwtk.o ../../../src/13recipspace/getwtk.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o get_full_kgrid.o ../../../src/13recipspace/get_full_kgrid.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o get_tetra.o ../../../src/13recipspace/get_tetra.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o laplacian.o ../../../src/13recipspace/laplacian.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o initylmg.o ../../../src/13recipspace/initylmg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o irrzg.o ../../../src/13recipspace/irrzg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o kpgio.o ../../../src/13recipspace/kpgio.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o kpgsph.o ../../../src/13recipspace/kpgsph.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o mkkin.o ../../../src/13recipspace/mkkin.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o pmat2cart.o ../../../src/13recipspace/pmat2cart.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o setsym.o ../../../src/13recipspace/setsym.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o smpbz.o ../../../src/13recipspace/smpbz.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o symkchk.o ../../../src/13recipspace/symkchk.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o symkpt.o ../../../src/13recipspace/symkpt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o symg.o ../../../src/13recipspace/symg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o symq3.o ../../../src/13recipspace/symq3.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13recipspace -I../.. -I../defs -I../../../src/13recipspace/../defs -O2 -fno-second-underscore -c -o testkgrid.o ../../../src/13recipspace/testkgrid.F90 rm -f lib13recipspace.a /usr/bin/ar cru lib13recipspace.a bound.o getcut.o getkgrid.o getkpgnorm.o getmpw.o getng.o getph.o getwtk.o get_full_kgrid.o get_tetra.o laplacian.o initylmg.o irrzg.o kpgio.o kpgsph.o mkkin.o pmat2cart.o setsym.o smpbz.o symkchk.o symkpt.o symg.o symq3.o testkgrid.o ranlib lib13recipspace.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13recipspace' Making all in 13paw make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13paw' g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o chkpawovlp.o ../../../src/13paw/chkpawovlp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o clp.o ../../../src/13paw/clp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o dbeta.o ../../../src/13paw/dbeta.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o gaunt.o ../../../src/13paw/gaunt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o indgrid.o ../../../src/13paw/indgrid.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o initang.o ../../../src/13paw/initang.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o initrhoij.o ../../../src/13paw/initrhoij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o initylmr.o ../../../src/13paw/initylmr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o int_ang.o ../../../src/13paw/int_ang.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o mkeuler.o ../../../src/13paw/mkeuler.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o nhatgrid.o ../../../src/13paw/nhatgrid.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o optics_paw.o ../../../src/13paw/optics_paw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawcorloc.o ../../../src/13paw/pawcorloc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawdenpot.o ../../../src/13paw/pawdenpot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawdij.o ../../../src/13paw/pawdij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawgrnl.o ../../../src/13paw/pawgrnl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawgylm.o ../../../src/13paw/pawgylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawinit.o ../../../src/13paw/pawinit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawmkgrad.o ../../../src/13paw/pawmkgrad.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawmknhat.o ../../../src/13paw/pawmknhat.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawmkrhoij.o ../../../src/13paw/pawmkrhoij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawprt.o ../../../src/13paw/pawprt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawpuinit.o ../../../src/13paw/pawpuinit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawpupot.o ../../../src/13paw/pawpupot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawuenergy.o ../../../src/13paw/pawuenergy.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawxc.o ../../../src/13paw/pawxc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawxcdenm.o ../../../src/13paw/pawxcdenm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawxcm.o ../../../src/13paw/pawxcm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o pawxcgrad.o ../../../src/13paw/pawxcgrad.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o permutations.o ../../../src/13paw/permutations.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o phim.o ../../../src/13paw/phim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o realgaunt.o ../../../src/13paw/realgaunt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o setsymrhoij.o ../../../src/13paw/setsymrhoij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o symdij.o ../../../src/13paw/symdij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o symrhoij.o ../../../src/13paw/symrhoij.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13paw -I../.. -I../defs -I../../../src/13paw/../defs -O2 -fno-second-underscore -c -o transgrid.o ../../../src/13paw/transgrid.F90 rm -f lib13paw.a /usr/bin/ar cru lib13paw.a chkpawovlp.o clp.o dbeta.o gaunt.o indgrid.o initang.o initrhoij.o initylmr.o int_ang.o mkeuler.o nhatgrid.o optics_paw.o pawcorloc.o pawdenpot.o pawdij.o pawgrnl.o pawgylm.o pawinit.o pawmkgrad.o pawmknhat.o pawmkrhoij.o pawprt.o pawpuinit.o pawpupot.o pawuenergy.o pawxc.o pawxcdenm.o pawxcm.o pawxcgrad.o permutations.o phim.o realgaunt.o setsymrhoij.o symdij.o symrhoij.o transgrid.o ranlib lib13paw.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13paw' Making all in 13iovars make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13iovars' g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o chkdpr.o ../../../src/13iovars/chkdpr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o chkinp.o ../../../src/13iovars/chkinp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o chkint.o ../../../src/13iovars/chkint.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o chkneu.o ../../../src/13iovars/chkneu.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o getdim_nloc.o ../../../src/13iovars/getdim_nloc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o indefo.o ../../../src/13iovars/indefo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o ingeo.o ../../../src/13iovars/ingeo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o ingeobld.o ../../../src/13iovars/ingeobld.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o inkpts.o ../../../src/13iovars/inkpts.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o invacuum.o ../../../src/13iovars/invacuum.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o invars0.o ../../../src/13iovars/invars0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o invars1.o ../../../src/13iovars/invars1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o invars1m.o ../../../src/13iovars/invars1m.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o invars2.o ../../../src/13iovars/invars2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o invars2m.o ../../../src/13iovars/invars2m.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o memana.o ../../../src/13iovars/memana.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o memorf.o ../../../src/13iovars/memorf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o memory.o ../../../src/13iovars/memory.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o outqmc.o ../../../src/13iovars/outqmc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o outvars.o ../../../src/13iovars/outvars.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o outvar1.o ../../../src/13iovars/outvar1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o out_geometry_xml.o ../../../src/13iovars/out_geometry_xml.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o out_resultsgs_xml.o ../../../src/13iovars/out_resultsgs_xml.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o prtocc.o ../../../src/13iovars/prtocc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13iovars -I../.. -I../defs -I../../../src/13iovars/../defs -O2 -fno-second-underscore -c -o prttagm.o ../../../src/13iovars/prttagm.F90 rm -f lib13iovars.a /usr/bin/ar cru lib13iovars.a chkdpr.o chkinp.o chkint.o chkneu.o getdim_nloc.o indefo.o ingeo.o ingeobld.o inkpts.o invacuum.o invars0.o invars1.o invars1m.o invars2.o invars2m.o memana.o memorf.o memory.o outqmc.o outvars.o outvar1.o out_geometry_xml.o out_resultsgs_xml.o prtocc.o prttagm.o ranlib lib13iovars.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13iovars' Making all in 13nonlocal make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13nonlocal' g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont22cso.o ../../../src/13nonlocal/cont22cso.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont22so.o ../../../src/13nonlocal/cont22so.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont24.o ../../../src/13nonlocal/cont24.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont33cso.o ../../../src/13nonlocal/cont33cso.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont33so.o ../../../src/13nonlocal/cont33so.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont35.o ../../../src/13nonlocal/cont35.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont22.o ../../../src/13nonlocal/cont22.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont3.o ../../../src/13nonlocal/cont3.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cont13.o ../../../src/13nonlocal/cont13.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o cprj_utils.o ../../../src/13nonlocal/cprj_utils.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o ddkten.o ../../../src/13nonlocal/ddkten.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o getcprj.o ../../../src/13nonlocal/getcprj.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o metcon.o ../../../src/13nonlocal/metcon.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o metcon_so.o ../../../src/13nonlocal/metcon_so.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o metric_so.o ../../../src/13nonlocal/metric_so.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o metstr.o ../../../src/13nonlocal/metstr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o mkffkg.o ../../../src/13nonlocal/mkffkg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o mkffkg3.o ../../../src/13nonlocal/mkffkg3.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o mkffkg3_htor.o ../../../src/13nonlocal/mkffkg3_htor.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o mkffnl.o ../../../src/13nonlocal/mkffnl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o mkkpg.o ../../../src/13nonlocal/mkkpg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o nonlop.o ../../../src/13nonlocal/nonlop.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o nonlop_pl.o ../../../src/13nonlocal/nonlop_pl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o nonlop_ylm.o ../../../src/13nonlocal/nonlop_ylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernl2.o ../../../src/13nonlocal/opernl2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernl3.o ../../../src/13nonlocal/opernl3.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernl4a.o ../../../src/13nonlocal/opernl4a.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernl4b.o ../../../src/13nonlocal/opernl4b.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernla_ylm.o ../../../src/13nonlocal/opernla_ylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernlb_ylm.o ../../../src/13nonlocal/opernlb_ylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernlc_ylm.o ../../../src/13nonlocal/opernlc_ylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o opernld_ylm.o ../../../src/13nonlocal/opernld_ylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o ph1d3d.o ../../../src/13nonlocal/ph1d3d.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o scalewf_nonlop.o ../../../src/13nonlocal/scalewf_nonlop.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o strsocv.o ../../../src/13nonlocal/strsocv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13nonlocal -I../.. -I../defs -I../../../src/13nonlocal/../defs -O2 -fno-second-underscore -c -o trace2.o ../../../src/13nonlocal/trace2.F90 rm -f lib13nonlocal.a /usr/bin/ar cru lib13nonlocal.a cont22cso.o cont22so.o cont24.o cont33cso.o cont33so.o cont35.o cont22.o cont3.o cont13.o cprj_utils.o ddkten.o getcprj.o metcon.o metcon_so.o metric_so.o metstr.o mkffkg.o mkffkg3.o mkffkg3_htor.o mkffnl.o mkkpg.o nonlop.o nonlop_pl.o nonlop_ylm.o opernl2.o opernl3.o opernl4a.o opernl4b.o opernla_ylm.o opernlb_ylm.o opernlc_ylm.o opernld_ylm.o ph1d3d.o scalewf_nonlop.o strsocv.o trace2.o ranlib lib13nonlocal.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13nonlocal' Making all in 13psp make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13psp' g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o smoothvlocal.o ../../../src/13psp/smoothvlocal.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o der_int.o ../../../src/13psp/der_int.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o gg1cc.o ../../../src/13psp/gg1cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o gp1cc.o ../../../src/13psp/gp1cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o gpp1cc.o ../../../src/13psp/gpp1cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o pspatm.o ../../../src/13psp/pspatm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o pspcor.o ../../../src/13psp/pspcor.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o pspini.o ../../../src/13psp/pspini.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp1cc.o ../../../src/13psp/psp1cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp1in.o ../../../src/13psp/psp1in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp1lo.o ../../../src/13psp/psp1lo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp1nl.o ../../../src/13psp/psp1nl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp2in.o ../../../src/13psp/psp2in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp2lo.o ../../../src/13psp/psp2lo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp2nl.o ../../../src/13psp/psp2nl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp2params.o ../../../src/13psp/psp2params.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp3in.o ../../../src/13psp/psp3in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp3nl.o ../../../src/13psp/psp3nl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp4cc.o ../../../src/13psp/psp4cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp5in.o ../../../src/13psp/psp5in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp5lo.o ../../../src/13psp/psp5lo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp5nl.o ../../../src/13psp/psp5nl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp6in.o ../../../src/13psp/psp6in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp6cc.o ../../../src/13psp/psp6cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp6ccpos.o ../../../src/13psp/psp6ccpos.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp6cc_drh.o ../../../src/13psp/psp6cc_drh.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp7cg.o ../../../src/13psp/psp7cg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp7in.o ../../../src/13psp/psp7in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp7lo.o ../../../src/13psp/psp7lo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp7nl.o ../../../src/13psp/psp7nl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp8cc.o ../../../src/13psp/psp8cc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp8in.o ../../../src/13psp/psp8in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp8lo.o ../../../src/13psp/psp8lo.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp8nl.o ../../../src/13psp/psp8nl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psp9in.o ../../../src/13psp/psp9in.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o psxml2ab.o ../../../src/13psp/psxml2ab.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o sbf8.o ../../../src/13psp/sbf8.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o sincos.o ../../../src/13psp/sincos.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o solvbes.o ../../../src/13psp/solvbes.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o shapebes.o ../../../src/13psp/shapebes.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o radii_ps.o ../../../src/13psp/radii_ps.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o vander.o ../../../src/13psp/vander.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o vhrtre.o ../../../src/13psp/vhrtre.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o vlocal1.o ../../../src/13psp/vlocal1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13psp -I../.. -I../defs -I../../../src/13psp/../defs -O2 -fno-second-underscore -c -o vlocal2.o ../../../src/13psp/vlocal2.F90 rm -f lib13psp.a /usr/bin/ar cru lib13psp.a smoothvlocal.o der_int.o gg1cc.o gp1cc.o gpp1cc.o pspatm.o pspcor.o pspini.o psp1cc.o psp1in.o psp1lo.o psp1nl.o psp2in.o psp2lo.o psp2nl.o psp2params.o psp3in.o psp3nl.o psp4cc.o psp5in.o psp5lo.o psp5nl.o psp6in.o psp6cc.o psp6ccpos.o psp6cc_drh.o psp7cg.o psp7in.o psp7lo.o psp7nl.o psp8cc.o psp8in.o psp8lo.o psp8nl.o psp9in.o psxml2ab.o sbf8.o sincos.o solvbes.o shapebes.o radii_ps.o vander.o vhrtre.o vlocal1.o vlocal2.o ranlib lib13psp.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13psp' Making all in 13ionetcdf make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13ionetcdf' g95 -DHAVE_CONFIG_H -I. -I../../../src/13ionetcdf -I../.. -I../defs -I../../../src/13ionetcdf/../defs -O2 -fno-second-underscore -c -o abi_etsf_init.o ../../../src/13ionetcdf/abi_etsf_init.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13ionetcdf -I../.. -I../defs -I../../../src/13ionetcdf/../defs -O2 -fno-second-underscore -c -o abi_etsf_electrons_put.o ../../../src/13ionetcdf/abi_etsf_electrons_put.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13ionetcdf -I../.. -I../defs -I../../../src/13ionetcdf/../defs -O2 -fno-second-underscore -c -o abi_etsf_geo_put.o ../../../src/13ionetcdf/abi_etsf_geo_put.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13ionetcdf -I../.. -I../defs -I../../../src/13ionetcdf/../defs -O2 -fno-second-underscore -c -o hdr_io_etsf.o ../../../src/13ionetcdf/hdr_io_etsf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13ionetcdf -I../.. -I../defs -I../../../src/13ionetcdf/../defs -O2 -fno-second-underscore -c -o ini_wf_etsf.o ../../../src/13ionetcdf/ini_wf_etsf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13ionetcdf -I../.. -I../defs -I../../../src/13ionetcdf/../defs -O2 -fno-second-underscore -c -o ini_wf_netcdf.o ../../../src/13ionetcdf/ini_wf_netcdf.F90 rm -f lib13ionetcdf.a /usr/bin/ar cru lib13ionetcdf.a abi_etsf_init.o abi_etsf_electrons_put.o abi_etsf_geo_put.o hdr_io_etsf.o ini_wf_etsf.o ini_wf_netcdf.o ranlib lib13ionetcdf.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13ionetcdf' Making all in 13io_mpi make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13io_mpi' g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o chkexi.o ../../../src/13io_mpi/chkexi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o hdr_io.o ../../../src/13io_mpi/hdr_io.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o hdr_io_netcdf.o ../../../src/13io_mpi/hdr_io_netcdf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o hdr_skip.o ../../../src/13io_mpi/hdr_skip.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o outxfhist.o ../../../src/13io_mpi/outxfhist.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o rwwf.o ../../../src/13io_mpi/rwwf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffclose.o ../../../src/13io_mpi/wffclose.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffdelete.o ../../../src/13io_mpi/wffdelete.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffkg.o ../../../src/13io_mpi/wffkg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffoffset.o ../../../src/13io_mpi/wffoffset.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffopen.o ../../../src/13io_mpi/wffopen.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffreaddatarec.o ../../../src/13io_mpi/wffreaddatarec.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffreadnpwrec.o ../../../src/13io_mpi/wffreadnpwrec.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffreadskiprec.o ../../../src/13io_mpi/wffreadskiprec.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffwritedatarec.o ../../../src/13io_mpi/wffwritedatarec.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffwritedatarecint.o ../../../src/13io_mpi/wffwritedatarecint.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wffwritenpwrec.o ../../../src/13io_mpi/wffwritenpwrec.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/13io_mpi -I../.. -I../defs -I../../../src/13io_mpi/../defs -O2 -fno-second-underscore -c -o wvl_rwwf.o ../../../src/13io_mpi/wvl_rwwf.F90 rm -f lib13io_mpis.a /usr/bin/ar cru lib13io_mpis.a chkexi.o hdr_io.o hdr_io_netcdf.o hdr_skip.o outxfhist.o rwwf.o wffclose.o wffdelete.o wffkg.o wffoffset.o wffopen.o wffreaddatarec.o wffreadnpwrec.o wffreadskiprec.o wffwritedatarec.o wffwritedatarecint.o wffwritenpwrec.o wvl_rwwf.o ranlib lib13io_mpis.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/13io_mpi' Making all in 14wfs make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14wfs' g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o bestwfs.o ../../../src/14wfs/bestwfs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o envlop.o ../../../src/14wfs/envlop.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o fxphas.o ../../../src/14wfs/fxphas.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o getghc.o ../../../src/14wfs/getghc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o listkk.o ../../../src/14wfs/listkk.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o pw_orthon.o ../../../src/14wfs/pw_orthon.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o precon.o ../../../src/14wfs/precon.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o prep_fourwf.o ../../../src/14wfs/prep_fourwf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o prep_getghc.o ../../../src/14wfs/prep_getghc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o projbd.o ../../../src/14wfs/projbd.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o sdirot.o ../../../src/14wfs/sdirot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wfs -I../.. -I../defs -I../../../src/14wfs/../defs -O2 -fno-second-underscore -c -o wfconv.o ../../../src/14wfs/wfconv.F90 rm -f lib14wfs.a /usr/bin/ar cru lib14wfs.a bestwfs.o envlop.o fxphas.o getghc.o listkk.o pw_orthon.o precon.o prep_fourwf.o prep_getghc.o projbd.o sdirot.o wfconv.o ranlib lib14wfs.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14wfs' Making all in 14wvl_wfs make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14wvl_wfs' g95 -DHAVE_CONFIG_H -I. -I../../../src/14wvl_wfs -I../.. -I../defs -I../../../src/14wvl_wfs/../defs -O2 -fno-second-underscore -c -o wvl_free_type.o ../../../src/14wvl_wfs/wvl_free_type.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wvl_wfs -I../.. -I../defs -I../../../src/14wvl_wfs/../defs -O2 -fno-second-underscore -c -o wvl_init_type_wfs.o ../../../src/14wvl_wfs/wvl_init_type_wfs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14wvl_wfs -I../.. -I../defs -I../../../src/14wvl_wfs/../defs -O2 -fno-second-underscore -c -o wvl_init_type_proj.o ../../../src/14wvl_wfs/wvl_init_type_proj.F90 rm -f lib14wvl_wfs.a /usr/bin/ar cru lib14wvl_wfs.a wvl_free_type.o wvl_init_type_wfs.o wvl_init_type_proj.o ranlib lib14wvl_wfs.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14wvl_wfs' Making all in 14iowfdenpot make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14iowfdenpot' g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o fappnd.o ../../../src/14iowfdenpot/fappnd.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o hdr_check.o ../../../src/14iowfdenpot/hdr_check.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o hdr_clean.o ../../../src/14iowfdenpot/hdr_clean.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o hdr_init.o ../../../src/14iowfdenpot/hdr_init.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o hdr_update.o ../../../src/14iowfdenpot/hdr_update.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o initwf.o ../../../src/14iowfdenpot/initwf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o ioarr.o ../../../src/14iowfdenpot/ioarr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o mk_hdr_check_fmt.o ../../../src/14iowfdenpot/mk_hdr_check_fmt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o out1dm.o ../../../src/14iowfdenpot/out1dm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o outwant.o ../../../src/14iowfdenpot/outwant.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o randac.o ../../../src/14iowfdenpot/randac.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o rdnpw.o ../../../src/14iowfdenpot/rdnpw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o read_wfrspa.o ../../../src/14iowfdenpot/read_wfrspa.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o WffReadEigK.o ../../../src/14iowfdenpot/WffReadEigK.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14iowfdenpot -I../.. -I../defs -I../../../src/14iowfdenpot/../defs -O2 -fno-second-underscore -c -o WffReadSkipK.o ../../../src/14iowfdenpot/WffReadSkipK.F90 rm -f lib14iowfdenpot.a /usr/bin/ar cru lib14iowfdenpot.a fappnd.o hdr_check.o hdr_clean.o hdr_init.o hdr_update.o initwf.o ioarr.o mk_hdr_check_fmt.o out1dm.o outwant.o randac.o rdnpw.o read_wfrspa.o WffReadEigK.o WffReadSkipK.o ranlib lib14iowfdenpot.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14iowfdenpot' Making all in 14bader make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14bader' g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o addout.o ../../../src/14bader/addout.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o adini.o ../../../src/14bader/adini.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o aim_follow.o ../../../src/14bader/aim_follow.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o consist.o ../../../src/14bader/consist.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o cpdrv.o ../../../src/14bader/cpdrv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o critic.o ../../../src/14bader/critic.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o critics.o ../../../src/14bader/critics.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o defad.o ../../../src/14bader/defad.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o drvaim.o ../../../src/14bader/drvaim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o evspln.o ../../../src/14bader/evspln.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o graph.o ../../../src/14bader/graph.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o initaim.o ../../../src/14bader/initaim.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o inpar.o ../../../src/14bader/inpar.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o inspln.o ../../../src/14bader/inspln.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o integrho.o ../../../src/14bader/integrho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o integvol.o ../../../src/14bader/integvol.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o onestep.o ../../../src/14bader/onestep.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o plint.o ../../../src/14bader/plint.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o rsurf.o ../../../src/14bader/rsurf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o surf.o ../../../src/14bader/surf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o vgh_rho.o ../../../src/14bader/vgh_rho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14bader -I../.. -I../defs -I../../../src/14bader/../defs -O2 -fno-second-underscore -c -o vnorm.o ../../../src/14bader/vnorm.F90 rm -f lib14bader.a /usr/bin/ar cru lib14bader.a addout.o adini.o aim_follow.o consist.o cpdrv.o critic.o critics.o defad.o drvaim.o evspln.o graph.o initaim.o inpar.o inspln.o integrho.o integvol.o onestep.o plint.o rsurf.o surf.o vgh_rho.o vnorm.o ranlib lib14bader.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14bader' Making all in 14occeig make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14occeig' g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o dens_in_sph.o ../../../src/14occeig/dens_in_sph.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o dos_hdr_write.o ../../../src/14occeig/dos_hdr_write.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o getnel.o ../../../src/14occeig/getnel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o get_dos_1band.o ../../../src/14occeig/get_dos_1band.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o get_fsurf_1band.o ../../../src/14occeig/get_fsurf_1band.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o get_tetra_weight.o ../../../src/14occeig/get_tetra_weight.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o init_bess_spl.o ../../../src/14occeig/init_bess_spl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o init_ylm_spl.o ../../../src/14occeig/init_ylm_spl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o newocc.o ../../../src/14occeig/newocc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o occeig.o ../../../src/14occeig/occeig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o partial_dos_fractions.o ../../../src/14occeig/partial_dos_fractions.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o printbxsf.o ../../../src/14occeig/printbxsf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o prtxcfermsurf.o ../../../src/14occeig/prtxcfermsurf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o recip_ylm.o ../../../src/14occeig/recip_ylm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o simpson_int.o ../../../src/14occeig/simpson_int.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o sphericaldens.o ../../../src/14occeig/sphericaldens.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/14occeig -I../.. -I../defs -I../../../src/14occeig/../defs -O2 -fno-second-underscore -c -o tetrahedron.o ../../../src/14occeig/tetrahedron.F90 rm -f lib14occeig.a /usr/bin/ar cru lib14occeig.a dens_in_sph.o dos_hdr_write.o getnel.o get_dos_1band.o get_fsurf_1band.o get_tetra_weight.o init_bess_spl.o init_ylm_spl.o newocc.o occeig.o partial_dos_fractions.o printbxsf.o prtxcfermsurf.o printbxsf.o recip_ylm.o simpson_int.o sphericaldens.o tetrahedron.o ranlib lib14occeig.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/14occeig' Making all in 15common make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/15common' g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o aprxdr.o ../../../src/15common/aprxdr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o berryphase.o ../../../src/15common/berryphase.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o brdene.o ../../../src/15common/brdene.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o bstruct_clean.o ../../../src/15common/bstruct_clean.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o bstruct_init.o ../../../src/15common/bstruct_init.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o clnup1.o ../../../src/15common/clnup1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o clnup2.o ../../../src/15common/clnup2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o conducti_nc.o ../../../src/15common/conducti_nc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o conducti_paw.o ../../../src/15common/conducti_paw.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o constrf.o ../../../src/15common/constrf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o dielmt2.o ../../../src/15common/dielmt2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o dielmt.o ../../../src/15common/dielmt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o dieltcel.o ../../../src/15common/dieltcel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o dsksta.o ../../../src/15common/dsksta.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o energy.o ../../../src/15common/energy.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o etheta.o ../../../src/15common/etheta.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o etotfor.o ../../../src/15common/etotfor.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o ewald.o ../../../src/15common/ewald.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o ewald2.o ../../../src/15common/ewald2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o fconv.o ../../../src/15common/fconv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o filterpot.o ../../../src/15common/filterpot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o findmin.o ../../../src/15common/findmin.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o fixsym.o ../../../src/15common/fixsym.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o forces.o ../../../src/15common/forces.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o forstr.o ../../../src/15common/forstr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o forstrnps.o ../../../src/15common/forstrnps.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o fresid.o ../../../src/15common/fresid.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o hartre1.o ../../../src/15common/hartre1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o initberry.o ../../../src/15common/initberry.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o initmv.o ../../../src/15common/initmv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o initro.o ../../../src/15common/initro.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o ionion_realspace.o ../../../src/15common/ionion_realspace.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o linemin.o ../../../src/15common/linemin.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o linopt.o ../../../src/15common/linopt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o memkss.o ../../../src/15common/memkss.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mklocl.o ../../../src/15common/mklocl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mklocl_realspace.o ../../../src/15common/mklocl_realspace.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mklocl_recipspace.o ../../../src/15common/mklocl_recipspace.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mklocl_wavelets.o ../../../src/15common/mklocl_wavelets.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mkresi.o ../../../src/15common/mkresi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mkrho.o ../../../src/15common/mkrho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o mlwfovlp.o ../../../src/15common/mlwfovlp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o moddiel.o ../../../src/15common/moddiel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o newrho.o ../../../src/15common/newrho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o newvtr.o ../../../src/15common/newvtr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o nlinopt.o ../../../src/15common/nlinopt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prcref.o ../../../src/15common/prcref.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prcref_PMA.o ../../../src/15common/prcref_PMA.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prteigrs.o ../../../src/15common/prteigrs.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prtene.o ../../../src/15common/prtene.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prtrhomxmn.o ../../../src/15common/prtrhomxmn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prtxf.o ../../../src/15common/prtxf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o prtxvf.o ../../../src/15common/prtxvf.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o rhophi.o ../../../src/15common/rhophi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o rhotov.o ../../../src/15common/rhotov.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o scfcge.o ../../../src/15common/scfcge.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o scfeig.o ../../../src/15common/scfeig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o scfopt.o ../../../src/15common/scfopt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o scprqt.o ../../../src/15common/scprqt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o setup_positron.o ../../../src/15common/setup_positron.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o setup1.o ../../../src/15common/setup1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o setup2.o ../../../src/15common/setup2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o setvtr.o ../../../src/15common/setvtr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o smatrix.o ../../../src/15common/smatrix.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o stress.o ../../../src/15common/stress.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o strhar.o ../../../src/15common/strhar.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o strsym.o ../../../src/15common/strsym.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o sygrad.o ../../../src/15common/sygrad.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o symrhg.o ../../../src/15common/symrhg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o testsusmat.o ../../../src/15common/testsusmat.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o uderiv.o ../../../src/15common/uderiv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o waveformat.o ../../../src/15common/waveformat.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15common -I../.. -I../defs -I../../../src/15common/../defs -O2 -fno-second-underscore -c -o wvl_mkrho.o ../../../src/15common/wvl_mkrho.F90 rm -f lib15common.a /usr/bin/ar cru lib15common.a aprxdr.o berryphase.o brdene.o bstruct_clean.o bstruct_init.o clnup1.o clnup2.o conducti_nc.o conducti_paw.o constrf.o dielmt2.o dielmt.o dieltcel.o dsksta.o energy.o etheta.o etotfor.o ewald.o ewald2.o fconv.o filterpot.o findmin.o fixsym.o forces.o forstr.o forstrnps.o fresid.o hartre1.o initberry.o initmv.o initro.o ionion_realspace.o linemin.o linopt.o memkss.o mklocl.o mklocl_realspace.o mklocl_recipspace.o mklocl_wavelets.o mkresi.o mkrho.o mlwfovlp.o moddiel.o newrho.o newvtr.o nlinopt.o prcref.o prcref_PMA.o prteigrs.o prtene.o prtrhomxmn.o prtxf.o prtxvf.o rhophi.o rhotov.o scfcge.o scfeig.o scfopt.o scprqt.o setup_positron.o setup1.o setup2.o setvtr.o smatrix.o stress.o strhar.o strsym.o sygrad.o symrhg.o testsusmat.o uderiv.o waveformat.o wvl_mkrho.o ranlib lib15common.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/15common' Making all in 15gw make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/15gw' g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o assemblychi0.o ../../../src/15gw/assemblychi0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o bz1.o ../../../src/15gw/bz1.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o calc_coh.o ../../../src/15gw/calc_coh.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o calc_sig_noppm.o ../../../src/15gw/calc_sig_noppm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o calc_sig_ppm.o ../../../src/15gw/calc_sig_ppm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o ccgradvnl.o ../../../src/15gw/ccgradvnl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cchi0.o ../../../src/15gw/cchi0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cchi0q0.o ../../../src/15gw/cchi0q0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cggfft.o ../../../src/15gw/cggfft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cigfft.o ../../../src/15gw/cigfft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o ckxcldag.o ../../../src/15gw/ckxcldag.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o ckxcldar.o ../../../src/15gw/ckxcldar.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o clcqpg.o ../../../src/15gw/clcqpg.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cmevxclda.o ../../../src/15gw/cmevxclda.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cppm1par.o ../../../src/15gw/cppm1par.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cppm2par.o ../../../src/15gw/cppm2par.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cppm3par.o ../../../src/15gw/cppm3par.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cppm4par.o ../../../src/15gw/cppm4par.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o crho.o ../../../src/15gw/crho.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o csigme.o ../../../src/15gw/csigme.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cvc.o ../../../src/15gw/cvc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o cvxclda.o ../../../src/15gw/cvxclda.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o density.o ../../../src/15gw/density.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o diffvc.o ../../../src/15gw/diffvc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o diffvx.o ../../../src/15gw/diffvx.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o difrel.o ../../../src/15gw/difrel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o difvxc.o ../../../src/15gw/difvxc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o dosym.o ../../../src/15gw/dosym.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o dosymr.o ../../../src/15gw/dosymr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o dotproductqrc.o ../../../src/15gw/dotproductqrc.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o fermi.o ../../../src/15gw/fermi.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o fftwfn.o ../../../src/15gw/fftwfn.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o findk.o ../../../src/15gw/findk.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o findkp.o ../../../src/15gw/findkp.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o findnq.o ../../../src/15gw/findnq.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o findq.o ../../../src/15gw/findq.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o findqg0.o ../../../src/15gw/findqg0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o findshells.o ../../../src/15gw/findshells.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o fkin.o ../../../src/15gw/fkin.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o hermitianize.o ../../../src/15gw/hermitianize.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o icmpk2.o ../../../src/15gw/icmpk2.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o identk.o ../../../src/15gw/identk.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o identq.o ../../../src/15gw/identq.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o iosig.o ../../../src/15gw/iosig.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o itst0.o ../../../src/15gw/itst0.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o lattice.o ../../../src/15gw/lattice.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o linfit.o ../../../src/15gw/linfit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o modx.o ../../../src/15gw/modx.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o pclock.o ../../../src/15gw/pclock.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o prep_coh.o ../../../src/15gw/prep_coh.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o printcm.o ../../../src/15gw/printcm.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o printv.o ../../../src/15gw/printv.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rdlda.o ../../../src/15gw/rdlda.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rdldaabinit.o ../../../src/15gw/rdldaabinit.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rdqps.o ../../../src/15gw/rdqps.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rel.o ../../../src/15gw/rel.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rho_tw_g.o ../../../src/15gw/rho_tw_g.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rdkss.o ../../../src/15gw/rdkss.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o rdscr.o ../../../src/15gw/rdscr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o scpdt.o ../../../src/15gw/scpdt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o setmesh.o ../../../src/15gw/setmesh.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o setshells.o ../../../src/15gw/setshells.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o setup_hamilt.o ../../../src/15gw/setup_hamilt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o sizefft.o ../../../src/15gw/sizefft.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o surot.o ../../../src/15gw/surot.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o testscr.o ../../../src/15gw/testscr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o testlda.o ../../../src/15gw/testlda.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o vcjas.o ../../../src/15gw/vcjas.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o vlngth.o ../../../src/15gw/vlngth.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o vxcca.o ../../../src/15gw/vxcca.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o vxjas.o ../../../src/15gw/vxjas.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o vxnr.o ../../../src/15gw/vxnr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o wrqps.o ../../../src/15gw/wrqps.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o wrscr.o ../../../src/15gw/wrscr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o memerr.o ../../../src/15gw/memerr.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o setup_little_group.o ../../../src/15gw/setup_little_group.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o assemblychi0_sym.o ../../../src/15gw/assemblychi0_sym.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o assemblychi0q0_sym.o ../../../src/15gw/assemblychi0q0_sym.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15gw -I../.. -I../defs -I../../../src/15gw/../defs -O2 -fno-second-underscore -c -o ccgradvnl_ylm.o ../../../src/15gw/ccgradvnl_ylm.F90 rm -f lib15gw.a /usr/bin/ar cru lib15gw.a assemblychi0.o bz1.o calc_coh.o calc_sig_noppm.o calc_sig_ppm.o ccgradvnl.o cchi0.o cchi0q0.o cggfft.o cigfft.o ckxcldag.o ckxcldar.o clcqpg.o cmevxclda.o cppm1par.o cppm2par.o cppm3par.o cppm4par.o crho.o csigme.o cvc.o cvxclda.o density.o diffvc.o diffvx.o difrel.o difvxc.o dosym.o dosymr.o dotproductqrc.o fermi.o fftwfn.o findk.o findkp.o findnq.o findq.o findqg0.o findshells.o fkin.o hermitianize.o icmpk2.o identk.o identq.o iosig.o itst0.o lattice.o linfit.o modx.o pclock.o prep_coh.o printcm.o printv.o rdlda.o rdldaabinit.o rdqps.o rel.o rho_tw_g.o rdkss.o rdscr.o scpdt.o setmesh.o setshells.o setup_hamilt.o sizefft.o surot.o testscr.o testlda.o vcjas.o vlngth.o vxcca.o vxjas.o vxnr.o wrqps.o wrscr.o memerr.o setup_little_group.o assemblychi0_sym.o assemblychi0q0_sym.o ccgradvnl_ylm.o ranlib lib15gw.a make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/15gw' Making all in 15rsprc make[3]: Entering directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/15rsprc' g95 -DHAVE_CONFIG_H -I. -I../../../src/15rsprc -I../.. -I../defs -I../../../src/15rsprc/../defs -O2 -fno-second-underscore -c -o lavnl.o ../../../src/15rsprc/lavnl.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15rsprc -I../.. -I../defs -I../../../src/15rsprc/../defs -O2 -fno-second-underscore -c -o ladielmt.o ../../../src/15rsprc/ladielmt.F90 g95 -DHAVE_CONFIG_H -I. -I../../../src/15rsprc -I../.. -I../defs -I../../../src/15rsprc/../defs -O2 -fno-second-underscore -c -o moddiel_csrb.o ../../../src/15rsprc/moddiel_csrb.F90 make[3]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src/15rsprc' make[2]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop/src' make[1]: Leaving directory `/home/yucj/ABINIT/Studio/abinit-5.3.3/workshop'
yucj@kff35:~/ABINIT/Studio/abinit-5.3.3/workshop$ make >compile.log /usr/bin/ar: creating liblinalg.a In file ../../../src/15rsprc/moddiel_csrb.F90:118 qdiemac(2,:,1)=real(imag(cqdiemac(:,1)),dp) 1 Error: Type of argument 'z' in call to 'imag' at (1) should be COMPLEX(4), not COMPLEX(8) make[3]: *** [moddiel_csrb.o] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
- Compile error in g95, Chol-Jun Yu, 03/07/2007
- Re: [abinit-forum] Compile error in g95, Xavier Gonze, 03/07/2007
- Re: [abinit-forum] Compile error in g95, Chol-Jun Yu, 03/08/2007
- Sorry : line 116, Xavier Gonze, 03/07/2007
- Re: [abinit-forum] Sorry : line 116, Sean Bonness, 03/07/2007
- Re: [abinit-forum] Compile error in g95, Xavier Gonze, 03/07/2007
Archive powered by MHonArc 2.6.16.