Skip to content
Snippets Groups Projects
Commit ea98ba91 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 12/12/2016: job_make_examples_CRAY_cca,job_make_mesonh_CRAY_cca , switch...

Juan 12/12/2016: job_make_examples_CRAY_cca,job_make_mesonh_CRAY_cca , switch to default ifort compiler
parent bd86324a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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.$$
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment