Skip to content
Snippets Groups Projects
Commit 23cae3f2 authored by Daniel Filipe Jana's avatar Daniel Filipe Jana
Browse files

Add namd with tcl support

parent a8aad1cc
No related branches found
No related tags found
1 merge request!26Add namd with tcl support
Pipeline #246336 passed
......@@ -4,7 +4,7 @@ definitions:
- cuda_serial_codes:
- cuda
- cudnn
- namd@3.0.1 ^fftw ~mpi
- namd@3.0.1 interface=tcl ^fftw ~mpi
- nccl
- cuda_mpi_codes:
......
......@@ -30,6 +30,7 @@ modules:
'+ilp64': int64
'+int64': int64
'version_suffix=jl': julia
'interface=tcl': tcl
autoload: run
hide_implicits: true
......
......@@ -49,7 +49,7 @@ packages:
require: ['+cuda', 'cuda_arch={cuda_arch}']
namd:
require: ['+cuda', '+single_node_gpu', 'cuda_arch={cuda_arch}']
require: ['+cuda', '+single_node_gpu', 'cuda_arch={cuda_arch}', 'interface=tcl']
nvshmem:
require:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment