1
1
openmpi/opal/mca/pmix/pmix3x
Gilles Gouaillardet f3af799608 pmix3x: misc fixes to get pmix build on Solaris
- replace MAXHOSTNAMELEN with hardcoded 1024.
  unlike Linux, Solaris #define MAXHOSTNAMELEN in <netdb.h>,
  so use a hard coded value to keep the test simpl
- stdout cannot be assigned on Solaris, so use freopen instead

(back-ported from upstream commit pmix/master@a63f6e53f4)
2016-10-08 13:01:28 +09:00
..
pmix pmix3x: misc fixes to get pmix build on Solaris 2016-10-08 13:01:28 +09:00
autogen.subdirs Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00
common_sym_whitelist.txt Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00
configure.m4 Implement notification of completion on comm_spawn'd child jobs. Add a configure flag to enable PMIx 3's shared memory datastore, and set it disable by default so that comm_spawn functions again. Will reverse the default once that feature is fully functional 2016-09-01 13:10:10 -07:00
Makefile.am Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00
pmix3x_client.c Silence trivial Coverity warnings 2016-08-31 09:42:33 -07:00
pmix3x_component.c Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00
pmix3x_server_north.c Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00
pmix3x_server_south.c Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00
pmix3x.c Put show_help thru the PMIx "log" API. This pushes the show_help output from apps into the pmix thread, thus avoiding conflicts in the RML thread, which should help with thread lock situations. 2016-10-02 16:02:23 -07:00
pmix3x.h Update configury to support multiple PMIx versions, rename pmix2x component to pmix3x for support of PMIx master 2016-08-25 18:19:05 -07:00