Hi Daniela,
It seems that in the presence of both ECPs and SO ECPs the memory estimator would always pick the last value of the estimated memory rather than the maximum. The patch below addresses this:
cd $NWCHEM_TOP/src
wget http://nwchemgit.github.io/images/Ecpmem2.patch.gz
gunzip -d Ecpmem2.patch
patch -p0 < Ecpmem2.patch
cd NWints/api
make
cd ../..
make link
For me this fixed the problem with the HOBr molecule you posted above. Please give this a try and let me know if any problems persist.
Huub
|