From b30381bb44d794623854f2878a86328676eb8988 Mon Sep 17 00:00:00 2001
From: JUan ESCOBAR <juan.escobar@aero.obs-mip.fr>
Date: Wed, 16 Dec 2020 15:43:39 +0100
Subject: [PATCH] Juan 16/12/2020: update job for IDRIS Jean-zay computer

---
 ..._jeanzay => job_make_examples_HPE_jeanzay} |  1 +
 src/job_make_mesonh_HPE_jeanzay               | 21 +++++++++++++++++++
 2 files changed, 22 insertions(+)
 rename src/{job_make_examples_BullX_jeanzay => job_make_examples_HPE_jeanzay} (97%)
 create mode 100755 src/job_make_mesonh_HPE_jeanzay

diff --git a/src/job_make_examples_BullX_jeanzay b/src/job_make_examples_HPE_jeanzay
similarity index 97%
rename from src/job_make_examples_BullX_jeanzay
rename to src/job_make_examples_HPE_jeanzay
index 495302681..1e27a8821 100755
--- a/src/job_make_examples_BullX_jeanzay
+++ b/src/job_make_examples_HPE_jeanzay
@@ -8,6 +8,7 @@
 #SBATCH -e Examples.eo%j   #
 #SBATCH -t 01:00:00    # time limit
 #SBATCH --export=NONE
+#SBATCH -A mnh@cpu # put here you account/projet name
 
 # Echo des commandes
 ulimit -c 0
diff --git a/src/job_make_mesonh_HPE_jeanzay b/src/job_make_mesonh_HPE_jeanzay
new file mode 100755
index 000000000..d5ea7ebfa
--- /dev/null
+++ b/src/job_make_mesonh_HPE_jeanzay
@@ -0,0 +1,21 @@
+#!/bin/bash
+#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 for details. version 1.
+#SBATCH --job-name=compile_MNH
+#SBATCH -N 1 -n 1 -c 16
+#SBATCH -o Sortie_compile_MasterI.eo%j      
+#SBATCH --export=NONE
+#SBATCH -p compil
+#SBATCH -A mnh@cpu # put here your account/projet name
+
+set -x
+# On va lancer la compilation dans le répertoire de lancement du job
+pwd
+
+. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-4-MPIINTEL-O2
+
+time gmake -j 16
+time gmake -j 1 installmaster
+
-- 
GitLab