Skip to content

Commit

Permalink
Note about python+simgrid being slower than native because it's essen…
Browse files Browse the repository at this point in the history
…tially TODO
  • Loading branch information
sthibaul committed Mar 27, 2024
1 parent 08e557d commit 61f262a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/doxygen/chapters/starpu_languages/python.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -1420,4 +1420,9 @@ in another thread. This notably means that the `asyncio` mode and waiting for a
`future` will not work, and one thus has to use StarPUPY-provided functions to
wait for completion, such as `starpupy.task_wait_for_all()` or `data.acquire`.

Also, we have not yet implemented not calling the actual call of the task
function, so the execution time will be longer than in real execution, since not
only it executes computations, but also sequentially, and adds the simulation
overhead.

*/

0 comments on commit 61f262a

Please sign in to comment.