nwchemgit/nwchem

gw code not compiling w/ USE_OPENMP and ifort

Closed this issue · 9 comments

cd $NWCHEM_TOP/src/gwmol
grep MYSIMD *F *fh
make V=1 FC=ifort USE_OPENMP=1 -j 1 -l0.0001

Compiler name and version? Are using the current master branch?

I believe that commit 4dfb3a2 should fix this compiler issue

Same commit is present in the branch hotfix/release-7-2-0, too 7dce6cb

Could you provide a cleaner bug report instead of this messy postings?
Please post the output of the following commands

cd $NWCHEM_TOP/src/gwmol
grep MYSIMD *F *fh
make V=1 FC=ifort USE_OPENMP=1 -j 1 -l0.0001

I also turned of your OPENMP check in src/nwpw/GNUmakefile

Why is this relevant for gwmol?

Closing for lack of feedback