mirror of https://github.com/ecmwf/eccodes.git
Get Bamboo CIE to work
This commit is contained in:
parent
d4b089ddad
commit
2569de6aac
|
@ -1,14 +1,12 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
[[ $(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
|
||||||
|
|
||||||
echo "Got to here........"
|
|
||||||
|
|
||||||
#module unload grib_api
|
#module unload grib_api
|
||||||
#module unload eccodes
|
#module unload eccodes
|
||||||
#module unload emos
|
#module unload emos
|
||||||
|
|
Loading…
Reference in New Issue