Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Implicit casts should not lower precision.
[simgrid.git] / include / simgrid / smpi / smpi_replay.hpp
index eabde00..b9ff2c2 100644 (file)
@@ -97,10 +97,10 @@ public:
 class CollCommParser : public ActionArgParser {
 public:
   double size;
-  double comm_size;
   double comp_size;
   int send_size;
   int recv_size;
+  unsigned comm_size; // size of communicator
   int root               = 0;
   MPI_Datatype datatype1 = MPI_DEFAULT_TYPE;
   MPI_Datatype datatype2 = MPI_DEFAULT_TYPE;