Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Refactoring profiles to use generic callbacks
authorFabien Chaix <fabien.chaix@gmail.com>
Mon, 14 Mar 2022 20:17:27 +0000 (20:17 +0000)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 14 Mar 2022 20:17:27 +0000 (20:17 +0000)
commit1e2a4672dd102fb81d2c2ffe1a93c973758a96bd
treea7cc88d61631576d16262b6577f8e41359afdff4
parent7836a45879b235aafb2ac0508229b13fbf98873e
Refactoring profiles to use generic callbacks
22 files changed:
ChangeLog
MANIFEST.in
examples/cpp/platform-failures/s4u-platform-failures.tesh
examples/cpp/platform-profile/s4u-platform-profile.cpp
examples/platforms/profiles/trace_A_failure.txt
examples/platforms/two_hosts_platform_with_availability_included.xml
examples/python/platform-failures/platform-failures.tesh
examples/python/platform-profile/platform-profile.py
include/simgrid/kernel/ProfileBuilder.hpp
src/kernel/resource/profile/DatedValue.cpp [deleted file]
src/kernel/resource/profile/DatedValue.hpp [deleted file]
src/kernel/resource/profile/Profile.cpp
src/kernel/resource/profile/Profile.hpp
src/kernel/resource/profile/ProfileBuilder.cpp
src/kernel/resource/profile/Profile_test.cpp
src/kernel/resource/profile/StochasticDatedValue.hpp
src/surf/cpu_ti.cpp
src/surf/sg_platf.cpp
src/surf/xml/surfxml_sax_cb.cpp
teshsuite/platforms/host_attributes.xml
teshsuite/s4u/host-multicore-speed-file/host-multicore-speed-file.tesh
tools/cmake/DefinePackages.cmake