Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[TRACING] Rename TIT action scatterV -> scatterv
[simgrid.git] / src / instr / instr_private.hpp
index 48fc023..241f7c4 100644 (file)
@@ -76,7 +76,7 @@ public:
       , recv_size(recv_size)
       , send_type(send_type)
       , recv_type(recv_type){};
-  // VarCollTI: gatherV, scatterV, allgatherv, allToAllV (+ reduceScatter out of laziness)
+  // VarCollTI: gatherV, scatterv, allgatherv, allToAllV (+ reduceScatter out of laziness)
   explicit TIData(std::string name, int root, int send_size, std::vector<int>* sendcounts, int recv_size,
                   std::vector<int>* recvcounts, std::string send_type, std::string recv_type)
       : TIData(name, root, send_size, std::shared_ptr<std::vector<int>>(sendcounts), recv_size,