Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a boolean field "finished" in Comm to prevent exceptions in Simix to happen
[simgrid.git] / src / jmsg_comm.c
2012-05-31 Samuel LepetitAdd a boolean field "finished" in Comm to prevent excep...
2012-05-18 Samuel LepetitFix the handling of errors in Task.send
2012-05-14 Samuel LepetitUse jxbt_get_jfield instead of jxbt_get_sfield (faster)
2012-05-14 Samuel LepetitChange the way the Process are killed, since we need...
2012-05-05 Samuel LepetitCheck if the fields were found in Task.nativeInit and...
2012-05-04 Samuel LepetitMove some functions from MsgNative to Task, to make...
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