Skip to content
Snippets Groups Projects
Commit d5f055a3 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 15/07/2021: separate module load python on Belenos for KTEST examples,...

Quentin 15/07/2021: separate module load python on Belenos for KTEST examples, incompatibility with python environnement (module) and the other modules needed for MNH (error :unalias condam not found)
parent 8a4d0fd4
No related branches found
No related tags found
No related merge requests found
...@@ -13,3 +13,6 @@ ifneq "$(MNH_PYTHON)" "NO" ...@@ -13,3 +13,6 @@ ifneq "$(MNH_PYTHON)" "NO"
cd 003_python && clean_python cd 003_python && clean_python
endif endif
cd 004_ncl && clean_ncl cd 004_ncl && clean_ncl
python:
cd 003_python && run_python
...@@ -13,3 +13,6 @@ clean: ...@@ -13,3 +13,6 @@ clean:
cd 003_python && clean_python cd 003_python && clean_python
endif endif
cd 004_ncl && clean_ncl cd 004_ncl && clean_ncl
python:
cd 003_python && run_python
...@@ -17,3 +17,6 @@ clean: ...@@ -17,3 +17,6 @@ clean:
endif endif
cd 005_ncl && clean_ncl cd 005_ncl && clean_ncl
cd 007_ncl_diag && clean_ncl cd 007_ncl_diag && clean_ncl
python:
cd 004_python && run_python
...@@ -44,3 +44,6 @@ clean: ...@@ -44,3 +44,6 @@ clean:
ifneq "$(MNH_PYTHON)" "NO" ifneq "$(MNH_PYTHON)" "NO"
cd 007_python && clean_python cd 007_python && clean_python
endif endif
python:
cd 007_python && run_python
...@@ -13,3 +13,6 @@ clean: ...@@ -13,3 +13,6 @@ clean:
cd 003_python && clean_python cd 003_python && clean_python
endif endif
cd 004_ncl && clean_ncl cd 004_ncl && clean_ncl
python:
cd 003_python && run_python
...@@ -57,3 +57,5 @@ clean: ...@@ -57,3 +57,5 @@ clean:
cd 011_ncl_nc4 && clean_ncl cd 011_ncl_nc4 && clean_ncl
cd 011_ncl && clean_ncl cd 011_ncl && clean_ncl
cd 012_spectre && clean_spectre_xyz cd 012_spectre && clean_spectre_xyz
python:
cd 010_python && run_python
...@@ -29,3 +29,5 @@ clean: ...@@ -29,3 +29,5 @@ clean:
endif endif
cd 006_ncl && clean_ncl cd 006_ncl && clean_ncl
python:
cd 005_python && run_python
...@@ -15,3 +15,6 @@ clean: ...@@ -15,3 +15,6 @@ clean:
cd 004_python && clean_python cd 004_python && clean_python
endif endif
cd 005_ncl && clean_ncl cd 005_ncl && clean_ncl
python:
cd 004_python && run_python
...@@ -24,4 +24,7 @@ clean: ...@@ -24,4 +24,7 @@ clean:
ifneq "$(MNH_PYTHON)" "NO" ifneq "$(MNH_PYTHON)" "NO"
cd 005_python && clean_python cd 005_python && clean_python
endif endif
cd 006_ncl && clean_ncl cd 006_ncl && clean_ncl
python:
cd 005_python && run_python
...@@ -13,3 +13,5 @@ clean: ...@@ -13,3 +13,5 @@ clean:
ifneq "$(MNH_PYTHON)" "NO" ifneq "$(MNH_PYTHON)" "NO"
cd 004_python && clean_python cd 004_python && clean_python
endif endif
python:
cd 004_python && run_python
...@@ -178,7 +178,6 @@ export ARMCI_SHR_BUF_METHOD=COPY ...@@ -178,7 +178,6 @@ export ARMCI_SHR_BUF_METHOD=COPY
export NEED_TOOLS=YES export NEED_TOOLS=YES
export MNHENV=${MNHENV:-" export MNHENV=${MNHENV:-"
module purge module purge
module load python/3.7.6
module load intel/2019.5.281 module load intel/2019.5.281
module load openmpi/intel/4.0.2.2 module load openmpi/intel/4.0.2.2
module load cmake/3.15.4 module load cmake/3.15.4
......
...@@ -21,7 +21,8 @@ hostname ...@@ -21,7 +21,8 @@ hostname
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-5-0-MPIAUTO-O3 . ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-5-0-MPIAUTO-O3
export MONORUN="Mpirun -np 1 " export MONORUN="Mpirun -np 1 "
export MPIRUN="Mpirun -np 2 " export MPIRUN="Mpirun -np 2 "
export POSTRUN="time " export POSTRUN="echo "
export MNH_PYTHON="NO"
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78 cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
make -k make -k
...@@ -57,4 +58,24 @@ make -k << EOF ...@@ -57,4 +58,24 @@ make -k << EOF
EOF EOF
# #
# Sur Belenos, le module python est incompatible avec les autres modules chargés Pour MésoNH.
# Les tracés sont réalisés après tous les runs
module purge
module load python/3.7.6
cd $SRC_MESONH/MY_RUN/KTEST/003_KW78
make python
cd $SRC_MESONH/MY_RUN/KTEST/001_2Drelief
make python
cd $SRC_MESONH/MY_RUN/KTEST/002_3Drelief
make python
cd $SRC_MESONH/MY_RUN/KTEST/004_Reunion
make python
cd $SRC_MESONH/MY_RUN/KTEST/007_16janvier
make python
module purge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment