eccodes/bamboo/CLANG-env.sh

10 lines
281 B
Bash
Raw Normal View History

# No module environment on the Mac
[[ $(uname) == "Darwin" ]] && return
2015-05-11 11:54:11 +00:00
# Initialise module environment if it is not
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
. /usr/local/apps/module/init/bash
fi
module unload grib_api
2018-04-27 16:02:50 +00:00
module unload eccodes
module switch gnu clang