eccodes/bamboo/CLANG-env.sh

7 lines
193 B
Bash
Raw Normal View History

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