1
1
openmpi/opal/mca/pmix/base
Nathan Hjelm 7b7993e406 pmix/base: fix coverity issue
CID 1269707 Logically dead code (DEADCODE)

Coverity is correct that tmp3 can never be NULL here. Deleted the dead
code.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-05-29 09:02:56 -06: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/base: fix coverity issue 2015-05-29 09:02:56 -06:00
pmix_base_fns.h Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL. 2014-11-11 17:00:42 -08:00
pmix_base_frame.c pmix_base_frame: use the "= { 0 }" initializer 2015-02-05 17:51:06 -05:00
pmix_base_select.c Per the PMIx RFC: 2014-08-21 18:56:47 +00:00