Quote:Edoapra Sep 11th 10:24 amThe following should work
cd $NWCHEM_TOP/src/util
make FC=ifort FOPTIMIZE=-O2
cd ..
make FC=ifort
Dear Edoapra
It seems that this option works.
When I invoke make command in $NWCHEM_TOP/src/util folder as you said the compiler work without error but it don't create any object file in $NWCHEM_TOP/src/util folder and when return to $NWCHEM_TOP/src folder and reinvoke make without FC=ifort FOPTIMIZE=-O2 option the same error appears!
|