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

Merge branch 'packages/namd-tcl' into 'main'

Add namd with tcl support

See merge request !26
parents 03f6f775 7fb84557
Branches
No related tags found
1 merge request!26Add namd with tcl support
Pipeline #250348 failed
...@@ -5,6 +5,7 @@ definitions: ...@@ -5,6 +5,7 @@ definitions:
- cuda - cuda
- cudnn - cudnn
- namd@3.0.1 ^fftw ~mpi - namd@3.0.1 ^fftw ~mpi
- namd@3.0.1 interface=tcl ^fftw ~mpi
- nccl - nccl
- cuda_mpi_codes: - cuda_mpi_codes:
......
...@@ -30,6 +30,7 @@ modules: ...@@ -30,6 +30,7 @@ modules:
'+ilp64': int64 '+ilp64': int64
'+int64': int64 '+int64': int64
'version_suffix=jl': julia 'version_suffix=jl': julia
'interface=tcl': tcl
autoload: run autoload: run
hide_implicits: true hide_implicits: true
......
...@@ -234,6 +234,9 @@ packages: ...@@ -234,6 +234,9 @@ packages:
mumps: mumps:
require: ['+openmp', '+metis', '+parmetis'] require: ['+openmp', '+metis', '+parmetis']
namd:
require: ['interface=tcl']
netcdf-c: netcdf-c:
prefer: ['+mpi'] prefer: ['+mpi']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment