1
1
openmpi/opal/mca/pmix
Gilles Gouaillardet d743da18bf pmix: fix process name parsing on 32 bits systems
opal_process_name_t is an uint64_t which is not equivalent to
an unsigned long on 32 bits systems.
this is now parsed as an unsigned long long.

This commit was SVN r32592.
2014-08-25 03:08:02 +00:00
..
base pmix: fix process name parsing on 32 bits systems 2014-08-25 03:08:02 +00:00
cray Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
native pmix: fix process name parsing on 32 bits systems 2014-08-25 03:08:02 +00:00
s1 Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
s2 Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
configure.m4 Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
Makefile.am Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
pmix.h Handle the non-blocking fence case correctly, and ensure we always at least pass back the hostname of the process whose info is being requested so that the ompi_proc_t can correctly initialize it when we are in a non-blocking fence with np < cutoff scenario 2014-08-22 14:26:24 +00:00