12:39:20 PM PDT - Thu, Oct 30th 2014 |
|
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
|