From ede04a8abc8f73a73fdb4212684672eaedf71b0a Mon Sep 17 00:00:00 2001 From: Juan Escobar <juan.escobar@aero.obs-mip.fr> Date: Wed, 3 Dec 2014 13:55:54 +0000 Subject: [PATCH] Juan 3/12/2014: typo with >> redirection --- src/job_make_mesonh_CRAY_cca | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/job_make_mesonh_CRAY_cca b/src/job_make_mesonh_CRAY_cca index cf6072705..3cf2b0769 100755 --- a/src/job_make_mesonh_CRAY_cca +++ b/src/job_make_mesonh_CRAY_cca @@ -25,6 +25,6 @@ ARCH=LXcray time gmake -j 4 2>&1 | tee sortie_compile_cray.$$ -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.$$ -- GitLab