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

Juan 16/12/2022:configure: add ADASTRA=login6 automati configure for default...

Juan 16/12/2022:configure: add ADASTRA=login6 automati configure for default VER_MPI=MPICRAY & bypass openmpi-ucx-rocm VER_MPI=MPIAUTO
parent a5af36d5
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,53 @@ cd ${LOCAL}/conf
TARG=$(uname -s -n)
#
case "$TARG" in
'Linux login6'*)
export ARCH=${ARCH:-LXcray}
export VER_MPI=${VER_MPI:-MPICRAY}
export OPTLEVEL=${OPTLEVEL:-OPENACC}
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFAUTO}
if [ "${VER_MPI}" == "MPICRAY" ]
then
export MNHENV=${MNHENV:-"
module purge
module load craype-x86-trento
module load craype-network-ofi
module load PrgEnv-cray/8.3.3
module load craype/2.7.19
module load cray-mpich/8.1.21
module load libfabric/1.15.2.0
module load craype-accel-amd-gfx90a
export version=5.2.3
module load rocm/${version}
export CCE_ALIAS_NONE=:on
export CCE_NO_PTR_TO_PTR_ALIAS=:on
module list
"}
else
export MNHENV=${MNHENV:-"
module purge
module use /lus/home/NAT/gda2203/SHARED/escobar/my_modules >& /dev/null
module load craype-x86-trento
module load PrgEnv-cray/8.3.3
module load craype/2.7.19
module load craype-accel-amd-gfx90a
export version=5.2.3
module load rocm/${version}
module rm craype-network-ofi cray-mpich cray-libsci cray-dsmml
module load ompij/4.1.2-cray-15.0.0-ucx_rocm
export CCE_ALIAS_NONE=:on
export CCE_NO_PTR_TO_PTR_ALIAS=:on
module list
"}
fi
;;
'Linux login2'*)
export ARCH=${ARCH:-LXcray}
export VER_MPI=${VER_MPI:-MPICRAY}
......
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