We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37135a commit 4c649acCopy full SHA for 4c649ac
varipeps/config.py
@@ -282,7 +282,7 @@ class VariPEPS_Config:
282
spiral_wavevector_type: Wavevector_Type = Wavevector_Type.TWO_PI_POSITIVE_ONLY
283
284
# Slurm
285
- slurm_restart_mode: Slurm_Restart_Mode = Slurm_Restart_Mode.DISABLED
+ slurm_restart_mode: Slurm_Restart_Mode = Slurm_Restart_Mode.WRITE_NEED_RESTART_FILE
286
287
def update(self, name: str, value: Any) -> NoReturn:
288
self.__setattr__(name, value)
0 commit comments