diff --git a/bamboo/GCC-env.sh b/bamboo/GCC-env.sh index fa0ef99e4..043bcd488 100644 --- a/bamboo/GCC-env.sh +++ b/bamboo/GCC-env.sh @@ -1,14 +1,12 @@ #!/bin/bash -[[ $(uname) == "Darwin" ]] && return +# [[ $(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 -echo "Got to here........" - #module unload grib_api #module unload eccodes #module unload emos