1
1
openmpi/ompi/mpi
Nathan Hjelm 632f829eb7 mpit: fix coverity issues
CID 1047284 Uninitialized scalar variable (UNINIT)
CID 1047285 Uninitialized scalar variable (UNINIT)
CID 1047286 Uninitialized scalar variable (UNINIT)

If a performance variable session has no handles we should be returning MPI_SUCCESS
for MPI_T_pvar_start, MPI_T_pvar_stop, and MPI_T_pvar_reset. The code was returning
an unitialized value. This commit also updates the error code to return the proper
error on failure.

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
2015-06-02 09:15:53 -06:00
..
c win_get_info: fix indentation 2015-05-29 10:16:25 -06:00
cxx Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
fortran MPI_Win_{get,set}_info : add Fortran bindings 2015-06-02 17:45:52 +09:00
java Get the Java bindings to compile again - add missing header 2015-05-23 11:22:24 -07:00
man/man3 man: fix a trivial typo in MPI_Neighbor_allgather.3in 2015-05-15 16:02:01 +09:00
tool mpit: fix coverity issues 2015-06-02 09:15:53 -06:00
help-mpi-api.txt LANL noticed that calling MPI_ABORT invokes opal_output(0, ...) 2008-10-14 19:23:03 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00