Skip to content
Snippets Groups Projects
Commit b30381bb authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 16/12/2020: update job for IDRIS Jean-zay computer

parent 4f93f0ec
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#SBATCH -e Examples.eo%j #
#SBATCH -t 01:00:00 # time limit
#SBATCH --export=NONE
#SBATCH -A mnh@cpu # put here you account/projet name
# Echo des commandes
ulimit -c 0
......
#!/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 --job-name=compile_MNH
#SBATCH -N 1 -n 1 -c 16
#SBATCH -o Sortie_compile_MasterI.eo%j
#SBATCH --export=NONE
#SBATCH -p compil
#SBATCH -A mnh@cpu # put here your account/projet name
set -x
# On va lancer la compilation dans le répertoire de lancement du job
pwd
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-4-MPIINTEL-O2
time gmake -j 16
time gmake -j 1 installmaster
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment