-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
15 additions
and
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,21 +4,17 @@ spack: | |
spack_spec: [email protected] | ||
default-mpi: | ||
spack_spec: [email protected]%cce ~gtl | ||
compiler-rocm: | ||
spack_spec: [email protected] | ||
compiler-gcc: | ||
spack_spec: [email protected] | ||
compiler-rocm: | ||
spack_spec: [email protected] | ||
blas-rocm: | ||
spack_spec: [email protected] | ||
# lapack-rocm: | ||
# spack_spec: [email protected] | ||
lapack: | ||
spack_spec: [email protected] | ||
mpi-compiler-rocm: | ||
spack_spec: [email protected]%cce ~gtl | ||
mpi-compiler-gcc: | ||
spack_spec: [email protected]%gcc ~gtl | ||
mpi-gtl: | ||
mpi-rocm-gtl: | ||
spack_spec: [email protected]%cce +gtl | ||
mpi-no-gtl: | ||
mpi-rocm-no-gtl: | ||
spack_spec: [email protected]%cce ~gtl | ||
mpi-gcc: | ||
spack_spec: [email protected]%gcc ~gtl |
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 |
---|---|---|
|
@@ -27,50 +27,25 @@ ramble: | |
processes_per_node: ['8', '4'] | ||
n_nodes: ['1', '2'] | ||
matrices: | ||
- size: | ||
- n # TODO: Filter matrix | ||
'{env_name}_problem1_{n_nodes}_{omp_num_threads}_{px}_{py}_{pz}_{nx}_{ny}_{nz}': | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{omp_num_threads}' | ||
variables: | ||
env_name: 'amg2023-omp' | ||
processes_per_node: ['8', '4'] | ||
n_nodes: ['1', '2'] | ||
omp_num_threads: ['1', '2', '4'] | ||
matrices: | ||
- size_threads: | ||
- n # TODO: Filter matrix | ||
- omp_num_threads # TODO: Filter matrix | ||
- size_gtl: | ||
- n | ||
- gtl | ||
spack: | ||
concretized: true | ||
variables: | ||
gtl: ["gtl", "no-gtl"] | ||
packages: | ||
hypre-{gtl}: | ||
spack_spec: [email protected] +mpi+rocm+mixedint amdgpu_target="gfx90a" | ||
spack_spec: [email protected] +mpi+rocm+mixedint amdgpu_target="{rocm_arch}" | ||
compiler: compiler-rocm | ||
amg2023-gpu-{gtl}: | ||
spack_spec: amg2023@develop +mpi+rocm amdgpu_target="gfx90a" | ||
compiler: compiler-rocm | ||
hypre-omp: | ||
spack_spec: [email protected] +mpi+openmp+mixedint | ||
compiler: compiler-rocm | ||
amg2023-omp: | ||
spack_spec: amg2023@develop +mpi+openmp | ||
spack_spec: amg2023@develop +mpi+rocm amdgpu_target="{rocm_arch}" | ||
compiler: compiler-rocm | ||
environments: | ||
amg2023-gpu-{gtl}: | ||
packages: | ||
- blas-rocm | ||
- lapack | ||
- mpi-{gtl} | ||
- mpi-rocm-{gtl} | ||
- hypre-{gtl} | ||
- amg2023-gpu-{gtl} | ||
amg2023-omp: | ||
packages: | ||
- blas-rocm | ||
- lapack | ||
- default-mpi | ||
- hypre-omp | ||
- amg2023-omp |
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 |
---|---|---|
|
@@ -19,15 +19,14 @@ ramble: | |
n_ranks: '1' | ||
n_nodes: '1' | ||
n_gpus_per_task: '1' | ||
compilers: '' | ||
spack: | ||
concretized: true | ||
packages: | ||
blt: | ||
spack_spec: '[email protected]:' | ||
compiler: compiler-gcc | ||
raja-perf: | ||
spack_spec: raja-perf@develop +rocm~openmp amdgpu_target=gfx90a | ||
spack_spec: raja-perf@develop +rocm~openmp amdgpu_target="{rocm_arch}" | ||
compiler: default-compiler | ||
environments: | ||
raja-perf: | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ ramble: | |
concretized: true | ||
packages: | ||
saxpy: | ||
spack_spec: [email protected] +rocm amdgpu_target="gfx90a" | ||
spack_spec: [email protected] +rocm amdgpu_target="{rocm_arch}" | ||
compiler: default-compiler | ||
environments: | ||
saxpy: | ||
|