]> AND Private Git Repository - loba.git/commit
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Do not call flush automatically in communcator::send...
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jan 2011 12:58:26 +0000 (13:58 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 12 Jan 2011 12:58:26 +0000 (13:58 +0100)
commit404a8d5b50296756e0896c1914750fa235720946
tree5c7b1500aeabb05e1c833cb8c547c04dceaa22a7
parent1366ceca8a115df18885fa9ae1f11452630d03bf
Do not call flush automatically in communcator::send...

... and insert appropriate calls in process methods.

The goal is here to destroy achieved communications as soon as
possible, and avoid a bug in SimGrid 3.5 that make the simulation
very slow when there are many communications.
communicator.cpp
communicator.h
options.cpp
process.cpp