Skip to content
Snippets Groups Projects
job_make_mesonh_HPE_adastra_genoa 681 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    #MNH_LIC Copyright 1994-2023 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 32
    #SBATCH -o Sortie_compile_MasterI.eo%j      
    #SBATCH --export=NONE
    #SBATCH -C GENOA
    #SBATCH --time 01:00:00
    #SBATCH -A mnh # 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-LXcray-R8I4-MNH-V5-6-1-MPICRAY-O2
    
    time make -j 32
    time make -j 1 installmaster