NWChem 6.5 and Intel Xeon Phis with intel 14.0.3 and intelmpi 4.1.3


Click here for full thread
Forum Vet
Chris
I am afraid that something goes wrong in the code detection of Xeon Phi cards.
Could you please try the following:
1) edit the file
$NWCHEM_TOP/src/util/util_mic_support.c
change line 11 from
#define DEBUG_ 1
to
#define DEBUG 1
(that is, delete the "underscore" sign)
2) recompile
cd $NWCHEM_TOP/src/util
make FC=ifort
3) relink
cd ..
make FC=ifort link

Could you please post the new error/debug messages you will be getting trying to run the code, plus the output of the commands described at 2) and 3)?

Thanks