Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Allows the bytes_amount argument of MSG_parallel_task_create to be null.
authorDavid Glesser <david.glesser@imag.fr>
Tue, 26 Jan 2016 15:11:17 +0000 (16:11 +0100)
committerDavid Glesser <david.glesser@imag.fr>
Tue, 26 Jan 2016 15:11:17 +0000 (16:11 +0100)
commit097befdbebacea302be3a7442afce30ae1a26937
tree4af664c5edb70b1a6fa01ce80d132ccb059ea534
parent32c187d71846015df8c8d484161b137f1096e89e
Allows the bytes_amount argument of MSG_parallel_task_create to be null.

If there is no communications in your parallel task, it is useless to allocate a host_nb*host_nb full of 0.
src/simix/libsmx.cpp
src/surf/host_ptask_L07.cpp