Skip to content
Snippets Groups Projects
Commit 27205b92 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Philippe 05/02/2019: ada: use intel/2018.2 (intel/2013.1 has problems with...

Philippe 05/02/2019: ada: use intel/2018.2 (intel/2013.1 has problems with newunit) and Intel MPI environment (POE not compatible with Intel from intel/2015.2)
parent d1a4f8ad
No related branches found
No related tags found
No related merge requests found
......@@ -186,10 +186,9 @@ module load ga/\${VER_GA}
export MVWORK=${MVWORK:-YES}
export VER_CDF=${VER_CDF:-CDFAUTO}
export MNHENV=${MNHENV:-"
#export OBJDIR_PATH=$WORKDIR/DIR_OBJ_ADA
export MP_MPILIB=pempi
#export MP_MPILIB=pempi
module purge
module load intel/2013.1
module load intel/2018.2
"}
;;
AIX*)
......
#MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC Copyright 1994-2019 CNRS, Meteo-France and Universite Paul Sabatier
#MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
#MNH_LIC for details. version 1.
# Nom arbitraire du travail LoadLeveler
# @ job_name = Sortie_examples_ada
# Type de travail
# @ job_type = parallel
# @ job_type = mpich
# Fichier de sortie standard du travail
# @ output = $(job_name).$(jobid)
# Fichier de sortie d'erreur du travail
......@@ -14,7 +14,7 @@
# @ wall_clock_limit = 3600
# Nombre de processus demande (ici 1)
# @ total_tasks = 4
# @ environment = $DISPLAY
# @ environment = NB_TASKS=$(total_tasks)
# @ queue
cd $LOADL_STEP_INITDIR
......@@ -26,13 +26,10 @@ set -x
#001_2Drelief 002_3Drelief 003_KW78 004_Reunion 007_16janvier
export MONORUN="Poe -world_sizes 1 "
export MPIRUN="Poe -world_sizes 4 "
export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -prepend-rank -np $NB_TASKS "
export POSTRUN=" echo "
export MP_MPILIB=pempi
export MP_LABELIO=yes
time make -k 001_2Drelief
time make -k 002_3Drelief
time make -k 003_KW78
......@@ -48,4 +45,3 @@ make -k << EOF
EOF
#
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