From f88feba52e2092f7dc60a447adaa8c82dd489b96 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 23 Sep 2014 15:33:41 +0200 Subject: [PATCH] use barrier from the active selector for replay --- src/smpi/smpi_replay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index 427604af31..27157b1073 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -1034,7 +1034,7 @@ int smpi_replay_finalize(){ xbt_free(reqq); reqq = NULL; } - smpi_mpi_barrier(MPI_COMM_WORLD); + mpi_coll_barrier_fun(MPI_COMM_WORLD); #ifdef HAVE_TRACING int rank = smpi_process_index(); instr_extra_data extra = xbt_new0(s_instr_extra_data_t,1); -- 2.20.1