Skip to content

Commit

Permalink
Merge pull request #5 from paulsaxe/main
Browse files Browse the repository at this point in the history
Update for new scheme for running batch tasks
  • Loading branch information
seamm authored Mar 22, 2024
2 parents 176f530 + 67eccec commit 273fed3
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 167 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
=======
History
=======
2024.3.22 -- Updated for new scheme for running background jobs.

2024.1.5 -- Bugfix: Thermal conductivity
* If the Helfand moments fit in the thermal conductivity step failed it stopped the
entire job. This is correct, as well as some of the undelying causes for
Expand Down
3 changes: 3 additions & 0 deletions thermal_conductivity_step/thermal_conductivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,9 @@ def run(self):
node.all_options = self.all_options
node = node.next()

# And the subflowchart has the executor
self.subflowchart.executor = self.flowchart.executor

# Loop over the runs
nruns = P["nruns"]
fmt = f"0{len(str(nruns))}"
Expand Down
Loading

0 comments on commit 273fed3

Please sign in to comment.