diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2022-10-05 10:25:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 10:25:04 -0700 |
commit | af02dcbd2eb2affabce897673cd9a7a5b84460aa (patch) | |
tree | 100b4e9686bc7bdba7f96ee9ad716cd42b7fb480 /share | |
parent | 1800684ac1157a8f4e22ddf698402e9c6a7394a2 (diff) | |
download | spack-af02dcbd2eb2affabce897673cd9a7a5b84460aa.tar.gz spack-af02dcbd2eb2affabce897673cd9a7a5b84460aa.tar.bz2 spack-af02dcbd2eb2affabce897673cd9a7a5b84460aa.tar.xz spack-af02dcbd2eb2affabce897673cd9a7a5b84460aa.zip |
e4s ci: enable caliper cpu (#32988)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index b47934d8bc..8dbf69324f 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -67,6 +67,7 @@ spack: - bricks - butterflypack - cabana + - caliper - chai ~benchmarks ~tests - conduit - darshan-runtime @@ -218,7 +219,6 @@ spack: - vtk-m ~openmp +rocm amdgpu_target=gfx90a # CPU failures - #- caliper # /usr/bin/ld: ../../libcaliper.so.2.7.0: undefined reference to `_dl_sym' #- charliecloud # autogen.sh: 6: [[: not found #- geopm # /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: error:'__builtin_strncpy' specified bound 512 equals destination size [-Werror=stringop-truncation] #- gotcha # /usr/bin/ld: ../../libgotcha.so.2.0.2: undefined reference to `_dl_sym' |