mirror of https://github.com/ecmwf/eccodes.git
Get Bamboo CIE to work
This commit is contained in:
parent
d22b3b1dec
commit
959e250717
|
@ -3,17 +3,17 @@
|
||||||
[[ $(uname) == "Darwin" ]] && return
|
[[ $(uname) == "Darwin" ]] && return
|
||||||
|
|
||||||
# initialise module environment if it is not
|
# initialise module environment if it is not
|
||||||
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
#if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||||
. /usr/local/apps/module/init/bash
|
#. /usr/local/apps/module/init/bash
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
module unload grib_api
|
#module unload grib_api
|
||||||
module unload eccodes
|
#module unload eccodes
|
||||||
module unload emos
|
#module unload emos
|
||||||
module unload fftw
|
#module unload fftw
|
||||||
module unload libemos
|
#module unload libemos
|
||||||
module unload metview
|
#module unload metview
|
||||||
|
|
||||||
module load cmake/3.16.5
|
#module load cmake/3.16.5
|
||||||
module load aec
|
#module load aec
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue