Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge concerns - Adrien
[simgrid.git] / org / simgrid / msg / Comm.java
2012-06-05 alebreMerge concerns - Adrien
2012-05-31 Samuel LepetitAdd a boolean field "finished" in Comm to prevent excep...
2012-05-18 Samuel LepetitBugfix in Comm (GC didn't like it.). Add "debug" logging
2012-05-18 Samuel LepetitFix the handling of errors in Task.send
2012-05-04 Samuel LepetitMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-04 Samuel LepetitAdd cache for jfieldID/jmethodID on jtask/jcomm
2012-05-04 Samuel LepetitAdd waitCompletion to Comm as a binding of MSG_comm_wait
2012-05-04 Samuel LepetitAdd isend in Task
2012-05-03 Samuel LepetitAdd asynchronous API (except wait) for communications