Skip to content

Commit

Permalink
merge from devel
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed Jan 10, 2024
2 parents fefeab4 + 95eed03 commit 8b65ba0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,33 @@ For a list of open issues and known problems, see:

This is the latest release - if uncertain, use this release.

--------------------------------------------------------------------------------
### 1.43.0 Release 2024-01-10

- add bragg prediction example
- add initial agent scheduler documentation
- add JSRUN_ERF setup for Summit's config
- add mechanism to determine batch/non-batch RP starting
- collect task PIDs through launch- and exec-scripts
- ensure mpi4py for raptor example
- fix ERF creation for JSRUN LM (and updated tests accordingly)
- fix Popen test
- fix `Task._update` method (`description` attribute)
- fix `_get_exec` in Popen (based on provided comments)
- fix parsing PIDs procedure (based on provided comments)
- fix profiling in Popen (based on provided comments)
- fix resource manager handling in `get_resource_config`
- fix tasks handling in `prof_utils`
- fix test for launch-/exec-scripts
- follow-up on comments
- forward after scheduling
- keep `pids` dict empty if there is no ranks provided
- moved collecting EXEC_PID into exec-script
- preserve process id for tasks with `executable` mode
- switch raptor to use the agent ve
- update `metadata` within task description


--------------------------------------------------------------------------------
### 1.42.0 Release 2023-12-04

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.43.0
1.44.0

0 comments on commit 8b65ba0

Please sign in to comment.