Skip to content
Snippets Groups Projects
Commit cd635184 authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan Committed by WAUTELET Philippe
Browse files

Juan 4/12/2014: replace module rm with switch & ksh with bash

parent 612aa059
No related branches found
No related tags found
No related merge requests found
#!/bin/ksh #!/bin/bash
#MNH_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier #MNH_LIC Copyright 1994-2014 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 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 version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
...@@ -209,9 +209,7 @@ module rm grib_api ...@@ -209,9 +209,7 @@ module rm grib_api
then then
export MNHENV=${MNHENV:-" export MNHENV=${MNHENV:-"
. /opt/modules/default/init/bash . /opt/modules/default/init/bash
module rm grib_api module switch PrgEnv-cray PrgEnv-intel
module rm PrgEnv-cray
module load PrgEnv-intel
"} "}
fi fi
fi fi
......
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