From a0abb9d376adce051993b966c0acc6999cba129f Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Tue, 21 Aug 2012 15:26:57 +0200 Subject: [PATCH] add option to generate states for code outside smpi to allow computation timing (not completely accurate as some smpi calls are not traced yet) --- src/smpi/smpi_pmpi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/smpi/smpi_pmpi.c b/src/smpi/smpi_pmpi.c index 5d85a89813..abd6b90d14 100644 --- a/src/smpi/smpi_pmpi.c +++ b/src/smpi/smpi_pmpi.c @@ -1008,7 +1008,6 @@ int PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int src, int tag, int retval; smpi_bench_end(); - if (comm == MPI_COMM_NULL) { retval = MPI_ERR_COMM; } else if (src == MPI_PROC_NULL) { @@ -1373,8 +1372,6 @@ int PMPI_Waitany(int count, MPI_Request requests[], int *index, MPI_Status * sta xbt_dynar_free(&recvs); } TRACE_smpi_computing_in(rank_traced); - - #endif smpi_bench_begin(); return retval; -- 2.20.1