Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
bd3449c
Import portable contributor rules from the PMIx AGENTS.md
rhc54 Jul 9, 2026
c9e31c0
Sort MCA components by priority in m4 instead of a Perl script
rhc54 Jul 13, 2026
0e58948
Reorganize AGENTS.md to track the PMIx contributor guide
rhc54 Jul 15, 2026
3a503cb
Add per-framework AGENTS.md orientation guides under src/mca
rhc54 Jul 15, 2026
4b6561d
Correct two error-handling defects in the errmgr/dvm module
rhc54 Jul 15, 2026
e070d3e
Drop the duplicated predicate in the iof/hnp query gate
rhc54 Jul 15, 2026
b839ee5
Remove a stray debug fprintf from plm/pals init
rhc54 Jul 15, 2026
f3f1b1c
Remove the dead grpcomm_base_stubs.c
rhc54 Jul 15, 2026
3483f3c
Remove the dead ras_base_close.c
rhc54 Jul 15, 2026
8c6660f
Remove undefined declarations from the ess base header
rhc54 Jul 15, 2026
490566c
Remove the vestigial prtedl dynamic-loader framework
rhc54 Jul 15, 2026
17797df
Disable CodeQL
rhc54 Jul 15, 2026
f21baa3
Update placement help text
rhc54 Jul 16, 2026
1f2ea11
Update the docs version of map-by, rank-by, and bind-to
rhc54 Jul 16, 2026
f24b3f3
Make the odls fork/exec child path async-signal-safe
rhc54 Jul 16, 2026
981d688
Compute process binding in the parent, not the forked child
rhc54 Jul 16, 2026
0eb7b8f
ras/slurm: add private release shrink tracker types
Petter-Programs Jul 1, 2026
cb518c1
ras/slurm: initialize release shrink tracker list
Petter-Programs Jul 2, 2026
14d4d81
ras/slurm: skip busy sessions for count release
Petter-Programs Jul 2, 2026
44293ff
ras/slurm: preserve requester node in count release
Petter-Programs Jul 2, 2026
3ed0f1b
ras/slurm: support release by node list and allocation id
Petter-Programs Jul 2, 2026
f04699b
ras/slurm: coordinate releases with DVM shrink
Petter-Programs Jul 2, 2026
b511c87
ras/slurm: reject releases outside elastic mode early
Petter-Programs Jul 3, 2026
1b79211
ras/slurm: guard full release of static sessions
Petter-Programs Jul 3, 2026
6acd285
ras/slurm: tidy release helper declarations
Petter-Programs Jul 3, 2026
060572e
ras/base: split DVM completion helpers
Petter-Programs Jul 3, 2026
2166ef6
ras/slurm: route release shrink through RAS base
Petter-Programs Jul 6, 2026
abf3e6c
ras/slurm: use shared DVM grow activation
Petter-Programs Jul 14, 2026
ad32c51
plm/slurm: ignore expected srun exits during elastic shrink
Petter-Programs Jul 16, 2026
de997b4
ras/slurm: report release requests as in progress
Petter-Programs Jul 16, 2026
3d7b211
ras/slurm: reuse shrunk nodes during extend
Petter-Programs Jul 16, 2026
3737c58
ras/slurm: cancel job after session release
Petter-Programs Jul 17, 2026
ad81023
plm/slurm: clear parent allocation environment
Petter-Programs Jul 17, 2026
1767eae
ras/slurm: exclude released nodes from later grows
Petter-Programs Jul 17, 2026
06a7733
ras/slurm: skip unset extend attributes
Petter-Programs Jul 17, 2026
3fb30b8
examples: add Slurm elastic coordination test
Petter-Programs Jul 17, 2026
723bda5
errmgr/dvm: correct proc-error liveness check and tidy handlers
rhc54 Jul 17, 2026
65a6191
errmgr/prted: release the state caddy on two exit paths
rhc54 Jul 17, 2026
75c5cfc
errmgr: add a framework unit test and testing guide
rhc54 Jul 17, 2026
dacf47f
errmgr/prted: route pack-error exits through cleanup
rhc54 Jul 17, 2026
70ac4fe
ess/base: forward the actual signal number, not a wildcard
rhc54 Jul 17, 2026
f9bb9c4
ess/base: reject non-forwardable signals given by number
rhc54 Jul 17, 2026
830fe93
ess: fail cleanly when a daemon cannot establish its identity
rhc54 Jul 17, 2026
b907aa5
ess: add a unit test for the signal-forwarding parser
rhc54 Jul 17, 2026
e4dba3d
filem: give the "none" module a fault_handler no-op
rhc54 Jul 17, 2026
932ebb2
filem/base: fix the dormant RML query service's stop guard and a leak
rhc54 Jul 17, 2026
1e32891
filem/raw: plug leaks and dangling list pointers on the receive path
rhc54 Jul 17, 2026
9a427f1
filem/raw: make preloaded files resolve to their staged bytes
rhc54 Jul 17, 2026
93392c1
filem/raw: don't free an in-flight outbound when a preload file can't…
rhc54 Jul 17, 2026
c9bef78
odls: resolve the session-cwd job from the caller, not app->job
rhc54 Jul 17, 2026
6ff6aad
prte: avoid strdup(NULL) when the app cwd defers to the session dir
rhc54 Jul 17, 2026
73ecffe
filem: add a unit test for the request classes and the "none" module
rhc54 Jul 17, 2026
611dd8e
dockerswarm: add a --preload-binary cross-node staging test
rhc54 Jul 17, 2026
cd593f1
grpcomm/direct: release the initiating xcast op instead of leaking it
rhc54 Jul 17, 2026
5fac7f4
grpcomm/direct: release the group request caddy on the success paths
rhc54 Jul 17, 2026
fc9bca2
grpcomm/direct: abort group() on a malformed bootstrap directive
rhc54 Jul 17, 2026
7a762af
grpcomm/direct: free the fence info array on every completion path
rhc54 Jul 17, 2026
aafcddf
grpcomm/direct: bail on a signature unpack failure instead of crashing
rhc54 Jul 17, 2026
d6a0ca0
grpcomm/direct: drop a stray line-continuation after sgcon()
rhc54 Jul 17, 2026
77b1c2d
grpcomm: add a structural unit test for the direct component
rhc54 Jul 17, 2026
8def6e6
grpcomm: document caddy/op ownership and unpack-failure rules
rhc54 Jul 17, 2026
832ab58
odls: fix memory leaks and crashes in the local-launch path
rhc54 Jul 19, 2026
dee05c5
odls: abort the whole job on any fatal local-launch error
rhc54 Jul 19, 2026
6e9e1ff
odls: add a structural unit test for the framework
rhc54 Jul 19, 2026
6bf2c08
odls: document launch-path invariants and the unit test
rhc54 Jul 19, 2026
dfd9ab9
test/offline: harden the map parser against unparseable output
rhc54 Jul 19, 2026
1cd0e8e
event: zero-initialize events so unassigned ones free safely
rhc54 Jul 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/codeql/codeql-config.yml

This file was deleted.

268 changes: 0 additions & 268 deletions .github/workflows/codeql.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,16 @@ test/Makefile
test/unit/Makefile
test/unit/rmaps/Makefile
test/unit/rmaps/test_rmaps
test/unit/errmgr/Makefile
test/unit/errmgr/test_errmgr
test/unit/ess/Makefile
test/unit/ess/test_ess
test/unit/filem/Makefile
test/unit/filem/test_filem
test/unit/grpcomm/Makefile
test/unit/grpcomm/test_grpcomm
test/unit/odls/Makefile
test/unit/odls/test_odls
static-components.h
static-components.h.new.extern
static-components.h.new.struct
Expand Down
Loading
Loading