File tree
4 files changed
+10
-5
lines changed- .ci/mellanox
- 3rd-party
- ompi/instance
4 files changed
+10
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
- .github/workflows/main.yml+2
- .github/workflows/pr-target.yaml+28
- .github/workflows/run-special.yml+2
- .github/workflows/run-xversion.yml+6
- .gitignore-1
- .gitmodules+3
- autogen.pl+40-1
- config/oac+1
- config/oac_check_package.m4-676
- config/pmix.m4+19-23
- config/pmix_check_attributes.m4+11-12
- config/pmix_check_vendor.m4-253
- config/pmix_check_visibility.m4+2-1
- config/pmix_functions.m4+14-281
- config/pmix_set_mca_prefix.m4-41
- config/pmix_setup_cc.m4+6-5
- configure.ac-9
- contrib/pmix.spec+5
- etc/pmix-mca-params.conf+20-19
- examples/client.c+23-22
- include/pmix_common.h.in+236-161
- include/pmix_deprecated.h-1
- src/client/pmix_client_get.c+12-4
- src/client/pmix_client_group.c+9-7
- src/common/pmix_iof.c+15-7
- src/event/pmix_event.h+4
- src/event/pmix_event_notification.c+69-60
- src/include/pmix_globals.h+1
- src/mca/base/help-pmix-mca-base.txt+21-1
- src/mca/base/help-pmix-mca-var.txt+1-16
- src/mca/base/pmix_base.h+5-1
- src/mca/base/pmix_mca_base_close.c+4-1
- src/mca/base/pmix_mca_base_component_find.c+7-6
- src/mca/base/pmix_mca_base_component_repository.c+9-6
- src/mca/base/pmix_mca_base_components_open.c+224-2
- src/mca/base/pmix_mca_base_components_register.c+2-1
- src/mca/base/pmix_mca_base_open.c+16-4
- src/mca/base/pmix_mca_base_var.c+6-65
- src/mca/base/pmix_mca_base_var.h-15
- src/mca/bfrops/base/bfrop_base_fns.c+4-4
- src/mca/bfrops/base/bfrop_base_frame.c+2-2
- src/mca/pnet/nvd/configure.m4+3-1
- src/runtime/pmix_finalize.c+3
- src/runtime/pmix_init.c+9-3
- src/runtime/pmix_init_util.h+1
- src/server/pmix_server_ops.c+27-9
- src/threads/thread.c+2-2
- src/tool/pmix_tool.c+22-2
- src/tools/pmix_info/support.c+2-2
- src/util/pmix_cmd_line.h+91
- src/util/pmix_error.c+10
- src/util/pmix_hash.c+9-6
- src/util/pmix_net.c+3-3
- src/util/pmix_output.h+1-1
- src/util/pmix_show_help.c+1-1
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 |
| - | |
438 |
| - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
439 | 444 |
| |
440 | 445 |
| |
441 | 446 |
| |
|
0 commit comments