From 23a00833ef66ff4383394e3cac558a5232d4bd62 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 29 Dec 2015 15:54:43 +0100 Subject: [PATCH 1/1] Give a p_netcard to simgrid::Host instead of relying on extensions for that --- .cproject | 2 +- include/simgrid/Host.hpp | 9 +-- include/simgrid/host.h | 6 -- include/simgrid/platf.h | 4 +- include/simgrid/simdag.h | 5 +- src/instr/instr_interface.cpp | 4 +- src/instr/instr_paje_containers.cpp | 2 +- src/simgrid/host.cpp | 11 ---- src/surf/host_clm03.cpp | 8 +-- src/surf/host_ptask_L07.cpp | 12 ++-- src/surf/host_ptask_L07.hpp | 2 +- src/surf/sg_platf.cpp | 2 +- src/surf/surf_c_bindings.cpp | 18 ++---- src/surf/surf_routing.cpp | 61 +++++++++---------- src/surf/surf_routing.hpp | 6 +- src/surf/surf_routing_dijkstra.cpp | 4 +- src/surf/surf_routing_floyd.cpp | 4 +- src/surf/surf_routing_full.cpp | 4 +- src/surf/surf_routing_generic.cpp | 2 +- src/surf/surfxml_parse.c | 10 +-- src/surf/vm_hl13.cpp | 10 +-- teshsuite/simdag/platforms/CMakeLists.txt | 2 +- .../platforms/{flatifier.c => flatifier.cpp} | 24 ++++---- 23 files changed, 93 insertions(+), 119 deletions(-) rename teshsuite/simdag/platforms/{flatifier.c => flatifier.cpp} (89%) diff --git a/.cproject b/.cproject index 65f41327d2..ebbd921cdb 100644 --- a/.cproject +++ b/.cproject @@ -18,7 +18,7 @@ - +