Compiling NWCHEM on Centos6.1 openmpi1.6 ifort icc


Click here for full thread
Forum Vet
Sacch
The Intel compiler sees to be generating bad code.
Please do the following

cd $NWCHEM_TOP/src/NWints/hondo
touch hnd_giaxyz.F
make FC=ifort FOPTIMIZE="-O1"
cd ../..
make FC=ifort link

Cheers, Edo