Skip to content

Commit

Permalink
comment out setting the gpu in the somd cfg as this can create issues…
Browse files Browse the repository at this point in the history
… when running via slurm
  • Loading branch information
annamherz committed Oct 6, 2022
1 parent 747e3e1 commit 2e4e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/BioSimSpace/Process/_somd.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def _generate_config(self):
except:
pass
# GPU device ID.
config_options["gpu"] = gpu_id
# config_options["gpu"] = gpu_id

if not isinstance(self._protocol, (_Protocol.Minimisation, _Protocol.Equilibration, _Protocol.Production)):
raise _IncompatibleError(
Expand Down

0 comments on commit 2e4e6ca

Please sign in to comment.