Skip to content
Snippets Groups Projects
Commit ea3a72af authored by gazoppce's avatar gazoppce
Browse files

Merge branch 'develop-56' into 'dev56_PA'

Develop 56

See merge request r174/eolien/meso-nh/eol!11
parents cf2dd7c8 28597302
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.
pwd
set -x
export ARCH=LXgfortran
export VERSION_XYZ=MNH-V5-6-0
export VER_MPI=MPIAUTO
export OPTLEVEL=DEBUG
# Test de l'existence du profile
if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL}]; then
./configure
fi
# Chargement du profil (qui contient le source vers l'env ifpen-mesonh)
. ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL}
time gmake -j 10
time gmake -j 1 installmaster
......@@ -13,6 +13,3 @@ pwd
time gmake -j 10
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