From: David Glesser Date: Tue, 26 Jan 2016 15:11:17 +0000 (+0100) Subject: Allows the bytes_amount argument of MSG_parallel_task_create to be null. X-Git-Tag: v3_13~1065^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/097befdbebacea302be3a7442afce30ae1a26937?hp=097befdbebacea302be3a7442afce30ae1a26937 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. ---