-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
most recent progress. Quicksilver weak/strong scaling implemented
- Loading branch information
august-knox
committed
Aug 6, 2024
1 parent
fed3fd8
commit 118a025
Showing
4 changed files
with
75 additions
and
50 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,7 +4,7 @@ | |
# SPDX-License-Identifier: Apache-2.0 | ||
ramble: | ||
include: | ||
- ./configs/spack.yaml | ||
- ./configs/software.yaml | ||
- ./configs/variables.yaml | ||
- ./configs/modifier.yaml | ||
config: | ||
|
@@ -20,25 +20,32 @@ ramble: | |
ior: | ||
workloads: | ||
ior: | ||
variables: | ||
n_ranks: '{n_nodes}*{sys_cores_per_node}' | ||
experiments: | ||
execute_{n_nodes}_{omp_num_threads}_{n}: | ||
ior_openmp_weak_{n_nodes}: | ||
variants: | ||
package_manager: spack | ||
variables: | ||
n_ranks_per_node: ['8', '4'] | ||
n_nodes: ['1', '2'] | ||
omp_num_threads: ['2', '4'] | ||
n: ['512', '1024'] | ||
matrices: | ||
- size_threads: | ||
- n | ||
- omp_num_threads | ||
|
||
spack: | ||
|
||
n_nodes: ['1','2','4'] | ||
b: ['1g','2g','4g'] | ||
t: ['4m','8m','16m'] | ||
|
||
ior_openmp_strong_{n_nodes}: | ||
variants: | ||
package_manager: spack | ||
variables: | ||
n_nodes: ['1','2','4'] | ||
b: '1g' | ||
t: '4m' | ||
software: | ||
packages: | ||
mpi: | ||
spack_spec: [email protected] | ||
pkg_spec: [email protected] | ||
compiler: default-compiler | ||
ior: | ||
spack_spec: [email protected] | ||
pkg_spec: [email protected] | ||
compiler: default-compiler | ||
environments: | ||
ior: | ||
|
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,7 +4,7 @@ | |
# SPDX-License-Identifier: Apache-2.0 | ||
ramble: | ||
include: | ||
- ./configs/spack.yaml | ||
- ./configs/software.yaml | ||
- ./configs/variables.yaml | ||
- ./configs/modifier.yaml | ||
config: | ||
|
@@ -21,36 +21,30 @@ ramble: | |
workloads: | ||
remhos: | ||
experiments: | ||
execute_{n}_{n_nodes}_{omp_num_threads}: | ||
|
||
execute_{n_nodes}: | ||
variants: | ||
package_manager: spack | ||
variables: | ||
n_ranks_per_node: ['8', '4'] | ||
n_nodes: ['1', '2'] | ||
omp_num_threads: ['2', '4'] | ||
n: ['512', '1024'] | ||
matrices: | ||
- size_threads: | ||
- n | ||
- omp_num_threads | ||
spack: | ||
n_nodes: ['1','2'] | ||
software: | ||
packages: | ||
#hypre: | ||
#spack_spec: hypre@2.10.0b | ||
#compiler: default-compiler | ||
hypre: | ||
pkg_spec: hypre | ||
compiler: compiler-gcc | ||
#zlib-ng: | ||
#spack_spec: [email protected] | ||
#compiler: default-compiler | ||
remhos: | ||
spack_spec: [email protected] | ||
compiler: default-compiler | ||
mfem: | ||
spack_spec: [email protected] | ||
pkg_spec: [email protected] | ||
compiler: default-compiler | ||
#mfem: | ||
#pkg_spec: [email protected] | ||
#compiler: default-compiler | ||
environments: | ||
remhos: | ||
packages: | ||
#- hypre | ||
- mfem | ||
- hypre | ||
#- mfem | ||
#- zlib-ng | ||
- default-mpi | ||
- remhos | ||
|
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