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

Private GIT Repository
Save notes for pstar.
[loba.git] / communicator.cpp
2018-04-30 Arnaud GierschFix build with SimGrid 3.12. sg_v3_12
2018-04-30 Arnaud GierschRemove usage of std::bind. sg_v3_7_1
2012-07-02 Arnaud GierschMSG type names got renamed in SimGrid 3.8.
2012-06-25 Arnaud GierschTracing API has changed. Disable it until its usage...
2012-03-30 Arnaud GierschTake tracing API changes into account.
2011-05-25 Aberrahmane SiderMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-05-24 Arnaud GierschCosmetics: rename message types, INFO -> CTRL, and...
2011-05-23 Arnaud GierschIt is useless to mention "tr1", now that compilation...
2011-03-17 Arnaud GierschSimGrid version <= 3.5 is not supported anymore.
2011-02-23 Arnaud GierschAssign value at declaration.
2011-02-22 Arnaud GierschMake messages intelligent about their size.
2011-02-10 Arnaud GierschSeparate ctrl and data communications.
2011-02-09 Arnaud GierschMake communicator::recv() inline.
2011-02-09 Arnaud GierschUse a vector for sent_comm (smaller and faster than...
2011-02-09 Arnaud GierschDefine class for MSG thread.
2011-02-09 Arnaud GierschDefine class for message queue.
2011-02-08 Arnaud GierschDefine classes for mutex and condition objects.
2011-02-08 Arnaud GierschCleanups on communicator.
2011-02-08 Arnaud GierschCheck if communications are successfull.
2011-02-08 Arnaud GierschNo return value for communicator::receiver().
2011-02-08 Arnaud GierschThrow an exception on error.
2011-02-08 Arnaud GierschRename some variables.
2011-02-07 Arnaud GierschDo not use MSG_comm_test() after MSG_comm_waitany().
2011-02-04 Arnaud GierschUse %zu instead of casting argument.
2011-02-04 Arnaud GierschUse new defined variadic logging macros.
2011-01-30 couturieMerge branch 'master' of ssh://info.iut-bm.univ-fcomte...
2011-01-30 Raphael Couturiermerge de loba_fairstrategy
2011-01-26 Arnaud GierschUse MSG_comm_waitall for communicator::flush(true).
2011-01-25 Arnaud GierschCosmetics: make cppcheck happy.
2011-01-21 Arnaud GierschExperimental tracing support.
2011-01-18 Arnaud GierschBug fixed: use a timeout on receive.
2011-01-12 Arnaud GierschImproved synchronization with receiver process.
2011-01-12 Arnaud GierschDo not call flush automatically in communcator::send...
2011-01-07 Arnaud GierschMove some debugging messages.
2011-01-07 Arnaud GierschAllow changing communicator::send_count_before_flush...
2011-01-06 Arnaud GierschUse a separate thread to handle incoming messages.
2011-01-05 Arnaud GierschDo not import full std::tr1 namespace.
2010-12-21 Arnaud GierschDeadlock fix, and other changes.
2010-12-17 Arnaud GierschDefine process::print_loads_p() to print loads by using...
2010-12-16 Arnaud GierschOngoing work on process logic...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-14 Arnaud GierschWip++...
2010-12-07 Arnaud GierschInitial commit.