File tree
98 files changed
+7978
-1568
lines changed- .github/workflows
- 3rd-party
- config
- docs
- man-openmpi/man3
- ompi
- communicator
- file
- info
- mca/coll
- accelerator
- adapt
- base
- basic
- demo
- ftagree
- han
- hcoll
- inter
- libnbc
- monitoring
- portals4
- self
- sync
- tuned
- ucc
- xhc
- resources
- mpi/c
- request
- win
- opal
- mca/btl/smcuda
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
98 files changed
+7978
-1568
lines changedLines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .github/workflows/close-stale-issues.yaml+65
- .github/workflows/remove-awaiting-user-info-label.yaml+30
- .gitignore+2
- autogen.pl+66-19
- config/oac+1-1
- config/pmix.m4+16-18
- docs/Makefile.am+2
- docs/conf.py+1-1
- docs/developers/autogen.rst+13
- docs/how-things-work/index.rst+2
- docs/how-things-work/schedulers/index.rst+12
- docs/how-things-work/schedulers/overview.rst+23
- docs/how-things-work/sets_groups/index.rst+12
- docs/how-things-work/sets_groups/overview.rst+75
- docs/how-things-work/sets_groups/psets.rst+51
- docs/installing-pmix/quickstart.rst+6
- docs/man/man1/index.rst+7
- docs/man/man1/palloc.1.rst+125
- docs/man/man1/pattrs.1.rst+87
- docs/man/man1/pevent.1.rst+59
- docs/man/man1/plookup.1.rst+62
- docs/man/man1/pmix_info.1.rst+104-11
- docs/man/man1/pmixcc.1.rst+132
- docs/man/man1/pps.1.rst+71
- docs/man/man1/pquery.1.rst+80
- examples/Makefile.am+13-3
- examples/asyncgroup.c+7-2
- examples/client.c+22-2
- examples/client3.c+206
- examples/dynamic.c+130-58
- examples/group.c+109-7
- examples/group_bootstrap.c+224
- examples/group_dmodex.c+11-7
- examples/group_lcl_cid.c+10-5
- include/pmix.h+3-2
- include/pmix_common.h.in+38-1
- src/client/pmix_client.c+3-1
- src/client/pmix_client_convert.c+1-2
- src/client/pmix_client_fence.c+16-4
- src/client/pmix_client_get.c+77-42
- src/client/pmix_client_group.c+486-58
- src/client/pmix_client_ops.h+4-1
- src/client/pmix_client_spawn.c+85-26
- src/common/pmix_attributes.c+20-14
- src/common/pmix_strings.c+15-1
- src/event/pmix_event_notification.c+8-6
- src/hwloc/pmix_hwloc.c+9-4
- src/include/pmix_globals.c+4-1
- src/include/pmix_globals.h+36-1
- src/mca/base/pmix_mca_base_var.c+9-3
- src/mca/bfrops/base/base.h+3-1
- src/mca/bfrops/base/bfrop_base_copy.c+6-1
- src/mca/bfrops/base/bfrop_base_fns.c+2-2
- src/mca/bfrops/base/bfrop_base_tma.h+31-1
- src/mca/gds/hash/gds_hash.c+2-2
- src/mca/gds/shmem/gds_shmem_utils.h-184
- src/mca/gds/shmem2/Makefile.am+22-22
- src/mca/gds/shmem2/configure.m4+7-7
- src/mca/gds/shmem2/gds_shmem2.c+987-362
- src/mca/gds/shmem2/gds_shmem2.h+50-58
- src/mca/gds/shmem2/gds_shmem2_component.c+17-24
- src/mca/gds/shmem2/gds_shmem2_fetch.c+44-49
- src/mca/gds/shmem2/gds_shmem2_fetch.h+5-4
- src/mca/gds/shmem2/gds_shmem2_store.c+38-41
- src/mca/gds/shmem2/gds_shmem2_store.h+7-7
- src/mca/gds/shmem2/gds_shmem2_utils.c+63-63
- src/mca/gds/shmem2/gds_shmem2_utils.h+193
- src/mca/gds/shmem2/help-gds-shmem2.txt+4-3
- src/mca/ptl/base/ptl_base_frame.c+27-3
- src/runtime/pmix_init.c+6-1
- src/runtime/pmix_params.c+6-1
- src/server/Makefile.include+3-1
- src/server/pmix_server.c+88-57
- src/server/pmix_server_group.c+1.4k
- src/server/pmix_server_ops.c+63-1.2k
- src/server/pmix_server_ops.h+9
- src/tools/plookup/help-plookup.txt+2-2
- src/tools/pmix_info/help-pmix-info.txt+5-5
- src/tools/pquery/pquery.c+6-1
- src/util/pmix_hash.c+14-24
- src/util/pmix_os_dirpath.c+1-1
- test/simple/gwtest.c+5-1
- test/simple/legacy.c+5
- test/simple/quietclient.c+25-6
- test/simple/simpclient.c+25-7
- test/simple/simpcoord.c+9-2
- test/simple/simpcycle.c+5-1
- test/simple/simpdist.c+27-17
- test/simple/simpdmodex.c+21-5
- test/simple/simptest.c+5-2
- test/simple/stability.c+13-3
- .github/workflows/close-stale-issues.yaml+65
- .github/workflows/remove-awaiting-user-info-label.yaml+30
- VERSION+1-1
- config/oac+1-1
- config/prte_setup_pmix.m4+1-13
- configure.ac+3-2
- docs/Makefile.am+3-1
- docs/conf.py+1-1
- docs/how-things-work/index.rst+13
- docs/how-things-work/schedulers/flow_of_control.rst+28
- docs/how-things-work/schedulers/index.rst+14
- docs/how-things-work/schedulers/overview.rst+23
- docs/how-things-work/schedulers/structures.rst+270
- docs/how-things-work/session_dirs.rst+115
- docs/index.rst+2
- docs/news/index.rst+1-1
- docs/news/news-v3.x.rst+101-1
- docs/session-directory.rst+24-7
- docs/terminology.rst+29
- src/docs/show-help-files/help-prte.rst+1-4
- src/docs/show-help-files/help-prterun.rst+1-4
- src/docs/show-help-files/help-prun.rst+9-1
- src/hwloc/hwloc_base_util.c+18-16
- src/mca/errmgr/dvm/errmgr_dvm.c+1-1
- src/mca/ess/base/ess_base_bootstrap.c+2-27
- src/mca/ess/base/ess_base_std_prted.c-6
- src/mca/ess/hnp/ess_hnp_module.c+3-4
- src/mca/grpcomm/base/grpcomm_base_frame.c+18-1
- src/mca/grpcomm/base/grpcomm_base_stubs.c+139-25
- src/mca/grpcomm/direct/grpcomm_direct.c+190-119
- src/mca/grpcomm/grpcomm.h+9-1
- src/mca/odls/base/odls_base_default_fns.c+11-7
- src/mca/plm/base/plm_base_frame.c+140-2
- src/mca/plm/base/plm_base_launch_support.c+3-3
- src/mca/plm/base/plm_base_receive.c+75-2
- src/mca/plm/base/plm_base_select.c+11-6
- src/mca/plm/pals/plm_pals_module.c+7-10
- src/mca/ras/base/ras_base_allocate.c+4-4
- src/mca/ras/testrm/ras_testrm.c+2-1
- src/mca/rmaps/base/rmaps_base_frame.c+1-1
- src/mca/rmaps/base/rmaps_base_map_job.c+3-3
- src/mca/rmaps/base/rmaps_base_support_fns.c+15-19
- src/mca/rmaps/ppr/rmaps_ppr.c+6-7
- src/mca/rmaps/rank_file/Makefile.am+3-1
- src/mca/rmaps/rank_file/rmaps_rank_file.c+2-7
- src/mca/rmaps/round_robin/rmaps_rr.c+1-2
- src/mca/rmaps/round_robin/rmaps_rr_mappers.c+3-7
- src/mca/rmaps/seq/rmaps_seq.c+2-2
- src/mca/schizo/base/schizo_base_stubs.c+3-3
- src/mca/schizo/mpich/schizo_mpich.c+10-4
- src/mca/schizo/ompi/schizo_ompi.c+4-4
- src/mca/schizo/prte/schizo_prte.c+5-6
- src/mca/state/base/state_base_fns.c-1
- src/mca/state/base/state_base_options.c+2-3
- src/mca/state/dvm/state_dvm.c+14-1
- src/mca/state/prted/state_prted.c-1
- src/prted/pmix/Makefile.am+4-2
- src/prted/pmix/pmix_server.c+118-32
- src/prted/pmix/pmix_server_allocate.c+339
- src/prted/pmix/pmix_server_dyn.c+242-187
- src/prted/pmix/pmix_server_fence.c+1-2
- src/prted/pmix/pmix_server_gen.c+3-275
- src/prted/pmix/pmix_server_group.c+466
- src/prted/pmix/pmix_server_internal.h+25-3
- src/prted/pmix/pmix_server_queries.c+54-6
- src/prted/pmix/pmix_server_register_fns.c+11-12
- src/prted/pmix/pmix_server_session.c+339-175
- src/prted/prte_app_parse.c+12-8
- src/prted/prted_comm.c-1
- src/prted/prun_common.c+1-103
- src/rml/rml.c+3-2
- src/rml/rml_types.h+14-13
- src/runtime/data_type_support/prte_dt_copy_fns.c+13-1
- src/runtime/data_type_support/prte_dt_packing_fns.c+82-1
- src/runtime/data_type_support/prte_dt_print_fns.c+26-11
- src/runtime/data_type_support/prte_dt_unpacking_fns.c+107-2
- src/runtime/prte_finalize.c-1
- src/runtime/prte_globals.c+198-2
- src/runtime/prte_globals.h+38-2
- src/runtime/prte_init.c+22-2
- src/runtime/prte_mca_params.c-7
- src/tools/prte/prte.c+124-14
- src/tools/prte_info/prte_info.c+2-3
- src/tools/prted/prted.c+11-42
- src/tools/prun/prun.c+15-13
- src/tools/psched/backend.c-3
- src/tools/psched/event.c+1-14
- src/tools/psched/psched.c+11-35
- src/tools/psched/queries.c+2-5
- src/tools/psched/scheduler.c+15-1
- src/tools/psched/schizo.c+2-1
- src/tools/psched/server.c+1-2
- src/tools/psched/state.c+1-8
- src/tools/pterm/pterm.c+3-22
- src/util/attr.c+7-1
- src/util/attr.h+7-1
- src/util/dash_host/dash_host.c+2-1
- src/util/session_dir.c+4-4
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
| |||
35 | 37 |
| |
36 | 38 |
| |
37 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 |
| |
39 | 45 |
| |
40 | 46 |
| |
|
Lines changed: 26 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
82 | 84 |
| |
83 | 85 |
| |
84 | 86 |
| |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
85 | 93 |
| |
86 | 94 |
| |
87 | 95 |
| |
| |||
133 | 141 |
| |
134 | 142 |
| |
135 | 143 |
| |
| 144 | + | |
136 | 145 |
| |
137 | 146 |
| |
138 | 147 |
| |
| |||
157 | 166 |
| |
158 | 167 |
| |
159 | 168 |
| |
| 169 | + | |
160 | 170 |
| |
161 | 171 |
| |
162 | 172 |
| |
| |||
189 | 199 |
| |
190 | 200 |
| |
191 | 201 |
| |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
192 | 218 |
| |
193 |
| - | |
194 | 219 |
| |
195 | 220 |
| |
196 | 221 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 |
| - | |
| 62 | + | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
123 |
| - | |
| 123 | + | |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Lines changed: 0 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
707 | 707 |
| |
708 | 708 |
| |
709 | 709 |
| |
710 |
| - | |
711 |
| - | |
712 |
| - | |
713 |
| - | |
714 |
| - | |
715 | 710 |
| |
716 | 711 |
| |
717 | 712 |
| |
| |||
1028 | 1023 |
| |
1029 | 1024 |
| |
1030 | 1025 |
| |
1031 |
| - | |
1032 |
| - | |
1033 |
| - | |
1034 | 1026 |
| |
1035 | 1027 |
| |
1036 | 1028 |
| |
| |||
1363 | 1355 |
| |
1364 | 1356 |
| |
1365 | 1357 |
| |
1366 |
| - | |
1367 |
| - | |
1368 |
| - | |
1369 | 1358 |
| |
1370 | 1359 |
| |
1371 | 1360 |
| |
| |||
1522 | 1511 |
| |
1523 | 1512 |
| |
1524 | 1513 |
| |
1525 |
| - | |
1526 |
| - | |
1527 | 1514 |
| |
1528 | 1515 |
| |
1529 | 1516 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 | 141 |
| |
145 | 142 |
| |
146 | 143 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
247 | 247 |
| |
248 | 248 |
| |
249 | 249 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
|
Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 | 41 |
| |
45 | 42 |
| |
46 | 43 |
| |
|
0 commit comments