Solved: Nwchem 6.3 running 2-5 times slower than 6.1.1


Click here for full thread
Forum Vet
ARMCI_NETWORK=SOCKETS should be faster
The default ARMCI_NETWORK is now MPI-TS. In the case of runs that use a single node,
ARMCI_NETWORK=SOCKETS might give faster run times.

Here is how to switch
export ARMCI_NETWORK=SOCKETS
cd $NWCHEM_TOP/src/tools
rm -rf build install
make
cd ..
make link