-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from douglasjacobsen/tutorial_revision
Revise tutorial content after working through all of them
- Loading branch information
Showing
18 changed files
with
469 additions
and
122 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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 16 | ||
mpi_command: 'mpirun -n {n_ranks} -ppn {processes_per_node}' | ||
|
@@ -38,8 +41,8 @@ ramble: | |
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 target=x86_64 | ||
compiler_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 target=x86_64 | ||
compiler_spec: gcc@9.4.0 | ||
impi2018: | ||
spack_spec: [email protected] target=x86_64 | ||
compiler: gcc9 | ||
|
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 16 | ||
mpi_command: 'mpirun -n {n_ranks} -ppn {processes_per_node}' | ||
|
@@ -12,7 +15,7 @@ ramble: | |
'{type}_{n_ranks}ranks-{gromacs_version}': # Arbitrary experiment name | ||
variables: | ||
app_workloads: ['water_gmx50', 'water_bare'] | ||
n_ranks: [1, 2, 4] | ||
n_ranks: [1, 2] | ||
n_threads: '1' | ||
size: '0003' | ||
type: ['pme', 'rf'] | ||
|
@@ -26,8 +29,8 @@ ramble: | |
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 target=x86_64 | ||
compiler_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 target=x86_64 | ||
compiler_spec: gcc@9.4.0 | ||
impi2018: | ||
spack_spec: [email protected] target=x86_64 | ||
compiler: gcc9 | ||
|
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 |
---|---|---|
@@ -1,4 +1,7 @@ | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 16 | ||
mpi_command: 'mpirun -n {n_ranks} -ppn {processes_per_node}' | ||
|
@@ -11,7 +14,7 @@ ramble: | |
'{type}_{n_ranks}ranks': # Arbitrary experiment name | ||
variables: | ||
app_workloads: ['water_gmx50', 'water_bare'] | ||
n_ranks: [1, 2, 4] | ||
n_ranks: [1, 2] | ||
n_threads: '1' | ||
size: '0003' | ||
type: ['pme', 'rf'] | ||
|
@@ -23,8 +26,8 @@ ramble: | |
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 target=x86_64 | ||
compiler_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 target=x86_64 | ||
compiler_spec: gcc@9.4.0 | ||
impi2018: | ||
spack_spec: [email protected] target=x86_64 | ||
compiler: gcc9 | ||
|
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 |
---|---|---|
|
@@ -121,8 +121,11 @@ The resulting configuration file should look like the following. | |
.. code-block:: YAML | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 4 | ||
processes_per_node: 16 | ||
n_ranks: '{processes_per_node}*{n_nodes}' | ||
batch_submit: '{execute_experiment}' | ||
mpi_command: mpirun -n {n_ranks} | ||
|
@@ -135,12 +138,12 @@ The resulting configuration file should look like the following. | |
experiments: | ||
scaling_{n_nodes}: | ||
variables: | ||
n_nodes: [1, 2, 4] | ||
n_nodes: [1, 2] | ||
spack: | ||
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 | ||
intel-mpi: | ||
spack_spec: [email protected] | ||
compiler: gcc9 | ||
|
@@ -212,8 +215,11 @@ look like the following: | |
.. code-block:: YAML | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 4 | ||
processes_per_node: 16 | ||
n_ranks: '{processes_per_node}*{n_nodes}' | ||
batch_submit: '{execute_experiment}' | ||
mpi_command: mpirun -n {n_ranks} | ||
|
@@ -227,12 +233,12 @@ look like the following: | |
experiments: | ||
scaling_{n_nodes}: | ||
variables: | ||
n_nodes: [1, 2, 4] | ||
n_nodes: [1, 2] | ||
spack: | ||
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 | ||
intel-mpi: | ||
spack_spec: [email protected] | ||
compiler: gcc9 | ||
|
@@ -279,8 +285,11 @@ configuration file should look like the following: | |
.. code-block:: YAML | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 4 | ||
processes_per_node: 16 | ||
n_ranks: '{processes_per_node}*{n_nodes}' | ||
batch_submit: '{execute_experiment}' | ||
mpi_command: mpirun -n {n_ranks} | ||
|
@@ -294,12 +303,12 @@ configuration file should look like the following: | |
experiments: | ||
scaling_{n_nodes}: | ||
variables: | ||
n_nodes: [1, 2, 4] | ||
n_nodes: [1, 2] | ||
spack: | ||
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 | ||
intel-mpi: | ||
spack_spec: [email protected] | ||
compiler: gcc9 | ||
|
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 |
---|---|---|
|
@@ -109,8 +109,11 @@ the following: | |
.. code-block:: YAML | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 4 | ||
processes_per_node: 16 | ||
n_ranks: '{processes_per_node}*{n_nodes}' | ||
batch_submit: '{execute_experiment}' | ||
mpi_command: mpirun -n {n_ranks} | ||
|
@@ -133,12 +136,12 @@ the following: | |
redirect: '{experiment_run_dir}/end_time' | ||
use_mpi: false | ||
variables: | ||
n_nodes: [1, 2, 4] | ||
n_nodes: [1, 2] | ||
spack: | ||
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 | ||
intel-mpi: | ||
spack_spec: [email protected] | ||
compiler: gcc9 | ||
|
@@ -203,8 +206,11 @@ configuration file should look like the following: | |
.. code-block:: YAML | ||
ramble: | ||
env_vars: | ||
set: | ||
OMP_NUM_THREADS: '{n_threads}' | ||
variables: | ||
processes_per_node: 4 | ||
processes_per_node: 16 | ||
n_ranks: '{processes_per_node}*{n_nodes}' | ||
batch_submit: '{execute_experiment}' | ||
mpi_command: mpirun -n {n_ranks} | ||
|
@@ -237,12 +243,12 @@ configuration file should look like the following: | |
- execute | ||
- end_time | ||
variables: | ||
n_nodes: [1, 2, 4] | ||
n_nodes: [1, 2] | ||
spack: | ||
concretized: true | ||
packages: | ||
gcc9: | ||
spack_spec: gcc@9.3.0 | ||
spack_spec: gcc@9.4.0 | ||
intel-mpi: | ||
spack_spec: [email protected] | ||
compiler: gcc9 | ||
|
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
Oops, something went wrong.