Problem running nwchem in multiple processors


Click here for full thread
Forum Vet
need to patch the source code
Cebernardes,
The Intel Composer xe 2013 compiler generates erroneous code when compiling some of the NWChem source code.
You need to patch the 6.1.1 and recompile as mentioned in

http://nwchemgit.github.io/Special_AWCforum/sp/id2506

These are the steps needed
1) cd $NWCHEM_TOP/src
2) wget http://nwchemgit.github.io/images/Dstebz3.patch.gz
3) gzip -d Dstebz3.patch.gz
4) patch -p0 < Dstebz3.patch
5) recompile

Cheers, Edo