blob: 42a47125c95466391a5e30e54dcfff04eaa283ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#=================================================
# GA Settings
#=================================================
export USE_MPI=yes
export USE_MPIF=yes
export USE_MPIF4=yes
export MPI_LOC=/usr
export MPI_LIB=$MPI_LOC/lib/openmpi
export MPI_INCLUDE=$MPI_LOC/include/openmpi
export LIBMPI="-pthread -Wl,--enable-new-dtags -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi"
#=================================================
# NWChem Settings
#=================================================
export NWCHEM_MODULES="all python"
export NWCHEM_TOP=$(pwd)
export PYTHONHOME=/usr
export PYTHONVERSION=3.6
export PYTHONLIBTYPE=so
# export USE_PYTHON64=y
export BLASOPT="-llapack -lblas"
|