Skip to content

Commit

Permalink
Merge branch 'develop' into feature/tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
pearce8 authored Feb 5, 2024
2 parents 29e033e + c6fbada commit 8b56a20
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 38 deletions.
6 changes: 1 addition & 5 deletions configs/LLNL-Sierra-IBM-power9-V100-Infiniband/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ spack:
spack_spec: [email protected]
compiler-gcc:
spack_spec: [email protected]
compiler-cuda10:
spack_spec: [email protected]{cuda10_version}
cublas-cuda-10:
spack_spec: cublas@{cuda10_version}
cublas-cuda-default:
cublas-cuda:
spack_spec: cublas@{default_cuda_version}
lapack:
spack_spec: [email protected]
2 changes: 0 additions & 2 deletions configs/LLNL-Sierra-IBM-power9-V100-Infiniband/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ variables:
batch_nodes: '#BSUB -nnodes {n_nodes}'
batch_ranks: '#BSUB -nnodes {n_nodes}'
batch_timeout: '#BSUB -W {batch_time}'
cuda10_version: '10.1.243'
default_cuda_version: '11.8.0'
cuda_arch: '70'
enable_mps: '/usr/tcetmp/bin/enable_mps'
2 changes: 0 additions & 2 deletions experiments/amg2023/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,4 @@ cd {experiment_run_dir}

{spack_setup}

{experiment_setup} #TODO: Add experiment specific code here

{command}
42 changes: 14 additions & 28 deletions experiments/amg2023/cuda/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,11 @@ ramble:
gtl: ['gtl', 'nogtl']
gtlflag: ['-M"-gpu"', '']
experiments:
# because MPS only works for cuda<=v10
amg2023_cuda_10_problem1_{gtl}_{n_nodes}_{px}_{py}_{pz}_{nx}_{ny}_{nz}:
amg2023_cuda_problem1_{gtl}_{n_nodes}_{px}_{py}_{pz}_{nx}_{ny}_{nz}:
variables:
experiment_setup: '{enable_mps}'
env_name: amg2023-cuda-10
processes_per_node: '8'
n_nodes: '1'
matrices:
- size:
- n
amg2023_cuda_default_problem1_{gtl}_{n_nodes}_{px}_{py}_{pz}_{nx}_{ny}_{nz}:
variables:
env_name: amg2023-cuda-default
processes_per_node: ['4', '2']
n_nodes: ['2', '4']
env_name: amg2023
processes_per_node: '4'
n_nodes: '2'
zips:
gtl_info:
- gtl
Expand All @@ -52,22 +42,18 @@ ramble:
- gtl_info
spack:
concretized: true
variables:
cuda_version: ['{cuda10_version}', '{default_cuda_version}']
cuda_compiler: ['compiler-cuda10', 'default-compiler']
versions: ['10', 'default']
packages:
hypre-cuda-{versions}:
spack_spec: '[email protected] +mpi+cuda+mixedint cuda_arch=={cuda_arch} ^cuda@{cuda_version}'
compiler: '{cuda_compiler}'
amg2023-cuda-{versions}:
spack_spec: 'amg2023@develop +mpi+cuda ^cuda@{cuda_version}'
compiler: '{cuda_compiler}'
hypre:
spack_spec: [email protected] +mpi+cuda+mixedint cuda_arch=={cuda_arch} ^cuda@{default_cuda_version}
compiler: default-compiler
amg2023:
spack_spec: amg2023@develop +mpi+cuda ^cuda@{default_cuda_version}
compiler: default-compiler
environments:
amg2023-cuda-{versions}:
amg2023:
packages:
- cublas-cuda-{versions}
- cublas-cuda
- lapack
- default-mpi
- hypre-cuda-{versions}
- amg2023-cuda-{versions}
- hypre
- amg2023
1 change: 0 additions & 1 deletion experiments/saxpy/cuda/execute_experiment.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# SPDX-License-Identifier: Apache-2.0

{batch_nodes}
{batch_ranks}
{batch_timeout}

cd {experiment_run_dir}
Expand Down

0 comments on commit 8b56a20

Please sign in to comment.