1
1
openmpi/ompi/communicator
Nathan Hjelm 6b83fa2f58 ompi/comm: fix coverity errors
Fixes CID 1323841: Logically dead code

Wrong value in conditional. Should be newcomp not newcomm.

Fixes CID 1269762: Explicit null dereference

ompi_group_incl could return an error and not set local_group. Add a
check to ensure ompi_group_incl succeeded before incrementing the proc
count.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-09-28 15:55:19 -06:00
..
comm_cid.c Remove the last involvement of the OOB system from the MPI layer, remove the no-longer-needed usock/oob component, and have procs no longer open the RML, OOB, ROUTED, and GRPCOMM frameworks as PMIx now provides all required app-mpirun cmds 2015-09-15 13:08:35 -07:00
comm_helpers.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
comm_helpers.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
comm_init.c ompi/group: do not allocate ompi_proc_t's on group union/difference 2015-09-10 08:55:55 -06:00
comm_request.c initialize common symbols from ompi 2015-05-08 10:11:58 +09:00
comm_request.h Add support for MPI_Comm_dup_with_info, MPI_Comm_create_group, and 2013-10-02 14:26:40 +00:00
comm.c ompi/comm: fix coverity errors 2015-09-28 15:55:19 -06:00
communicator.h Remove the last involvement of the OOB system from the MPI layer, remove the no-longer-needed usock/oob component, and have procs no longer open the RML, OOB, ROUTED, and GRPCOMM frameworks as PMIx now provides all required app-mpirun cmds 2015-09-15 13:08:35 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00