Quote:Edoapra May 20th 5:21 pmDoudou,
I have managed to reproduce the first four linking failures you reported.
The fix is to switch to ARMCI_NETWORK=SOCKETS (instead of ARMCI_NETWORK=MPI-TS that is used by default)
To switch:
export ARMCI_NETWORK=SOCKETS
cd $NWCHEM_TOP/src/tools
rm -rf build install
make
cd ..
make link
Please let me know if this fixes your first four linking errors
Thanks, yes this fixed the first four linking errors.
I did some research on the other errors, there is one in particular the undefined reference to 'std::_Rb_tree_increment(std::_Rb_tree_node_base const*)' that has to do with using gcc libraries with g++ or vice versa. I am not sure if this helps in this case. Thanks again!
|