Skip to content
Snippets Groups Projects
Commit c06f8623 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 05/11/2020: Belenos case for configure and job for compilation

parent 6aeabedb
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,21 @@ export ARMCI_SHR_BUF_METHOD=COPY
;;
esac
;;
'Linux belenos'*|'Linux taranis'*)
export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIAUTO}
export OPTLEVEL=${OPTLEVEL:-O3}
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFAUTO}
export NEED_NCARG=${NEED_NCARG:-NO}
export NEED_TOOLS=YES
export MNHENV=${MNHENV:-"
module purge
module load intel/2019.5.281
module load openmpi/icc/4.0.2.2
unset CC CXX
"}
;;
'Linux beaufix'*|'Linux prolix'*)
export ARCH=${ARCH:-LXifort}
export VER_MPI=${VER_MPI:-MPIINTEL}
......
#!/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 --verbose
#SBATCH --job-name=compile
#SBATCH --time=01:00:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=16
#SBATCH -o MasterI_belenos.eo%j #
#SBATCH -e MasterI_belenos.eo%j #
set -x
# On va lancer la compilation dans le répertoire de lancement du job
pwd
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-MPIAUTO-O3
time make -j 16
time make -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.
#SBATCH --verbose
#SBATCH --job-name=compile
#SBATCH --time=01:00:00
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=2
#SBATCH -o VuserII_belenos.eo%j #
#SBATCH -e VUserII_belenos.eo%j #
export VER_USER= ######## Your own USER Directory
set -x
# On va lancer la compilation dans le répertoire de lancement du job
pwd
. ../conf/profile_mesonh-LXifort-R8I4-MNH-V5-4-3-${VER_USER}-MPIAUTO-O3
time make user -j 2
time make -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