Skip to content

Commit

Permalink
wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Jan 31, 2024
1 parent 1d9e4c5 commit 3bc6a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ spack:
cublas-cuda-10:
spack_spec: cublas@{cuda10_version}
cublas-cuda-default:
spack_spec: cublas@{cuda_default_version}
spack_spec: cublas@{default_cuda_version}
lapack:
spack_spec: [email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variables:
gtl_flag: '' # to be overwritten by tests that need GTL
cuda_arch: '70'
cuda10_version: '10.2.89'
cuda_default_version: '11.8.0'
default_cuda_version: '11.8.0'
batch_time: '120m'
mpi_command: 'flux run -N {n_nodes} -n {n_ranks}'
batch_submit: 'flux batch {execute_experiment}'
Expand Down

0 comments on commit 3bc6a74

Please sign in to comment.