diff --git a/experiments/amg2023/cuda/execute_experiment.tpl b/experiments/amg2023/cuda/execute_experiment.tpl index ef9137989..8815e9c4f 100755 --- a/experiments/amg2023/cuda/execute_experiment.tpl +++ b/experiments/amg2023/cuda/execute_experiment.tpl @@ -9,6 +9,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/amg2023/cuda/ramble.yaml b/experiments/amg2023/cuda/ramble.yaml index 3d518905b..7594790f1 100644 --- a/experiments/amg2023/cuda/ramble.yaml +++ b/experiments/amg2023/cuda/ramble.yaml @@ -23,7 +23,6 @@ ramble: nx: '{n}' ny: '{n}' nz: '{n}' - experiment_setup: '' gtl: ['gtl', 'nogtl'] gtlflag: ['-M"-gpu"', ''] experiments: diff --git a/experiments/amg2023/openmp/execute_experiment.tpl b/experiments/amg2023/openmp/execute_experiment.tpl index b803b4898..89e73cf49 100755 --- a/experiments/amg2023/openmp/execute_experiment.tpl +++ b/experiments/amg2023/openmp/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} - {command} diff --git a/experiments/amg2023/openmp/ramble.yaml b/experiments/amg2023/openmp/ramble.yaml index a6612e3d1..23782fe50 100644 --- a/experiments/amg2023/openmp/ramble.yaml +++ b/experiments/amg2023/openmp/ramble.yaml @@ -31,7 +31,6 @@ ramble: nx: '{n}' ny: '{n}' nz: '{n}' - experiment_setup: '' processes_per_node: ['8', '4'] n_nodes: ['1', '2'] threads_per_node_core: ['8', '10', '13'] #TODO: Specify n_threads according to available n_nodes and n_ranks diff --git a/experiments/amg2023/rocm/execute_experiment.tpl b/experiments/amg2023/rocm/execute_experiment.tpl index af9908524..89e73cf49 100755 --- a/experiments/amg2023/rocm/execute_experiment.tpl +++ b/experiments/amg2023/rocm/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} #TODO: Add experiment specific code here - {command} diff --git a/experiments/amg2023/rocm/ramble.yaml b/experiments/amg2023/rocm/ramble.yaml index d1ec1dda2..8abb76725 100644 --- a/experiments/amg2023/rocm/ramble.yaml +++ b/experiments/amg2023/rocm/ramble.yaml @@ -23,7 +23,6 @@ ramble: nx: '{n}' ny: '{n}' nz: '{n}' - experiment_setup: '' experiments: '{env_name}_problem1_{n_nodes}_{px}_{py}_{pz}_{nx}_{ny}_{nz}': variables: diff --git a/experiments/hpcc/mpi-only/execute_experiment.tpl b/experiments/hpcc/mpi-only/execute_experiment.tpl index b803b4898..89e73cf49 100755 --- a/experiments/hpcc/mpi-only/execute_experiment.tpl +++ b/experiments/hpcc/mpi-only/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} - {command} diff --git a/experiments/hpcc/mpi-only/ramble.yaml b/experiments/hpcc/mpi-only/ramble.yaml index 39a50a154..fc6ff6ed9 100644 --- a/experiments/hpcc/mpi-only/ramble.yaml +++ b/experiments/hpcc/mpi-only/ramble.yaml @@ -20,7 +20,6 @@ ramble: standard: variables: n_ranks: ['1', '2', '4', '8'] - experiment_setup: '' experiments: hpcc_standard_{n_nodes}_{n_ranks}: variables: diff --git a/experiments/hpcg/openmp/execute_experiment.tpl b/experiments/hpcg/openmp/execute_experiment.tpl index d24437712..89e73cf49 100755 --- a/experiments/hpcg/openmp/execute_experiment.tpl +++ b/experiments/hpcg/openmp/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/hpl/openmp/execute_experiment.tpl b/experiments/hpl/openmp/execute_experiment.tpl index b803b4898..89e73cf49 100755 --- a/experiments/hpl/openmp/execute_experiment.tpl +++ b/experiments/hpl/openmp/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} - {command} diff --git a/experiments/hpl/openmp/ramble.yaml b/experiments/hpl/openmp/ramble.yaml index 05462a12a..03083e4d9 100644 --- a/experiments/hpl/openmp/ramble.yaml +++ b/experiments/hpl/openmp/ramble.yaml @@ -30,7 +30,6 @@ ramble: Ns: 10000 N-NBs: 1 NBs: 128 - experiment_setup: '' processes_per_node: '8' n_nodes: '1' omp_num_threads: ['2', '4', '8'] diff --git a/experiments/lammps/openmp/execute_experiment.tpl b/experiments/lammps/openmp/execute_experiment.tpl index d24437712..89e73cf49 100644 --- a/experiments/lammps/openmp/execute_experiment.tpl +++ b/experiments/lammps/openmp/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/lbann/cuda/execute_experiment.tpl b/experiments/lbann/cuda/execute_experiment.tpl index f2026d0e2..1e2ea813e 100755 --- a/experiments/lbann/cuda/execute_experiment.tpl +++ b/experiments/lbann/cuda/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} - {command} diff --git a/experiments/lbann/cuda/ramble.yaml b/experiments/lbann/cuda/ramble.yaml index 547a3cbdf..027481554 100644 --- a/experiments/lbann/cuda/ramble.yaml +++ b/experiments/lbann/cuda/ramble.yaml @@ -31,7 +31,6 @@ ramble: nx: '{n}' ny: '{n}' nz: '{n}' - experiment_setup: '' processes_per_node: ['8', '4'] n_nodes: ['1', '2'] threads_per_node_core: ['8', '10', '13'] #TODO: Specify n_threads according to available n_nodes and n_ranks diff --git a/experiments/lbann/rocm/execute_experiment.tpl b/experiments/lbann/rocm/execute_experiment.tpl index f2026d0e2..1e2ea813e 100755 --- a/experiments/lbann/rocm/execute_experiment.tpl +++ b/experiments/lbann/rocm/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} - {command} diff --git a/experiments/md-test/mpi-only/execute_experiment.tpl b/experiments/md-test/mpi-only/execute_experiment.tpl index b803b4898..89e73cf49 100755 --- a/experiments/md-test/mpi-only/execute_experiment.tpl +++ b/experiments/md-test/mpi-only/execute_experiment.tpl @@ -10,8 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - -{experiment_setup} - {command} diff --git a/experiments/md-test/mpi-only/ramble.yaml b/experiments/md-test/mpi-only/ramble.yaml index dd6ac11a4..ef05eb7f6 100644 --- a/experiments/md-test/mpi-only/ramble.yaml +++ b/experiments/md-test/mpi-only/ramble.yaml @@ -21,7 +21,6 @@ ramble: variables: n_ranks: ['1', '2', '4', '8'] n_nodes: '1' - experiment_setup: '' experiments: mdtest_multifile_{num-objects}_{iterations}_{additional-args}_{n_nodes}_{n_ranks}: variables: diff --git a/experiments/osu-micro-benchmarks/mpi-only/execute_experiment.tpl b/experiments/osu-micro-benchmarks/mpi-only/execute_experiment.tpl index d24437712..89e73cf49 100644 --- a/experiments/osu-micro-benchmarks/mpi-only/execute_experiment.tpl +++ b/experiments/osu-micro-benchmarks/mpi-only/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/raja-perf/cuda/execute_experiment.tpl b/experiments/raja-perf/cuda/execute_experiment.tpl index d24437712..89e73cf49 100644 --- a/experiments/raja-perf/cuda/execute_experiment.tpl +++ b/experiments/raja-perf/cuda/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/raja-perf/mpi-only/execute_experiment.tpl b/experiments/raja-perf/mpi-only/execute_experiment.tpl index d24437712..89e73cf49 100644 --- a/experiments/raja-perf/mpi-only/execute_experiment.tpl +++ b/experiments/raja-perf/mpi-only/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/raja-perf/openmp/execute_experiment.tpl b/experiments/raja-perf/openmp/execute_experiment.tpl index d24437712..89e73cf49 100644 --- a/experiments/raja-perf/openmp/execute_experiment.tpl +++ b/experiments/raja-perf/openmp/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/raja-perf/rocm/execute_experiment.tpl b/experiments/raja-perf/rocm/execute_experiment.tpl index d24437712..89e73cf49 100644 --- a/experiments/raja-perf/rocm/execute_experiment.tpl +++ b/experiments/raja-perf/rocm/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/saxpy/cuda/execute_experiment.tpl b/experiments/saxpy/cuda/execute_experiment.tpl index ef9137989..8815e9c4f 100755 --- a/experiments/saxpy/cuda/execute_experiment.tpl +++ b/experiments/saxpy/cuda/execute_experiment.tpl @@ -9,6 +9,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/saxpy/openmp/execute_experiment.tpl b/experiments/saxpy/openmp/execute_experiment.tpl index d24437712..89e73cf49 100755 --- a/experiments/saxpy/openmp/execute_experiment.tpl +++ b/experiments/saxpy/openmp/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/saxpy/rocm/execute_experiment.tpl b/experiments/saxpy/rocm/execute_experiment.tpl index d24437712..89e73cf49 100755 --- a/experiments/saxpy/rocm/execute_experiment.tpl +++ b/experiments/saxpy/rocm/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command} diff --git a/experiments/stream/openmp/execute_experiment.tpl b/experiments/stream/openmp/execute_experiment.tpl index d24437712..89e73cf49 100755 --- a/experiments/stream/openmp/execute_experiment.tpl +++ b/experiments/stream/openmp/execute_experiment.tpl @@ -10,6 +10,4 @@ cd {experiment_run_dir} -{spack_setup} - {command}