Newer
Older
#!/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.
#SBATCH -N 1
#SBATCH -n 10
#SBATCH -o MasterI.eo%j #
#SBATCH -e MasterI.eo%j #
#SBATCH --wckey MPX13003 # Numero du projet
#SBATCH -t 02:00:00
# On va lancer la compilation dans le répertoire de lancement du job
cd ${SLURM_SUBMIT_DIR}
# Chargement du profil (qui contient le source vers l'env ifpen-mesonh)
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-6-1-MPIAUTO-O2
time gmake -j 10
time gmake -j 1 installmaster