forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RADIUSS packages update (Starting over spack#39613) (spack#41375)
- Loading branch information
1 parent
2b29ecd
commit 92b1c8f
Showing
27 changed files
with
837 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,7 @@ spack: | |
- butterflypack | ||
- cabana | ||
- caliper | ||
- chai ~benchmarks ~tests | ||
- chai | ||
- charliecloud | ||
- conduit | ||
- cp2k +mpi | ||
|
@@ -218,7 +218,7 @@ spack: | |
- amrex +cuda cuda_arch=70 | ||
- arborx +cuda cuda_arch=70 ^kokkos +wrapper | ||
- caliper +cuda cuda_arch=70 | ||
- chai ~benchmarks ~tests +cuda cuda_arch=70 ^umpire ~shared | ||
- chai +cuda cuda_arch=70 ^umpire ~shared | ||
# - cp2k +mpi +cuda cuda_arch=70 # dbcsr | ||
- ecp-data-vis-sdk ~rocm +adios2 ~ascent +hdf5 +vtkm +zfp ~paraview +cuda cuda_arch=70 | ||
- exago +mpi +python +raja +hiop ~rocm +cuda cuda_arch=70 ~ipopt ^[email protected] ~sparse +mpi +raja ~rocm +cuda cuda_arch=70 #^[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -214,7 +214,7 @@ spack: | |
- arborx +rocm amdgpu_target=gfx908 | ||
- cabana +rocm amdgpu_target=gfx908 | ||
- caliper +rocm amdgpu_target=gfx908 | ||
- chai ~benchmarks +rocm amdgpu_target=gfx908 | ||
- chai +rocm amdgpu_target=gfx908 | ||
# - cp2k +mpi +rocm amdgpu_target=gfx908 # cp2k: Error: KeyError: 'No spec with name rocm in... "-L{}".format(spec["rocm"].libs.directories[0]), | ||
- ecp-data-vis-sdk +paraview +vtkm +rocm amdgpu_target=gfx908 | ||
- exago +mpi +python +raja +hiop +rocm amdgpu_target=gfx908 ~ipopt cxxflags="-Wno-error=non-pod-varargs" ^[email protected] ~sparse +mpi +raja +rocm amdgpu_target=gfx908 | ||
|
@@ -256,7 +256,7 @@ spack: | |
- arborx +rocm amdgpu_target=gfx90a | ||
- cabana +rocm amdgpu_target=gfx90a | ||
- caliper +rocm amdgpu_target=gfx90a | ||
- chai ~benchmarks +rocm amdgpu_target=gfx90a | ||
- chai +rocm amdgpu_target=gfx90a | ||
# - cp2k +mpi +rocm amdgpu_target=gfx90a # cp2k: Error: KeyError: 'No spec with name rocm in... "-L{}".format(spec["rocm"].libs.directories[0]), | ||
- ecp-data-vis-sdk +paraview +vtkm +rocm amdgpu_target=gfx90a | ||
- exago +mpi +python +raja +hiop +rocm amdgpu_target=gfx90a ~ipopt cxxflags="-Wno-error=non-pod-varargs" ^[email protected] ~sparse +mpi +raja +rocm amdgpu_target=gfx90a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ class Axom(CachedCMakePackage, CudaPackage, ROCmPackage): | |
depends_on("[email protected]:", type="build", when="+rocm") | ||
|
||
depends_on("blt", type="build") | ||
depends_on("[email protected]:", type="build", when="@0.6.1:") | ||
depends_on("[email protected]:0.5.3", type="build", when="@0.6.1:") | ||
|
||
depends_on("mpi", when="+mpi") | ||
|
||
|
@@ -122,13 +122,13 @@ class Axom(CachedCMakePackage, CudaPackage, ROCmPackage): | |
depends_on("scr~fortran", when="+scr~fortran") | ||
|
||
with when("+umpire"): | ||
depends_on("[email protected]:", when="@0.7.0:") | ||
depends_on("[email protected]:2023.06", when="@0.7.0:") | ||
depends_on("[email protected]", when="@0.6.0") | ||
depends_on("umpire@5:5.0.1", when="@:0.5.0") | ||
depends_on("umpire +openmp", when="+openmp") | ||
|
||
with when("+raja"): | ||
depends_on("[email protected]:", when="@0.7.0:") | ||
depends_on("[email protected]:2023.06", when="@0.7.0:") | ||
depends_on("[email protected]", when="@0.6.0") | ||
depends_on("raja@:0.13.0", when="@:0.5.0") | ||
depends_on("raja~openmp", when="~openmp") | ||
|
Oops, something went wrong.