Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added new model (default with smpirun) that integrates the three-interval linear...
[simgrid.git] / src / smpi / private.h
index 1265260..483ba79 100644 (file)
@@ -32,7 +32,6 @@ typedef struct s_smpi_mpi_request {
   int complete;
   MPI_Request match;
   unsigned flags;
-  MPI_Request ack;
 } s_smpi_mpi_request_t;
 
 void smpi_process_init(int* argc, char*** argv);