Raman - no failure report without damping


Click here for full thread
Forum Vet
Patch available
Manfred
Did you compile with BLAS_SIZE=4 and USE_64TO32=y?
If this is your case, please apply the patch
http://nwchemgit.github.io/download.php?f=Zgesvd.patch.gz

To apply

cd $NWCHEM_TOP
wget -O Zgesvd.patch.gz \
"http://nwchemgit.github.io/download.php?f=Zgesvd.patch.gz"
gzip -d Zgesvd.patch.gz
patch -p0 < Zgesvd.patch
cd src/util
make 64_to_32
make
cd ..
make link