File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN micromamba install --yes --name base --channel conda-forge \
45
45
micromamba clean --all --yes
46
46
47
47
RUN CONDA_OVERRIDE_CUDA="11.8" micromamba install -n base --yes -c conda-forge \
48
- python=3.10 pip \
48
+ python=3.10 pip ndcctools \
49
49
openmm-plumed openmm-torch pytorch=1.13.1=cuda* \
50
50
py-plumed && \
51
51
micromamba clean -af --yes
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN micromamba install --yes --name base --channel conda-forge \
45
45
micromamba clean --all --yes
46
46
47
47
RUN CONDA_OVERRIDE_CUDA="11.8" micromamba install -n base --yes -c conda-forge \
48
- python=3.9 pip \
48
+ python=3.9 pip ndcctools \
49
49
openmm-plumed openmm-torch pytorch=1.13.1=cuda* \
50
50
py-plumed && \
51
51
micromamba clean -af --yes
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def parse_config(yaml_dict: dict):
258
258
"max_idletime" : 20 ,
259
259
"default_threads" : 1 ,
260
260
"htex_address" : None ,
261
- "mode" : "workqueue " ,
261
+ "mode" : "htex " ,
262
262
"workqueue_use_coprocess" : False , # CP2K doesn't like this
263
263
}
264
264
forced = {
You can’t perform that action at this time.
0 commit comments