eccodes/bamboo/INTEL-env.sh

8 lines
240 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
# grib_api module conflicts with intel module
module unload grib_api
module switch gnu intel/15.0.2