-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
init_walltime
input to parallelize WorkChains (#62)
The `HpParallelizeQpointsWorkChain` and the `HpParallelizeAtomsWorkChain` had an hard-coded walltime for the `HpBaseWorkChain` used for initialization, set to 3600 seconds. This might cause some problems on certain HPC partitions (e.g. debug, tests, ...) where the maximum walltime can lower than 1 hour. To make this more flexible, a new **non-db** input is added to both WorkChains with a default of 1 hour.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters