Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spack version #219

Merged
merged 4 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion checkout-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

versions:
ramble: bb664f142b2cbdb2b2ea39e70a8535c9f27c1179
spack: 31de670bd26beca979ebd75dcb0ce90c535a78c4
spack: c2eef8bab26adb00b250992e29d697b4706356a0
2 changes: 1 addition & 1 deletion experiments/raja-perf/mpi-only/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ramble:
spack_spec: '[email protected]:'
compiler: compiler-gcc
raja-perf:
spack_spec: raja-perf@develop ~openmp +mpi ^[email protected]
spack_spec: raja-perf@develop ~openmp +mpi
compiler: default-compiler
environments:
raja-perf:
Expand Down
2 changes: 1 addition & 1 deletion experiments/raja-perf/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ramble:
concretized: true
packages:
raja-perf:
spack_spec: raja-perf@develop +openmp +mpi ^[email protected]
spack_spec: raja-perf@develop +openmp +mpi
compiler: default-compiler
environments:
raja-perf:
Expand Down
2 changes: 1 addition & 1 deletion experiments/saxpy/openmp/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ramble:
concretized: true
packages:
saxpy:
spack_spec: [email protected] +openmp{modifier_spack_variant} ^[email protected]
spack_spec: [email protected] +openmp{modifier_spack_variant}
compiler: default-compiler
environments:
saxpy:
Expand Down