Respected,
I am trying to install nwchem with ELPA libraries the env settings are as follows,
export NWCHEM_TOP='/home/mani/packages/venus-nwchem6.8/nw_elpa/nwchem-6.8'
export LARGE_FILES=TRUE
export ARMCI_NETWORK=MPI-PR
export NWCHEM_TARGET=LINUX64
export NWCHEM_MODULES="qm geninterface venus"
export USE_MPI=y
export USE_MPIF=y
export USE_MPIF4=y
export MPI_LOC=/opt/intel/oneapi/mpi/2021.4.0
export MPI_LIB=$MPI_LOC/lib
export MPI_INCLUDE=$MPI_LOC/include
export LIBMPI="-I/opt/intel/oneapi/mpi/2021.4.0//include -I/opt/intel/oneapi/mpi/2021.4.0/include -L/opt/intel/oneapi/mpi/2021.4.0/lib/release -L/opt/intel/oneapi/mpi/2021.4.0/lib -Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /opt/intel/oneapi/mpi/2021.4.0/lib/release -Xlinker -rpath -Xlinker /opt/intel/oneapi/mpi/2021.4.0/lib -lmpifort -lmpi -ldl -lrt -lpthread"
export CC=icc
export FC=ifort
export CXX=icpc
export HAS_BLAS=yes
export USE_SCALAPACK=y
export SCALAPACK_SIZE=8
export BLAS_SIZE=8
export BLASOPT="-L/home/mani/intel/oneapi/mkl/2021.4.0/lib/intel64 -lmkl_intel_ilp64 -lmkl_core -lmkl_sequential -lpthread -lm"
export LAPACK_LIB=" -L/home/mani/intel/oneapi/mkl/2021.4.0/lib/intel64 -lmkl_intel_ilp64 -lmkl_core -lmkl_sequential -lpthread -lm"
export SCALAPACK=" -L/home/mani/intel/oneapi/mkl/2021.4.0/lib/intel64 -lmkl_intel_ilp64 -lmkl_scalapack_ilp64 -lmkl_core -lmkl_sequential -lmkl_blacs_intelmpi_ilp64 -lpthread -lm"
export SCALAPACK_LIB="$SCALAPACK"
export ELPA_SIZE=8
export ELPA="-L/home/mani/packages/sources/elpa/intel-hsw/lib -lelpa"
cd $NWCHEM_TOP/src
make nwchem_config
make 2>&1 | tee make.log
make stubs.o
in ga configuration it is showing
configure: Checks for BLAS,LAPACK,ScaLAPACK
configure:
configure: Attempting to locate BLAS library
checking for BLAS with user-supplied flags... yes
configure: Attempting to locate LAPACK library
checking for Fortran 77 LAPACK with user-supplied flags... yes
configure: Attempting to locate SCALAPACK library
checking for SCALAPACK with user-supplied flags... yes
checking whether SCALAPACK implements pdsyevr... yes
configure: Attempting to locate ELPA library
checking for ELPA 2016 with user-supplied flags... no
checking for ELPA 2015 with user-supplied flags... no
checking for ELPA with user-supplied flags... no
checking for ELPA in generic library... no
configure: WARNING: ELPA library not found, interfaces won't be defined
configure: WARNING: ELPA 2015 library not found, interfaces won't be defined
configure: WARNING: ELPA 2016 library not found, interfaces won't be defined
I am using elpa-2021.05.001 version
please help......