mirror of https://github.com/ecmwf/eccodes.git
Bamboo build settings
This commit is contained in:
parent
040cf5b467
commit
d7be4850e7
|
@ -0,0 +1 @@
|
|||
SET( CMAKE_C_FLAGS "-fsanitize=thread" CACHE STRING "Enable clang thread sanitizer" )
|
|
@ -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
|
Loading…
Reference in New Issue