Skip to content

Commit

Permalink
specify cuda version 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhan4429 authored Nov 8, 2024
1 parent c07ef3f commit 7cdc6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -o noclobber \
&& echo ' specs:' \
&& echo ' - gmake @4.3' \
&& echo ' - libfabric fabrics=sockets,tcp,udp,psm2,verbs' \
&& echo ' - gromacs@2023%gcc +plumed +mpi +openmp +cuda ^[email protected]+cuda ^cuda ^slurm@23-02-7-1' \
&& echo ' - gromacs@2023%gcc +plumed +mpi +openmp +cuda ^[email protected]+cuda ^cuda@12.0 ^slurm@23-02-7-1' \
&& echo ' +pmix ^ucx' \
&& echo ' packages:' \
&& echo ' openmpi:' \
Expand Down
2 changes: 1 addition & 1 deletion spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spack:
specs:
- gmake @4.3
- libfabric fabrics=sockets,tcp,udp,psm2,verbs
- gromacs@2023%gcc +plumed +mpi +openmp +cuda ^[email protected]+cuda ^cuda ^slurm@23-02-7-1 +pmix ^ucx
- gromacs@2023%gcc +plumed +mpi +openmp +cuda ^[email protected]+cuda ^cuda@12.0 ^slurm@23-02-7-1 +pmix ^ucx
packages:
openmpi:
require: "+pmi+legacylaunchers fabrics=ucx schedulers=slurm"
Expand Down

0 comments on commit 7cdc6ec

Please sign in to comment.