Compiling NWChem with ARMCI NETWORK=MPI-TS


Click here for full thread
Forum Vet
MPI library compiled with icc?
Torstein,
After perusing the last config.log you posted,
I think that the MPI library you are using was compiled with the Intel C compiler icc,
and not with GNU's gcc.

In order to be sure of this, please send me the output of
mpicc -v
and of
mpicc -V

On more thing, after examining the output ofmpif90 -show,
I think it's better to use the following LIBMPI setting

LIBMPI=" -lmpi_f90 -lmpi_f77 -lmpi -lrt -lnsl -lutil -ldl -lm -Wl,--export-dynamic -lrt -lnsl -lutil"