6:59:09 PM PDT - Thu, Sep 4th 2014 |
|
Hi there,
I am having issues compiling NWChem version 6.0.
The compiling looked promising as it took a while to be finished. However, when I check the make.log file I get this at the very end of it:
/usr/bin/ld: cannot find -lf77blas
make: *** [all] Error 1
I would appreciate any help on this. Below is the sequence of commands I have tried until now.
setenv NWCHEM_TOP /work/cuevasr/nwchem-6.0/
setenv NWCHEM_TARGET LINUX64
setenv ARMCI_NETWORK OPENIB
setenv USE_MPI y
setenv LIBMPI "-lmpi_f90 -lmpi_f77 -lmpi -ltorque -ldl -lm -lnuma -Wl,--export-dynamic -lrt -lnsl -lutil"
setenv MPI_LIB /opt/sharcnet/openmpi/1.6.2/intel/lib
setenv MPI_INCLUDE /opt/sharcnet/openmpi/1.6.2/intel/include
setenv NWCHEM_MODULES "all"
setenv USE_NOFSCHECK TRUE
setenv USE_NOIO TRUE
setenv LIB_DEFINES -DDFLT_TOT_MEM=16777216
setenv MRCC_THEORY TRUE
cd $NWCHEM_TOP/src
make nwchem_config
make > & make.log
Thanks!
|