Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
french comment --
authordegomme <adegomme@users.noreply.github.com>
Mon, 15 Apr 2019 09:51:06 +0000 (11:51 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Mon, 15 Apr 2019 09:51:06 +0000 (11:51 +0200)
src/surf/network_ib.cpp

index 50b200b..fa94194 100644 (file)
@@ -20,8 +20,6 @@ static void IB_create_host_callback(simgrid::s4u::Host const& host)
   using simgrid::kernel::resource::NetworkIBModel;
 
   static int id=0;
   using simgrid::kernel::resource::NetworkIBModel;
 
   static int id=0;
-  // pour t->id -> rajouter une nouvelle struct dans le dict, pour stocker les comms actives
-
   IBNode* act = new IBNode(id);
 
   id++;
   IBNode* act = new IBNode(id);
 
   id++;