eccodes/bamboo/CLANG-env.sh

9 lines
266 B
Bash
Raw Normal View History

# No module environment on the Mac
[[ $(uname) -eq "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
module switch gnu clang/3.6.2