AND Public Git Repository - simgrid.git/atom - examples/msg/actions/actions_bcast.txt history Clone of SimGrid repository with local patches http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git Arnaud Giersch /gitweb-files/git-favicon.png /gitweb-files/git-logo.png 2016-02-26T11:05:17Z gitweb cleanup msg actions 2016-02-26T11:05:17Z Frederic Suter frederic.suter@cc.in2p3.fr Frederic Suter frederic.suter@cc.in2p3.fr 2016-02-26T11:05:17Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/77537f25120f01141d7d9b669ad8178330531e00
cleanup msg actions

  + MPI stuff is deprecated, no need for so much example files
  + keep it though for illustrative purposes
  • [D] examples/msg/actions/actions_bcast.txt
reimplement reduce and bcast (non tested) w/o spawns 2010-12-07T12:26:51Z suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f 2010-12-07T12:26:51Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/3c8840eaf6650f0f066493d1c8f97eeb08c6afe9
reimplement reduce and bcast (non tested) w/o spawns
uncomment the comm_destroy
modify the action files to add init and finalize


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
  • [D] examples/msg/actions/actions_bcast.txt
Repair collective operations (changes made for asynchronous end to end 2010-02-04T13:02:38Z suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f 2010-02-04T13:02:38Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/1ac0a9a0d3915e3ffa89e2901028e2463da3804d
Repair collective operations (changes made for asynchronous end to end
communications had a bad impact)

!!! WARNING !!!
In order to save space the arbitrary choice changed. The processes now
have to be named p0, p1, ..., pN instead of process0, process1, processN

The resulting gain becomes impressive for large traces.


git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7055 48e7efb5-ca39-0410-a469-dd3cf9ba447f
  • [D] examples/msg/actions/actions_bcast.txt
First implementation of allReduce action (Refactoring will be needed 2009-11-05T22:48:55Z suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f 2009-11-05T22:48:55Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/26960d5a5c8b7036f1ea69bd3790978ecfa1da25
First implementation of allReduce action (Refactoring will be needed
at some point)

All involved processes exit at the same time




git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6833 48e7efb5-ca39-0410-a469-dd3cf9ba447f
  • [D] examples/msg/actions/actions_bcast.txt
add a flat broadcast action 2009-10-29T20:59:50Z suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f suter suter@48e7efb5-ca39-0410-a469-dd3cf9ba447f 2009-10-29T20:59:50Z http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff/d69523bb9a7c8d5381d44e94f559337bc9745009
add a flat broadcast action
requires a comm_size action to set the size of the MPI_COMM_WORLD
communicator
update the actions_with_isend.txt to include the Isend action



git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6823 48e7efb5-ca39-0410-a469-dd3cf9ba447f
  • [D] examples/msg/actions/actions_bcast.txt