DFT calculation on spin-orbit couplings: Insufficient memory in ecp int2


Click here for full thread
Forum Vet
Daniela
Here is how to the fix the bug you have uncovered by recompiling your NWChem binary


cd $NWCHEM_TOP/src
wget http://nwchemgit.github.io/images/Ecpmem.patch.gz
gzip -d Ecpmem.patch
cd NWints/api
make
cd ../..
make link