Skip to content
Snippets Groups Projects
Commit ce7faed4 authored by joulinp's avatar joulinp
Browse files

Adding jobs to compile with ifpen computers

parent 379eb712
No related branches found
No related tags found
No related merge requests found
#!/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.
set -x
# On va lancer la compilation dans le répertoire de lancement du job
pwd
# Chargement du profil (qui contient le source vers l'env ifpen-mesonh)
. ../conf/profile_mesonh-LXgfortran-R8I4-MNH-V5-5-1-MPIAUTO-O2
time gmake -j 10
time gmake -j 1 installmaster
~
#!/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.
pwd
set -x
# Chargement du profil (qui contient le source vers l'env ifpen-mesonh)
. ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_USER}-${VER_MPI}-${OPTLEVEL}
time gmake -j 10 user
time gmake -j 1 installuser
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