Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add interface to create Profile
authorBruno Donassolo <bruno.donassolo@inria.fr>
Thu, 5 Aug 2021 13:40:16 +0000 (15:40 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 9 Aug 2021 08:46:53 +0000 (10:46 +0200)
commit8de45b91df7811aa39c11647cfccd14be6d2db89
treeef69f420b060cec92ca9feb8c205103908ad06d9
parent47da8bc6bc0265ece92ca7b397e13306516ca82a
Add interface to create Profile

Allows the use of speed/state profiles by C++ interface.
MANIFEST.in
include/simgrid/kernel/ProfileBuilder.hpp [new file with mode: 0644]
src/kernel/resource/profile/ProfileBuilder.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake