Skip to content

Commit e0f62a6

Browse files
committed
do not use WQ by default
1 parent cfafb8c commit e0f62a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

container/Dockerfile_python3.10_cuda

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN micromamba install --yes --name base --channel conda-forge \
4545
micromamba clean --all --yes
4646

4747
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 \
4949
openmm-plumed openmm-torch pytorch=1.13.1=cuda* \
5050
py-plumed && \
5151
micromamba clean -af --yes

container/Dockerfile_python3.9_cuda

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN micromamba install --yes --name base --channel conda-forge \
4545
micromamba clean --all --yes
4646

4747
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 \
4949
openmm-plumed openmm-torch pytorch=1.13.1=cuda* \
5050
py-plumed && \
5151
micromamba clean -af --yes

psiflow/execution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def parse_config(yaml_dict: dict):
258258
"max_idletime": 20,
259259
"default_threads": 1,
260260
"htex_address": None,
261-
"mode": "workqueue",
261+
"mode": "htex",
262262
"workqueue_use_coprocess": False, # CP2K doesn't like this
263263
}
264264
forced = {

0 commit comments

Comments
 (0)