diff --git a/src/job_make_mesonh_pc_ifpen b/src/job_make_mesonh_pc_ifpen
new file mode 100755
index 0000000000000000000000000000000000000000..b2d7fe5038a2dc2711b9aaed2e0f728026b116e0
--- /dev/null
+++ b/src/job_make_mesonh_pc_ifpen
@@ -0,0 +1,18 @@
+#!/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.
+
+set -x
+# On va lancer la compilation dans le répertoire de lancement du job
+pwd
+
+# Chargement du profil (qui contient le source vers l'env ifpen-mesonh)
+. ../conf/profile_mesonh-LXgfortran-R8I4-MNH-V5-5-1-MPIAUTO-O2
+
+time gmake -j 10
+time gmake -j 1 installmaster
+
+~                       
+
diff --git a/src/job_make_mesonh_user_pc_ifpen b/src/job_make_mesonh_user_pc_ifpen
new file mode 100755
index 0000000000000000000000000000000000000000..fee6257898d3a3969d9254bb76b516bb8eff85e4
--- /dev/null
+++ b/src/job_make_mesonh_user_pc_ifpen
@@ -0,0 +1,15 @@
+#!/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.
+
+pwd
+
+set -x
+
+# Chargement du profil (qui contient le source vers l'env ifpen-mesonh)
+. ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_USER}-${VER_MPI}-${OPTLEVEL}
+
+time gmake -j 10 user
+time gmake -j 1 installuser