Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
populate Exec a bit more
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 7 Dec 2017 10:08:30 +0000 (11:08 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 7 Dec 2017 10:08:30 +0000 (11:08 +0100)
commit23e5ed757886487772d8d084c59103a1ec881b61
treef0c054673f3616aabcb6c38a1904e136e8c2e0dd
parent59378580f8bb437fd2a9ed435f7cad27e76c338f
populate Exec a bit more
add the setPriority() method and test it with the conversion of
task-priority MSG example

a check would be appreciated because I find this working as easily as
it does a bit weird

Also add an untested test() method
examples/s4u/CMakeLists.txt
examples/s4u/execute-priority/s4u-execute-priority.cpp [new file with mode: 0644]
examples/s4u/execute-priority/s4u-execute-priority.tesh [new file with mode: 0644]
examples/s4u/execute-priority/s4u-execute-priority_d.xml [new file with mode: 0644]
include/simgrid/s4u/Exec.hpp
src/s4u/s4u_exec.cpp [new file with mode: 0644]
tools/cmake/DefinePackages.cmake