From 402a77c5665bf96fb1189619e29517b683d4e29d Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 9 Feb 2016 14:49:20 +0000 Subject: [PATCH] bamboo: unload modules not available for Intel --- bamboo/INTEL-env.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bamboo/INTEL-env.sh b/bamboo/INTEL-env.sh index bf04012d9..2009a5023 100644 --- a/bamboo/INTEL-env.sh +++ b/bamboo/INTEL-env.sh @@ -2,6 +2,8 @@ if [[ ! $(command -v module > /dev/null 2>&1) ]]; then . /usr/local/apps/module/init/bash fi -# grib_api module conflicts with intel module +# Unload modules not available for Intel module unload grib_api +module unload emos +module unload libemos module switch gnu intel/15.0.2