Skip to content

Commit

Permalink
Fix cuda compiler for gromacs
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Feb 17, 2024
1 parent b8ca5a2 commit 5f334fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experiments/gromacs/cuda/ramble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ ramble:
packages:
gromacs:
spack_spec: [email protected] +mpi+openmp+cuda~hwloc~double cuda_arch=={cuda_arch}
compiler: default-compiler
compiler: compiler-clang
cuda:
spack_spec: cuda@{default_cuda_version}+allow-unsupported-compilers
compiler: default-compiler
compiler: compiler-clang
environments:
gromacs:
packages:
- cuda
- blas
- lapack
- default-mpi
- mpi-clang
- fftw
- gromacs

0 comments on commit 5f334fe

Please sign in to comment.