Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix bug in smpi tracing for wait
authorAugustin Degomme <degomme@idpann.imag.fr>
Mon, 1 Oct 2012 10:51:56 +0000 (12:51 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Mon, 1 Oct 2012 10:51:56 +0000 (12:51 +0200)
src/smpi/smpi_pmpi.c

index 47a8e6d..2650e19 100644 (file)
@@ -1159,7 +1159,7 @@ int PMPI_Wait(MPI_Request * request, MPI_Status * status)
   smpi_bench_end();
 #ifdef HAVE_TRACING
   int rank = request && (*request)->comm != MPI_COMM_NULL
-      ? smpi_process_argc()
+      ? smpi_process_index()
       : -1;
   TRACE_smpi_computing_out(rank);