compilation problem with nwchem-rev26871.2015-02-24


Click here for full thread
Clicked A Few Times
Hi Edo,

I'm getting the same internal compiler error on this file with the v6.6 release (ifort 15.0.2.164, Intel MPI). Did the fix make it into the release?

My settings as follows:

export NWCHEM_TARGET=LINUX64
export USE_MPI=y
export USE_MPIF=y
export USE_MPIF4=y
export LIBMPI="-Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /opt/intel//impi/5.0.3.048/intel64/lib/release_mt -Xlinker -rpath -Xlinker /opt/intel//impi/5.0.3.048/intel64/lib -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/5.0/intel64/lib/release_mt -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/5.0/intel64/lib -lmpifort -lmpi -lmpigi -ldl -lrt -lpthread"
export MPI_LIB=/opt/intel/impi/5.0.3.048/intel64/lib
export MPI_INCLUDE=/opt/intel/impi/5.0.3.048/intel64/include
export MKLDIR=/opt/intel/composer_xe_2015.2.164/mkl/lib/intel64
# lp for 32-bit libraries. Leaving out scalapack for now
export BLASOPT="-L${MKLDIR} -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -lpthread -lm -openmp"
export USE_64TO32=y
export HAS_BLAS=yes
make FC=ifort nwchem_config NWCHEM_MODULES=all
make 64_to_32 &> make.64_to_32.log
make FC=ifort &> make.log

Setting -O2, -O1 or -O0 doesn't fix the errror.

Tom