Skip to content

Commit

Permalink
Merge branch 'develop' into task/rhornung67/split-azure-ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 authored Aug 16, 2024
2 parents 5c38a94 + 6cbd62b commit 5dc9132
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo
rm -rf build_${BUILD_SUFFIX} 2>/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_clang_omptarget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ echo
rm -rf build_${BUILD_SUFFIX} 2>/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_clangcuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo
rm -rf build_${BUILD_SUFFIX} >/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo
rm -rf build_${BUILD_SUFFIX} 2>/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_nvcc_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo
rm -rf build_${BUILD_SUFFIX} >/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_nvcc_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo
rm -rf build_${BUILD_SUFFIX} >/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_nvcc_xl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo
rm -rf build_${BUILD_SUFFIX} >/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_pgi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo
rm -rf build_${BUILD_SUFFIX} 2>/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_xl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo
rm -rf build_${BUILD_SUFFIX} 2>/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/blueos_xl_omptarget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo
rm -rf build_${BUILD_SUFFIX} 2>/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}

module load cmake/3.20.2
module load cmake/3.23.1

cmake \
-DCMAKE_BUILD_TYPE=Release \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/corona_sycl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DATE=$(printf '%(%Y-%m-%d)T\n' -1)
export PATH=${SYCL_PATH}/bin:$PATH
export LD_LIBRARY_PATH=${SYCL_PATH}/lib:${SYCL_PATH}/lib64:$LD_LIBRARY_PATH

## NOTE: RAJA tests are turned off due to compilation issues.
module load cmake/3.24.2

cmake \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/toss4_amdclang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rm -rf build_${BUILD_SUFFIX} >/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}


module load cmake/3.23.1
module load cmake/3.24.2

# unload rocm to avoid configuration problems where the loaded rocm and COMP_VER
# are inconsistent causing the rocprim from the module to be used unexpectedly
Expand Down
2 changes: 1 addition & 1 deletion scripts/lc-builds/toss4_amdclang_asan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rm -rf build_${BUILD_SUFFIX} >/dev/null
mkdir build_${BUILD_SUFFIX} && cd build_${BUILD_SUFFIX}


module load cmake/3.23.1
module load cmake/3.24.2

# unload rocm to avoid configuration problems where the loaded rocm and COMP_VER
# are inconsistent causing the rocprim from the module to be used unexpectedly
Expand Down

0 comments on commit 5dc9132

Please sign in to comment.