Skip to content

Commit 6095441

Browse files
authored
Adding benchmark build and run on Aurora (#2824)
This will allow us to eventually collect performance data on that platform as well as Polaris. Next step will be uploading data in a github repository... Signed-off-by: Luc Berger-Vergiat <lberge@sandia.gov>
1 parent b209e5d commit 6095441

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab/alcf-gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ Aurora:
9999
-DKokkosKernels_ENABLE_TESTS:BOOL=ON
100100
-DKokkosKernels_ENABLE_EXAMPLES:BOOL=ON
101101
-DKokkosKernels_ENABLE_PERFTESTS:BOOL=OFF
102-
-DKokkosKernels_ENABLE_BENCHMARK:BOOL=OFF
102+
-DKokkosKernels_ENABLE_BENCHMARKS:BOOL=ON
103+
-DKokkosKernels_RUN_BENCHMARKS:BOOL=ON
103104
-DKokkosKernels_ENABLE_TPL_MKL=ON
104105
- export CMAKE_BUILD_PARALLEL_LEVEL=48
105106
- export ZES_ENABLE_SYSMAN=1

0 commit comments

Comments
 (0)