Skip to content

Commit

Permalink
do not use WQ by default
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Dec 10, 2023
1 parent cfafb8c commit e0f62a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container/Dockerfile_python3.10_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN micromamba install --yes --name base --channel conda-forge \
micromamba clean --all --yes

RUN CONDA_OVERRIDE_CUDA="11.8" micromamba install -n base --yes -c conda-forge \
python=3.10 pip \
python=3.10 pip ndcctools \
openmm-plumed openmm-torch pytorch=1.13.1=cuda* \
py-plumed && \
micromamba clean -af --yes
Expand Down
2 changes: 1 addition & 1 deletion container/Dockerfile_python3.9_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN micromamba install --yes --name base --channel conda-forge \
micromamba clean --all --yes

RUN CONDA_OVERRIDE_CUDA="11.8" micromamba install -n base --yes -c conda-forge \
python=3.9 pip \
python=3.9 pip ndcctools \
openmm-plumed openmm-torch pytorch=1.13.1=cuda* \
py-plumed && \
micromamba clean -af --yes
Expand Down
2 changes: 1 addition & 1 deletion psiflow/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def parse_config(yaml_dict: dict):
"max_idletime": 20,
"default_threads": 1,
"htex_address": None,
"mode": "workqueue",
"mode": "htex",
"workqueue_use_coprocess": False, # CP2K doesn't like this
}
forced = {
Expand Down

0 comments on commit e0f62a6

Please sign in to comment.