Skip to content

Commit

Permalink
Enable PAPI_SDE for a pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed Aug 8, 2023
1 parent df8b21c commit f31aedb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ build/cuda101/nompi/clang/cuda_wo_omp/release/shared:
CUDA_ARCH: 35

# Job with example runs.
# Also explicitly test PAPI SDE
build/cuda101/openmpi/gcc/all/debug/shared:
extends:
- .build_template
Expand All @@ -126,6 +127,7 @@ build/cuda101/openmpi/gcc/all/debug/shared:
MPI_AS_ROOT: "ON"
BUILD_HIP: "ON"
BUILD_TYPE: "Debug"
BUILD_PAPI_SDE: "ON"
RUN_EXAMPLES: "ON"
CUDA_ARCH: 35

Expand Down
2 changes: 2 additions & 0 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
-DGINKGO_BUILD_HIP=${BUILD_HIP}
-DGINKGO_BUILD_MPI=${BUILD_MPI} ${MPI_STR}
-DGINKGO_BUILD_HWLOC=${BUILD_HWLOC}
-DGINKGO_BUILD_PAPI_SDE=${BUILD_PAPI_SDE}
-DGINKGO_BUILD_TESTS=ON -DGINKGO_BUILD_EXAMPLES=ON
-DGINKGO_FAST_TESTS=${FAST_TESTS}
-DGINKGO_TEST_NONDEFAULT_STREAM=${NONDEFAULT_STREAM}
Expand Down Expand Up @@ -89,6 +90,7 @@
-DGINKGO_BUILD_HIP=${BUILD_HIP}
-DGINKGO_BUILD_MPI=${BUILD_MPI} ${MPI_STR}
-DGINKGO_BUILD_HWLOC=${BUILD_HWLOC}
-DGINKGO_BUILD_PAPI_SDE=${BUILD_PAPI_SDE}
-DGINKGO_BUILD_TESTS=ON -DGINKGO_BUILD_EXAMPLES=ON
-DGINKGO_FAST_TESTS=${FAST_TESTS}
-DGINKGO_MIXED_PRECISION=${MIXED_PRECISION}
Expand Down
1 change: 1 addition & 0 deletions .gitlab/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
BUILD_CUDA: "OFF"
BUILD_HIP: "OFF"
BUILD_HWLOC: "ON"
BUILD_PAPI_SDE: "OFF"
BUILD_MPI: "OFF"
GKO_COMPILER_FLAGS: ""
MPI_AS_ROOT: "OFF"
Expand Down

0 comments on commit f31aedb

Please sign in to comment.