Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace surf by surf++ and make it compile
authorPaul Bédaride <paul.bedaride@gmail.com>
Mon, 30 Sep 2013 11:52:07 +0000 (13:52 +0200)
committerPaul Bédaride <paul.bedaride@gmail.com>
Mon, 30 Sep 2013 12:01:28 +0000 (14:01 +0200)
commit5faf49cdf3f8ad8751317b857a6d3134fe07eda3
tree045326138e99261eb9614dc6a467de716fe593c0
parent83ff63f9a846dd01995a4bbb8979d2fa909ed34b
Replace surf by surf++ and make it compile
91 files changed:
buildtools/Cmake/DefinePackages.cmake
include/msg/datatypes.h
include/simgrid/platf.h
include/surf/surf_routing.h
include/xbt/automaton.h
include/xbt/module.h
src/include/instr/instr_interface.h
src/include/simgrid/platf_interface.h
src/include/simgrid/sg_config.h
src/include/surf/datatypes.h
src/include/surf/maxmin.h [new file with mode: 0644]
src/include/surf/surf.h
src/include/surf/surf_resource.h
src/include/surf/trace_mgr.h
src/instr/instr_interface.c
src/instr/instr_private.h
src/msg/msg_private.h
src/simdag/private.h
src/simdag/sd_global.c
src/simdag/sd_link.c
src/simdag/sd_task.c
src/simdag/sd_workstation.c
src/simgrid/sg_config.c
src/simix/smx_global.c
src/simix/smx_host.c
src/simix/smx_host_private.h
src/simix/smx_io.c
src/simix/smx_network.c
src/simix/smx_new_api.c
src/simix/smx_private.h
src/simix/smx_process.c
src/simix/smx_smurf_private.h
src/simix/smx_synchro.c
src/surf/cpu.cpp
src/surf/cpu.hpp
src/surf/cpu_cas01.c
src/surf/cpu_cas01.cpp
src/surf/cpu_ti.cpp
src/surf/cpu_ti.hpp
src/surf/fair_bottleneck.c [new file with mode: 0644]
src/surf/instr_routing.c
src/surf/instr_surf.c
src/surf/lagrange.c [new file with mode: 0644]
src/surf/maxmin.c [new file with mode: 0644]
src/surf/maxmin_private.h
src/surf/maxmin_private_.h [new file with mode: 0644]
src/surf/network.c
src/surf/network.cpp
src/surf/network.hpp
src/surf/network_constant.cpp [new file with mode: 0644]
src/surf/network_constant.hpp [new file with mode: 0644]
src/surf/network_gtnets.cpp [new file with mode: 0644]
src/surf/network_gtnets.hpp [new file with mode: 0644]
src/surf/network_ns3.c
src/surf/network_smpi.cpp [new file with mode: 0644]
src/surf/network_smpi.hpp [new file with mode: 0644]
src/surf/new_model.c
src/surf/storage.cpp [new file with mode: 0644]
src/surf/storage.hpp [new file with mode: 0644]
src/surf/storage_private.h
src/surf/surf.cpp
src/surf/surf.hpp
src/surf/surf_action.c
src/surf/surf_interface.cpp [new file with mode: 0644]
src/surf/surf_private.h
src/surf/surf_private.hpp [new file with mode: 0644]
src/surf/surf_routing.cpp [new file with mode: 0644]
src/surf/surf_routing.hpp [new file with mode: 0644]
src/surf/surf_routing_cluster.cpp [new file with mode: 0644]
src/surf/surf_routing_dijkstra.cpp [new file with mode: 0644]
src/surf/surf_routing_dijkstra.hpp [new file with mode: 0644]
src/surf/surf_routing_floyd.cpp [new file with mode: 0644]
src/surf/surf_routing_full.cpp [new file with mode: 0644]
src/surf/surf_routing_generic.cpp [new file with mode: 0644]
src/surf/surf_routing_generic.hpp [new file with mode: 0644]
src/surf/surf_routing_none.c
src/surf/surf_routing_none.cpp [new file with mode: 0644]
src/surf/surf_routing_none.hpp [new file with mode: 0644]
src/surf/surf_routing_private.h
src/surf/surf_routing_private.hpp [new file with mode: 0644]
src/surf/surf_routing_vivaldi.cpp [new file with mode: 0644]
src/surf/surfxml_parse.c
src/surf/workstation.cpp [new file with mode: 0644]
src/surf/workstation.hpp [new file with mode: 0644]
src/surf/workstation_ptask_L07.cpp [new file with mode: 0644]
src/surf/workstation_ptask_L07.hpp [new file with mode: 0644]
teshsuite/simdag/platforms/flatifier.c
testsuite/surf/lmm_usage.c
testsuite/surf/maxmin_bench.c
testsuite/surf/surf_usage.c
testsuite/surf/surf_usage2.c