diff --git a/src/configure b/src/configure index 8c46c4f948cfbdd89111ee558c1f04d2a71ff54c..dcb6c2ea398b2785b128a7d9998a52e71edc397a 100755 --- a/src/configure +++ b/src/configure @@ -52,6 +52,36 @@ cd ${LOCAL}/conf TARG=$(uname -s -n) # case "$TARG" in +'Linux login2'*) + export ARCH=${ARCH:-LXcray} + export VER_MPI=${VER_MPI:-MPICRAY} + #export VER_MPI=${VER_MPI:-MPIAUTO} + #export OPTLEVEL=${OPTLEVEL:-MANAGED02} + export OPTLEVEL=${OPTLEVEL:-OPENACC} + # export OPTLEVEL=${OPTLEVEL:-OPENACCDEFONLY} + export MVWORK=${MVWORK:-NO} + export VER_CDF=${VER_CDF:-CDFAUTO} + #export VER_USER=${VER_USER:-ZSOLVER} + export MNHENV=${MNHENV:-" +module purge +module load craype-x86-trento +module load craype-network-ofi +module load PrgEnv-cray/8.3.3 + +module load libfabric/1.15.0.0 +module load xpmem/2.4.4-2.3_2.12__gff0e1d9.shasta +module load cray-pmi/6.1.2 +module load craype-accel-amd-gfx90a +module load rocm + + +ulimit -s unlimited + + +#export CRAY_ACC_DEBUG=2 +"} + ;; + 'Linux jean-zay'*|'Linux idrsrv'*) export ARCH=${ARCH:-LXifort} export VER_MPI=${VER_MPI:-MPIINTEL}