Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add option to generate states for code outside smpi to allow computation timing ...
authorAugustin Degomme <degomme@idpann.imag.fr>
Tue, 21 Aug 2012 13:26:57 +0000 (15:26 +0200)
committershenshei <paul.bedaride@gmail.com>
Wed, 28 Nov 2012 08:11:27 +0000 (09:11 +0100)
src/smpi/smpi_pmpi.c

index 5d85a89..abd6b90 100644 (file)
@@ -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;