Compiling on RHEL 7 with MKL


Click here for full thread
Forum Vet
Quote:Afeleut Nov 22nd 7:48 am


But when running an example that I know works, I get the following error:
MA fatal error: MA_sizeof: invalid datatype: 128849019889


From what I read on other threads, it's as if I haven't used 64to32. How can I check that step of the compilation was successful? Or is there another reason for the error (maybe it should be BLAS_SIZE=4)? Should I still run
make 64_to32

Thank you

No, this is more likely to be originated by an incorrect compilation of the tools directory.
I would suggest you the following steps

1) unset FC ; unset CC
2) cd $NWCHEM_TOP/src/tools
3) rm -rf build install
4) make FC=ifort >& make.log
5) cd ..
6) make FC=ifort link

If this gives you the same error as before, please post
1) tools/build/config.log
2) tools/make.log