From 31893ceeba59a72e06643de76b9c87bafffb601d Mon Sep 17 00:00:00 2001 From: Tiago Quintino Date: Sat, 22 Dec 2018 17:16:05 +0000 Subject: [PATCH] fix bamboo unload metview --- bamboo/CLANG-env.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bamboo/CLANG-env.sh b/bamboo/CLANG-env.sh index dd8bef2d2..cb52d2155 100644 --- a/bamboo/CLANG-env.sh +++ b/bamboo/CLANG-env.sh @@ -6,4 +6,6 @@ if [[ ! $(command -v module > /dev/null 2>&1) ]]; then fi module unload grib_api module unload eccodes +module unload metview + module switch gnu clang