Hi Edoapra,
$ gfortran -v
Reading specs from /Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/gcc-6.1.0-yjkpe3clg23uuacydkq35kdd5xt3v34u/lib64/gcc/x86_64-apple-darwin15.6.0/6.1.0/specs
COLLECT_GCC=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/gcc-6.1.0-yjkpe3clg23uuacydkq35kdd5xt3v34u/bin/gfortran
COLLECT_LTO_WRAPPER=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/gcc-6.1.0-yjkpe3clg23uuacydkq35kdd5xt3v34u/libexec/gcc/x86_64-apple-darwin15.6.0/6.1.0/lto-wrapper
Target: x86_64-apple-darwin15.6.0
Configured with: /Users/davydden/spack/var/spack/stage/gcc-6.1.0-yjkpe3clg23uuacydkq35kdd5xt3v34u/gcc-6.1.0/configure --prefix=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/gcc-6.1.0-yjkpe3clg23uuacydkq35kdd5xt3v34u --libdir=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/gcc-6.1.0-yjkpe3clg23uuacydkq35kdd5xt3v34u/lib64 --disable-multilib --enable-languages=fortran,c,java,objc,c++ --with-mpc=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/mpc-1.0.3-efuklfohais7xtgiitw5fckbrmok6qle --with-mpfr=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/mpfr-3.1.4-ruvsg2nfdda3c5dx74ydghw2li6f6h2w --with-gmp=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/gmp-6.1.1-vg3hqprv7ngioz3zy7essfa3chmazmwv --enable-lto --with-quad --with-isl=/Users/davydden/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/isl-0.14-4ddiuxsw2slqhh7amhtfhc5lyy3cq5io --with-build-config=bootstrap-debug
Thread model: posix
gcc version 6.1.0 (GCC)
I don't use gcc, should be irrelevant. Also CC and FC environment variables are set to point to Clang and gfortran. But since you asked, the `gcc` points to the system's gcc
gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
$ clang -v
Apple LLVM version 7.3.0 (clang-703.0.31)
Target: x86_64-apple-darwin15.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Here are the links to logs:
https://dl.dropboxusercontent.com/u/52046612/armci_config.log.zip
https://dl.dropboxusercontent.com/u/52046612/comex_config.log.zip
https://dl.dropboxusercontent.com/u/52046612/config.log.zip
Do not mind unusual paths in logs, it's because NWChem is compiled within a package manager Spack (https://github.com/LLNL/spack) -- a flexible package manager developed with High-Perfomance-Computing in mind.
|