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

Merge branch '1-adapted-pipe-for-ifpen-computers' into 'develop-56'

Resolve "Adapted pipe for IFPEN computers"

Closes #1

See merge request r174/eolien/meso-nh/eol!10
parents f60fa3f9 8798d486
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
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