Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correction of a bug.
[simgrid.git] / src /
2010-03-22 mquinsonSecond try at lua. Still does not work: I get a 'attemp...
2010-03-22 mquinsonvarious cosmetics improvements
2010-03-22 mquinsonMore informative error message
2010-03-22 mquinsonmore robustness in the code by not ignoring situations...
2010-03-22 mquinsontypo--
2010-03-22 mquinsonkill dead code, and unallocate argv
2010-03-22 mquinsontiny improvement of error messages
2010-03-22 mquinsonOne more FIXME to achieve for code simplification
2010-03-22 mquinsontiny improvement of error messages
2010-03-22 mquinsontiny optimizations
2010-03-22 mquinsonremove typos
2010-03-22 mquinsonreduce verbosity: debug is almost over
2010-03-22 mquinsonuse small_platform.xml here
2010-03-19 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-19 coldpeaceRuby Msg Binding : new Methods and new Example
2010-03-19 piniMaybe this time I got it right.
2010-03-19 piniWe want the output for rank 0 as well...
2010-03-19 piniFix bugs in SMPE.
2010-03-18 piniMake SMPE's output to look more like clog2_print's one
2010-03-18 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-18 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-18 coldpeacesimple example ruby using simdag (first tests)
2010-03-17 coldpeacerename TimeoutFailureException to TimeoutException
2010-03-17 mquinsonfix the examples now that they can throw potentially...
2010-03-17 mquinsonrename TimeoutFailureException to TimeoutException
2010-03-17 mquinsonAdd the new exceptions to the build chain
2010-03-17 coldpeacemissing exceptions
2010-03-17 mquinsonAAAAh. let's try to fix the fix of a fix. Correctly...
2010-03-17 mquinsonrelease_forever is supposed to open the latch. Let...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-03-15 coldpeacedetailed output messages if MSG_task_send failed
2010-03-15 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-15 coldpeacethrow the right exception corresponding to TimeoutFailu...
2010-03-15 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-15 coldpeacethrow the right exception corresponding to HostFailureE...
2010-03-13 piniExpand space-separated values of --log and --cfg arguments.
2010-03-13 piniPlug the memleak of smx_rdv_t
2010-03-13 piniKeep SMPI data in the SMPI layer
2010-03-13 piniFixed buggy implementation of MPI_Waitsome
2010-03-13 piniFixed two more unclean execution paths
2010-03-13 piniBugfix to dirty cleanup of SIMIX from SMPI.
2010-03-13 piniMove misplaced memleak fix.
2010-03-13 piniMove a cleanup call to a better place.
2010-03-12 mquinsonplug a tiny memleak
2010-03-12 mquinsonkill crude debugging info for ruby: that part of the...
2010-03-12 mquinsonWarn when there is some remaining actions in the system...
2010-03-12 mquinsona bit more info on how to guess the right gamma value...
2010-03-12 mquinsonadd a pointer to the DAX generator from the loader
2010-03-12 mquinsonBummer, that's not the way to change the network model
2010-03-12 mquinsonProtect spaces in arguments forwarded to simgrid
2010-03-12 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-12 coldpeacebetter synchronization , cleanin' up ruby process ...
2010-03-12 piniCosmetics in SMPI and bugfix for a nasty bug in SIMIX...
2010-03-11 mquinsonpropagate the network model tweaks to simgrid
2010-03-10 piniSome versions of gcc can be very picky.
2010-03-09 coldpeacemoving processFactory class
2010-03-08 coldpeaceStill have to kill runnin' processes (on simix level...
2010-03-08 piniCosmetics + basic support for printing the simulated...
2010-03-05 piniDon't try to survive something we don't know how to...
2010-03-05 piniFix SIMIX_network_copy_data against SMPI (to be tested...
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2010-03-05 mquinsondamn dynamic typing preventing from checking source...
2010-03-05 mquinsonWe must put the location where we copy the task
2010-03-05 mquinsonSIMIX_network_copy_data() is a mess because it tries...
2010-03-04 mquinsontiny optim: copy in one shot when possible (ie always...
2010-03-04 mquinsonEven more debugging info
2010-03-04 mquinsonDo not share the same argument container for every...
2010-03-04 mquinsonMore debug
2010-03-04 mquinsonmore debug
2010-03-04 mquinsondisplay correctly when processes are locked into a...
2010-03-04 mquinsonvarious little cleanups
2010-03-04 coldpeaceDeadLock
2010-03-04 mquinsonTwo more little FIXMEs
2010-03-04 coldpeaceredefinition of task and host ruby classes to adopte...
2010-03-03 mquinsonCleanup log mess in ruby bindings, various cosmetics...
2010-03-03 coldpeacegit-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid...
2010-03-03 coldpeaceremoving ApplicationHandler ruby Class, keeping only...
2010-03-03 mquinsonbummer: I increased the amount of displayed info to...
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-02 mquinsonFurther cleanups of ruby, plus add FIXME in ruby and...
2010-03-02 mquinsonAcknoledge the fact that JniException is a runtime...
2010-03-02 mquinsonYet some more cleanups in ruby (and this time, I go...
2010-03-02 mquinsonfurther simplifications to ruby: kill useless ProcessFa...
2010-03-02 mquinsonNote in source file how to debug that damn stuff
2010-03-02 mquinsonsome more cleanups in ruby bindings. Still not working...
2010-03-02 mquinsonMassive cleanups in ruby. Not yet working (segfault...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-03-02 mquinsonreindent
2010-03-01 mquinsonUse my axe to get ruby bindings compiling. Need to...
2010-03-01 mquinsonMore ruby cleanups: stop defining everything static...
2010-03-01 mquinsonOngoing cleanup in ruby bindings. Does not compile...
2010-03-01 mquinsonSomehow fix the ruby detection with autotools. Still...
2010-03-01 mquinsondon't free scheduling data of typed tasks
2010-02-27 mquinsonKill a static function raising 'not implemented' which...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-02-27 mquinsonMake JniException a runtime exception, nobody wants...
2010-02-27 mquinsonthis function never send NullPointerE anymore
2010-02-27 mquinsontasks created without name and costs should still be...
2010-02-27 mquinsonAllow task name to be null
2010-02-27 mquinsonvarious cleanups to the java bindings
next