Compiling with MPICH


Click here for full thread
Forum Vet
Quote:Semmen Dec 20th 1:55 am
Hi, I Have installed mpich2, as openmpi didn't work. However, I am unsure if this looks good at the mpif90 step inn Linux 64bits installation (Ubuntu)

NWChem:/home/fjordforsk/nwchem# mpif90 -show
gfortran -I/usr/local/include -I/usr/local/include -L/usr/local/lib -lmpifort -Wl,-rpath -Wl,/usr/local/lib -Wl,--enable-new-dtags -lmpi


What would the respective tags be for setenv variables?


MPI_INCLUDE=/usr/local/include
MPI_LIB=/usr/local/lib
LIBMPI=" -lmpifort -lmpi"