mirror of https://github.com/ecmwf/eccodes.git
bamboo: unload modules not available for Intel
This commit is contained in:
parent
261e3f6809
commit
402a77c566
|
@ -2,6 +2,8 @@
|
||||||
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
|
||||||
. /usr/local/apps/module/init/bash
|
. /usr/local/apps/module/init/bash
|
||||||
fi
|
fi
|
||||||
# grib_api module conflicts with intel module
|
# Unload modules not available for Intel
|
||||||
module unload grib_api
|
module unload grib_api
|
||||||
|
module unload emos
|
||||||
|
module unload libemos
|
||||||
module switch gnu intel/15.0.2
|
module switch gnu intel/15.0.2
|
||||||
|
|
Loading…
Reference in New Issue