Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
debug message --
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 7 Mar 2021 19:38:24 +0000 (20:38 +0100)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 7 Mar 2021 19:38:24 +0000 (20:38 +0100)
src/smpi/mpi/smpi_request.cpp

index aa81e46..df07cda 100644 (file)
@@ -863,8 +863,6 @@ void Request::finish_wait(MPI_Request* request, MPI_Status * status)
       unref(&(req->detached_sender_));
     unref(request);
     return;
-  } else if ((req->flags_ & MPI_REQ_CANCELLED) != 0){
-    XBT_WARN("tatatata");
   }
 
   if ((req->flags_ & (MPI_REQ_PREPARED | MPI_REQ_GENERALIZED | MPI_REQ_FINISHED)) == 0) {