Skip to content

Commit

Permalink
Choose more nodes g16opt
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 6, 2023
1 parent e0ce8e2 commit 13100c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_aimall/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
A plugin to interface AIMAll with AiiDA
"""

__version__ = "0.2.20"
__version__ = "0.2.21"
2 changes: 1 addition & 1 deletion aiida_aimall/workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def g16_opt(self):
builder.fragment_label = self.inputs.frag_label
builder.code = self.inputs.g16_code
builder.wfxgroup = self.inputs.wfxgroup
builder.metadata.options.resources = {"num_machines": 1, "tot_num_mpiprocs": 1}
builder.metadata.options.resources = {"num_machines": 1, "tot_num_mpiprocs": 4}
builder.metadata.options.max_memory_kb = 384000
builder.metadata.options.max_wallclock_seconds = 604800
process_node = self.submit(builder)
Expand Down

0 comments on commit 13100c5

Please sign in to comment.