Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a reduce X bytes Y flops action
authorsuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Oct 2009 22:24:49 +0000 (22:24 +0000)
committersuter <suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 29 Oct 2009 22:24:49 +0000 (22:24 +0000)
commitceaa3959f7085cafabca59dc4f9b447be76d9225
tree9df0e6395c585e48150b642a02545a1bd254c598
parent4d9b6ffa6061b98854861149be406520b60793cd
add a reduce X bytes Y flops action
once the root has received all the contributions of X bytes from the
other processes, it computes Y flops. The other processes exit the
function as soon as they their send is completed.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6825 48e7efb5-ca39-0410-a469-dd3cf9ba447f
examples/msg/actions/actions.c
examples/msg/actions/actions_reduce.txt [new file with mode: 0644]