eccodes/bamboo/INTEL-env.sh

10 lines
276 B
Bash

# Initialise module environment if it is not
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
. /usr/local/apps/module/init/bash
fi
# Unload modules not available for Intel
module unload grib_api
module unload emos
module unload libemos
module switch gnu intel/15.0.2