Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add init_walltime input. #62

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Add init_walltime input. #62

merged 2 commits into from
Apr 11, 2024

Conversation

t-reents
Copy link
Collaborator

Closes #60.

Allow the user to set the walltime of the initialization HpBaseWorkChain in HpParallelizeQpointsWorkChain and HpParallelizeAtomsWorkChain.

So far, the walltime for the initialization `HpBaseWorkChain` was set to 3600 seconds which was hard coded. This might cause some problems on certain HPC partitions, especially the ones for testing. Here, we add the walltime as an input to the `HpParallelizeAtomsWorkChain` and `HpParallelizeQpointsWorkChain`, with a default of 1 hour.
@bastonero bastonero merged commit ecc631c into master Apr 11, 2024
6 checks passed
@bastonero bastonero deleted the add_init_walltime branch April 11, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HpParallelizeAtomsWorkChain: Hard coded walltime in init
2 participants