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

adding pre and post processing options which are unrelated to the ind… #258

Closed
wants to merge 1 commit into from
Closed
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: 2 additions & 0 deletions configs/CSC-LUMI-HPECray-zen3-MI250X-Slingshot/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ variables:
gtl_flag: '' # to be overwritten by tests that need GTL
rocm_arch: 'gfx90a'
batch_time: '02:00'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

variables:
batch_time: '02:00'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks}'
Expand Down
2 changes: 2 additions & 0 deletions configs/CSCS-Eiger-HPECray-zen2-Slingshot/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

variables:
batch_time: '00:30'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks}'
Expand Down
2 changes: 2 additions & 0 deletions configs/LLNL-Magma-Penguin-icelake-OmniPath/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

variables:
batch_time: '02:00'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ variables:
cuda_arch: '60'
default_cuda_version: '11.8.0'
batch_time: '02:00'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks} -G {n_ranks}'
Expand Down
2 changes: 2 additions & 0 deletions configs/LLNL-Sierra-IBM-power9-V100-Infiniband/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
variables:
gtl_flag: '' # to be overwritten by tests that need GTL
batch_time: '02:00'
pre_process: ''
mpi_command: '/usr/tcetmp/bin/lrun -n {n_ranks} -T {processes_per_node} {gtl_flag}'
post_process: ''
batch_submit: 'bsub -q pdebug {execute_experiment}'
batch_nodes: '#BSUB -nnodes {n_nodes}'
batch_ranks: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ variables:
gtl_flag: '' # to be overwritten by tests that need GTL
rocm_arch: 'gfx90a'
batch_time: '120m'
pre_process: ''
mpi_command: 'flux run -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'flux batch {execute_experiment}'
batch_nodes: '# flux: -N {n_nodes}'
batch_ranks: '# flux: -n {n_ranks}'
Expand Down
4 changes: 3 additions & 1 deletion configs/RCCS-Fugaku-Fujitsu-A64FX-TofuD/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

variables:
batch_time: '02:00'
mpi_command: 'mpiexec'
pre_process: ''
mpi_command: 'mpiexec -std-proc fjmpioutdir/bmexe'
post_process: 'for F in $(ls -1v fjmpioutdir/bmexe.*); do cat $F >> {log_file}; done'
batch_submit: 'pjsub {execute_experiment}'
batch_nodes: '#PJM -L "node={n_nodes}"'
batch_ranks: '#PJM --mpi proc={n_ranks}'
Expand Down
2 changes: 2 additions & 0 deletions configs/nosite-AWS_PCluster_Hpc7a-zen4-EFA/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

variables:
batch_time: '02:00'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks} --mpi=pmix --export=ALL,FI_EFA_USE_DEVICE_RDMA=1,FI_PROVIDER="efa",OMPI_MCA_mtl_base_verbose=100'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks}'
Expand Down
2 changes: 2 additions & 0 deletions configs/nosite-HPECray-zen3-MI250X-Slingshot/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ variables:
gtl_flag: '' # to be overwritten by tests that need GTL
rocm_arch: 'gfx90a'
batch_time: '02:00'
pre_process: ''
mpi_command: 'srun -N {n_nodes} -n {n_ranks}'
post_process: ''
batch_submit: 'sbatch {execute_experiment}'
batch_nodes: '#SBATCH -N {n_nodes}'
batch_ranks: '#SBATCH -n {n_ranks}'
Expand Down
2 changes: 2 additions & 0 deletions configs/nosite-x86_64/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

variables:
batch_time: ''
pre_process: ''
mpi_command: 'mpirun -n {n_nodes} -c {n_ranks} --oversubscribe'
post_process: ''
batch_submit: '{execute_experiment}'
batch_nodes: ''
batch_ranks: ''
Expand Down
2 changes: 2 additions & 0 deletions experiments/amg2023/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/amg2023/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/amg2023/rocm/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/gromacs/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ cd {experiment_run_dir}

{experiment_setup}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/gromacs/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ cd {experiment_run_dir}

{experiment_setup}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/gromacs/rocm/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ cd {experiment_run_dir}

{experiment_setup}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/hpcc/mpi-only/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/hpcg/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/hpl/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/kripke/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/kripke/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/kripke/rocm/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/lammps/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/md-test/mpi-only/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/qws/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/raja-perf/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/raja-perf/mpi-only/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/raja-perf/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/raja-perf/rocm/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/saxpy/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/saxpy/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/saxpy/rocm/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}
2 changes: 2 additions & 0 deletions experiments/streamc/openmp/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@

cd {experiment_run_dir}

{pre_process}
{command}
{post_process}