Skip to content
Snippets Groups Projects
Commit ba59eea2 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 26/10/2022:configure, add "Login2" noeud with Cray Env + AMD Trento CPU + AMD GPU MI250X

parent c617a460
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment