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
|
||||
|
||||
# initialise module environment if it is not
|
||||
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||
. /usr/local/apps/module/init/bash
|
||||
fi
|
||||
#if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||
#. /usr/local/apps/module/init/bash
|
||||
#fi
|
||||
|
||||
module unload grib_api
|
||||
module unload eccodes
|
||||
module unload emos
|
||||
module unload fftw
|
||||
module unload libemos
|
||||
module unload metview
|
||||
#module unload grib_api
|
||||
#module unload eccodes
|
||||
#module unload emos
|
||||
#module unload fftw
|
||||
#module unload libemos
|
||||
#module unload metview
|
||||
|
||||
module load cmake/3.16.5
|
||||
module load aec
|
||||
#module load cmake/3.16.5
|
||||
#module load aec
|
||||
|
||||
|
|
Loading…
Reference in New Issue