6.1.1 MPI build runs great, but only on 1 node


Click here for full thread
Forum Vet
check the existence of $NWCHEM_TOP/lib/LINUX64/lib64to32.a
Please do the following
1) check the existence of $NWCHEM_TOP/lib/LINUX64/lib64to32.a
2) if the library is there, check the existence of the ycopy_ symbol

nm $NWCHEM_TOP/lib/LINUX64/lib64to32.a | grep ycopy

3) if the symbol is not there (or the full library is missing),

cd $NWCHEM_TOP/src/64to32blas
make clean
make FC=gfortran
relink