diff --git a/src/job_make_examples_CRAY_cca b/src/job_make_examples_CRAY_cca
index 923f453fcd9a623bb1634de4c9f393fd4db9aa6b..e4419e39232e058c4c03ad716065218ac18f009e 100755
--- a/src/job_make_examples_CRAY_cca
+++ b/src/job_make_examples_CRAY_cca
@@ -25,8 +25,8 @@ hostname
 
 cd ${PBS_O_WORKDIR}
 
-#ARCH=LXifort
-ARCH=LXcray
+ARCH=LXifort
+#ARCH=LXcray
 . ../conf/profile_mesonh-${ARCH}I4-MNH-V5-3-0-MPICRAY-O2
 
 
diff --git a/src/job_make_mesonh_CRAY_cca b/src/job_make_mesonh_CRAY_cca
index a308dc3ddf2a192e3f1e3f2d7464b45fb299e204..f990b49859156d7b8d93784bf42f6bc9e20bf44c 100755
--- a/src/job_make_mesonh_CRAY_cca
+++ b/src/job_make_mesonh_CRAY_cca
@@ -19,12 +19,11 @@ set -x
 cd ${PBS_O_WORKDIR}
 pwd
 
-#ARCH=LXifort
-ARCH=LXcray
+ARCH=LXifort
+#ARCH=LXcray
 . ../conf/profile_mesonh-${ARCH}I4-MNH-V5-3-0-MPICRAY-O2
 
-
-time gmake -j 4 2>&1 | tee sortie_compile_cray.$$
-time gmake -j 4 2>&1 | tee sortie_compile_cray2.$$
-time gmake -j 1 installmaster  2>&1 | tee sortie_install_cray.$$
+time gmake -j 4 2>&1 | tee sortie_compile_${ARCH}.$$
+time gmake -j 4 2>&1 | tee sortie_compile_${ARCH}2.$$
+time gmake -j 1 installmaster  2>&1 | tee sortie_install_${ARCH}2.$$