1
1
openmpi/ompi/mca/topo/base
Jeff Squyres 7adb137409 Fix segv in MPI_Graph_create_undef_c Intel test.
When you call MPI_Graph_create with a old_comm of size N, and pass
nnodes=(N=1), then the Nth proc is supposed to get MPI_COMM_NULL out.
The code in this base function didn't properly handle the proc(s) that
are supposed to get MPI_COMM_NULL out.

cmr=v1.7.5:reviewer=hjelmn

This commit was SVN r31145.
2014-03-19 15:16:28 +00:00
..
base.h Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
Makefile.am Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_coords.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_create.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_get.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_map.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_rank.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_shift.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cart_sub.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_cartdim_get.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_comm_select.c Remove the comments around these assignments; otherwise, we won't get 2013-12-19 20:41:32 +00:00
topo_base_dist_graph_create_adjacent.c Fix some "malloc of 0 bytes" warnings 2013-07-03 12:05:33 +00:00
topo_base_dist_graph_create.c Avoid segfault due to uninitialized variable 2013-08-16 21:10:38 +00:00
topo_base_dist_graph_neighbors_count.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_dist_graph_neighbors.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_find_available.c Remove the item from the list before releasing it. 2013-07-01 16:54:48 +00:00
topo_base_frame.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_graph_create.c Fix segv in MPI_Graph_create_undef_c Intel test. 2014-03-19 15:16:28 +00:00
topo_base_graph_get.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_graph_map.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_graph_neighbors_count.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_graph_neighbors.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_graphdims_get.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
topo_base_lazy_init.c Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00