1
1
openmpi/opal/mca/pmix/base
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.h Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
help-pmix-base.txt 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_base_fns.c pmix: fix process name parsing on 32 bits systems 2014-08-25 03:08:02 +00:00
pmix_base_fns.h Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
pmix_base_frame.c Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
pmix_base_select.c Per the PMIx RFC: 2014-08-21 18:56:47 +00:00