Bamboo build settings

This commit is contained in:
Shahram Najm 2015-05-11 12:54:11 +01:00
parent 040cf5b467
commit d7be4850e7
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1 @@
SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" )

View File

@ -0,0 +1,7 @@
# Initialise module environment if it is not
if [[ ! $(command -v module > /dev/null 2>&1) ]]; then
. /usr/local/apps/module/init/bash
fi
# eccodes module conflicts with intel module
module unload eccodes
module switch gnu intel/15.0.2