1 #MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2 #MNH_LIC This is part of the Meso-NH software governed by the CeCILL-C licence
3 #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4 #MNH_LIC for details. version 1.
5 #PBS -q compile # obligatoire pour rester sur la frontale TX-7
6 #PBS -l cputim_prc="05:00:00,04:55:00" # temps CPU par processus (défaut 30mn, max 5h)
7 #PBS -l memsz_job="9gb,8gb" # mémoire par job
8 #PBS -l memsz_prc=2gb # mémoire par processus (défaut 256mb, max 2gb)
12 # On va lancer la compilation dans le répertoire de lancement du job
13 [ ${PBS_O_WORKDIR} ] && cd ${PBS_O_WORKDIR}
15 . ../conf/profile_mesonh-SX8I4-MNH-V5-2-1-MPIAUTO-O4
17 time gmake -j 4 ########## compile on four processors to speedup the compilation
18 time gmake -j 1 installmaster
19 #time gmake -j 1 -r bibmaster