Fix broken CLANG build. No module clang/3.6.2

This commit is contained in:
Shahram Najm 2018-01-18 13:18:40 +00:00
parent 1413439bdf
commit 2c0f8c0bce
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
. /usr/local/apps/module/init/bash
fi
module unload grib_api
module switch gnu clang/3.6.2
#module switch gnu clang/3.6.2
#module switch gnu clang/3.9.1
module switch gnu clang