Skip to content
Snippets Groups Projects
Commit a8aad1cc authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Merge branch 'packages/namd' into 'main'

Added namd@3.0.1 to stack (gpu-only)

See merge request !25
parents 471b40f1 79c1d4b6
No related branches found
No related tags found
1 merge request!25Added namd@3.0.1 to stack (gpu-only)
Pipeline #245092 passed
...@@ -4,6 +4,7 @@ definitions: ...@@ -4,6 +4,7 @@ definitions:
- cuda_serial_codes: - cuda_serial_codes:
- cuda - cuda
- cudnn - cudnn
- namd@3.0.1 ^fftw ~mpi
- nccl - nccl
- cuda_mpi_codes: - cuda_mpi_codes:
......
...@@ -16,6 +16,9 @@ packages: ...@@ -16,6 +16,9 @@ packages:
amber: amber:
require: ['+nccl'] require: ['+nccl']
charmpp:
require: ['+smp', '~cuda']
cuda: cuda:
prefer: prefer:
- spec: "^gcc-runtime@{gcc_version} target={target}" - spec: "^gcc-runtime@{gcc_version} target={target}"
...@@ -45,6 +48,9 @@ packages: ...@@ -45,6 +48,9 @@ packages:
libxc: libxc:
require: ['+cuda', 'cuda_arch={cuda_arch}'] require: ['+cuda', 'cuda_arch={cuda_arch}']
namd:
require: ['+cuda', '+single_node_gpu', 'cuda_arch={cuda_arch}']
nvshmem: nvshmem:
require: require:
- spec: '+cuda cuda_arch={cuda_arch} +nccl +ucx +mpi' - spec: '+cuda cuda_arch={cuda_arch} +nccl +ucx +mpi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment