9:53:27 AM PDT - Mon, Jul 21st 2014 |
|
hi edo,
with the setting
export LARGE_FILES=TRUE
export NWCHEM_TOP=/opt/Nwchem-dev.revision25716-src.2014-06-09
export NWCHEM_TARGET=LINUX64
export ARMCI_NETWORK=SOCKETS
export NWCHEM_MODULES="all"
export MPI_LOC=/opt/openmpi-1.8.1
export USE_MPI=y
export USE_MPIF=y
export USE_MPIF4=y
export MPI_LIB=$MPI_LOC/lib
export MPI_INCLUDE="$NWCHEM_TOP/src/tools/ga-5-2/armci/src/include -I$MPI_LOC/include"
export LIBMPI="-lmpi_f90 -lmpi_f77 -lmpi -ldl -Wl,--export-dynamic -lnsl -lutil"
I obtain this error:
'/usr/bin/ld: cannot find -lmpi_f90
/usr/bin/ld: cannot find -lmpi_f77
collect2: error: ld returned 1 exit status
make: *** [all] Error 1'
thanks
Marcel
|