X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1430176bca4f7627075440f1e2559be930f93fdf..863aeead864a309c494893a1b06ec33ed2b7daf1:/teshsuite/smpi/isp/umpire/basic-deadlock-graph_create.c diff --git a/teshsuite/smpi/isp/umpire/basic-deadlock-graph_create.c b/teshsuite/smpi/isp/umpire/basic-deadlock-graph_create.c index 2017b4c48f..c800ba65db 100644 --- a/teshsuite/smpi/isp/umpire/basic-deadlock-graph_create.c +++ b/teshsuite/smpi/isp/umpire/basic-deadlock-graph_create.c @@ -39,7 +39,7 @@ main (int argc, char **argv) } else { /* create the graph on p.268 MPI: The Complete Reference... */ - MPI_Graph_create (MPI_COMM_WORLD, GRAPH_SZ, + MPI_Graph_create (MPI_COMM_WORLD, GRAPH_SZ, graph_index, graph_edges, 1, &comm); if (comm != MPI_COMM_NULL) {