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 4953026810e37d37ddec2d0467f46473ed5be881..1e27a8821b2066e122b78c2e94e9d66bba0f61f9 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 0000000000000000000000000000000000000000..d5ea7ebfa0543ff3aa78088e46ebe0010e328466
--- /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
+