2 files changed
+2
-2
lines changed- .gitignore+1-4
- bindings/python/README-49
- bindings/python/construct.py+1-6
- bindings/python/pmix.pxi+10-18
- bindings/python/pmix.pyx+355-269
- bindings/python/tests/python/server.py+9-3
- bindings/python/tests/python/server_upcalls.py+26-25
- config/pmix.m4-1
- contrib/construct_dictionary.py+8
- include/Makefile.am+1-2
- include/pmix.h+97
- include/pmix_common.h.in+166-61
- include/pmix_sched.h-166
- include/pmix_server.h+10-1
- src/client/Makefile.include+4-3
- src/client/pmix_client.c+32
- src/client/pmix_client_fabric.c+600
- src/client/pmix_client_get.c+24-5
- src/common/pmix_attributes.c+10-6
- src/common/pmix_strings.c+14
- src/event/pmix_event_registration.c+16-2
- src/include/dictionary.h+177-58
- src/include/pmix_globals.h+34-30
- src/mca/bfrops/base/base.h+10
- src/mca/bfrops/base/bfrop_base_copy.c+1
- src/mca/bfrops/base/bfrop_base_pack.c+16
- src/mca/bfrops/base/bfrop_base_print.c+32
- src/mca/bfrops/base/bfrop_base_unpack.c+14
- src/mca/bfrops/v4/bfrop_pmix4.c+8
- src/mca/pmdl/pmdl.h+1-1
- src/mca/pnet/base/base.h+16-1
- src/mca/pnet/base/pnet_base_fns.c+199
- src/mca/pnet/base/pnet_base_frame.c+18-3
- src/mca/pnet/opa/pnet_opa.c+4-4
- src/mca/pnet/pnet.h+20-11
- src/mca/pnet/simptest/pnet_simptest.c+6-6
- src/mca/pnet/sshot/pnet_sshot.c+15-15
- src/mca/pnet/tcp/pnet_tcp.c+9-9
- src/mca/pnet/test/pnet_test.c+63-95
- src/mca/pnet/test/pnet_test.h+1
- src/mca/pnet/test/pnet_test_component.c+7
- src/mca/prm/prm.h+1-1
- src/mca/pstrg/vfs/Makefile.am+59
- src/mca/pstrg/vfs/pstrg_vfs.c+141
- src/mca/pstrg/vfs/pstrg_vfs.h+32
- src/mca/pstrg/vfs/pstrg_vfs_component.c+95
- src/mca/ptl/tcp/ptl_tcp_component.c+1-1
- src/mca/ptl/usock/ptl_usock_component.c+3-7
- src/server/Makefile.include+2-3
- src/server/pmix_sched.c-158
- src/server/pmix_server.c+103-11
- src/server/pmix_server_ops.c+315-1
- src/server/pmix_server_ops.h+16
- src/tool/pmix_tool.c+75-3
- src/tools/wrapper/Makefile.am+17-46
- src/tools/wrapper/generic_wrapper.1.md-233
- src/tools/wrapper/help-pmixcc.txt+1-1
- src/tools/wrapper/pmix.pc.in-25
- src/tools/wrapper/pmixcc.1.md
- src/tools/wrapper/pmixcc.c+9-9
- src/util/error.c+16-10
- src/util/error.h+6-1
- src/util/pif.c+4-4
- src/util/pif.h+2-2
- test/python/client.py+1-1
- test/python/sched.py+3-3
- test/python/server.py+24-17
- test/simple/simpcoord.c+7-7
- test/simple/simpsched.c+21-31
- test/sshot/daemon.c-1
0 commit comments