Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-12-11 mquinsonalso activate our asprintf internal implementation...
2009-12-10 mquinsondocument how to get java bindings compiling
2009-12-10 mquinsonFix default target about dax.dtd for the ones not havin...
2009-12-03 alegrandAutomatically generare html files from our bibtex file.
2009-12-03 alegrandUse external files for the bibliography.
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
2009-12-02 mquinsonDocument supernovae
2009-12-02 navarropStop building a 3.3.3 version...
2009-12-02 mquinsonAnother try to get the make dist working with or withou...
2009-12-02 mquinsonCircumvent a bug in automake (at least found in v1.11)
2009-12-02 mquinsoninclude all the needed files in the archive so that...
2009-12-02 mquinsonReplay is not mature enough for distribution, yet
2009-12-02 mquinsonReplay is not mature enough for distribution, yet
2009-12-02 mquinsoncreate the listener thread in joinable mode since we...
2009-11-30 suterModify the output of the action replay tool.
2009-11-24 mquinsondefault of supernovae should be the opposite of maintai...
2009-11-24 mquinsonForce initialization of a variable to shut gcc 4.4 up
2009-11-20 mquinsonmore inlining
2009-11-20 mquinsonMark two more functions as inline in supernovae, and...
2009-11-20 mquinsonForce memory allocation functions to always inline
2009-11-20 mquinsonkill useless code
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 mquinsonthese are variables, not functions. Use the right macro
2009-11-20 mquinsonIn supernovae mode, declare every public functions...
2009-11-20 alegrandTake into account "recent" simix modifications
2009-11-20 alegrandremove wrong comment
2009-11-20 mquinsonChange the code so that it compiles in supernovae mode
2009-11-20 mquinsonTry to compile in supernovae mode when requested to
2009-11-20 mquinsonA configure option to control the supernovae mode
2009-11-18 mquinsonAlso include hostfile into the archive since makecheck...
2009-11-18 mquinsonSome files missing from the archive. This prevents...
2009-11-16 donassbrBugfix: Initialize variable and remove from heap when...
2009-11-11 mquinsontypo found by Medhi while doing the tutorial
2009-11-10 mquinsondon't trust gcc for cleaning your code after you. he...
2009-11-10 mquinsonRevert "try to port the gras simulation side to the...
2009-11-10 mquinsontry to port the gras simulation side to the new smx_net...
2009-11-10 mquinsonKill portability to MAC for sake of compiling on linux...
2009-11-05 suterFirst implementation of allReduce action (Refactoring...
2009-11-04 donassbrFix test. Remove timestep parameter.
2009-11-04 donassbrRemove parameter timestep.
2009-11-04 donassbrChanges implementation of CPU TI. Now, it uses the...
2009-11-04 donassbrAdd 2 tests to handle problems when using timesteps...
2009-11-04 donassbrAdd tests to skip actions that aren't running or have...
2009-11-04 donassbrRemove old code and useless code.
2009-10-30 suterNot using set/get functions is bad, but raising an...
2009-10-29 suteradd a reduce X bytes Y flops action
2009-10-29 suterRefactor spawned_send and bcast_spawned_send
2009-10-29 suteradd a flat broadcast action
2009-10-29 mquinsonplug a memleak
2009-10-29 suterforgot to remove the cleaning of a remove data
2009-10-29 suteradd an Isend, just the prototype for the barrier action
2009-10-29 mquinsontry harder not to overflow that buffer
2009-10-28 mquinsontry to ensure that stdio is loaded when str.h is loaded...
2009-10-28 mquinsonTry to fix #8852 (SimGrid won't compile on Ubuntu 9...
2009-10-23 sutersmall improvements suggested by Arnaud
2009-10-22 suterAdd Irecv and wait actions and corresponding example
2009-10-20 mquinsonChange the waitany functions on semaphore and communica...
2009-10-20 mquinsonImplement smx_comm_t SIMIX_network_waitany(xbt_dynar_t...
2009-10-20 mquinsonImplement smx_sem_t SIMIX_sem_acquire_any(xbt_dynar_t...
2009-10-20 mquinsonwhen requested to acquire a cond or semaphore with...
2009-10-20 mquinsonImplement Asynchronous send/recv in SIMIX (you dreamt...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-20 mquinsonAdapt tests to the fact that we can now detect that...
2009-10-20 mquinsonuse a bit more informative actions'names. Helpful while...
2009-10-20 mquinsonAdd SIMIX_rdv_{set,get}_data; tiny fixups
2009-10-20 mquinsonNew function: SIMIX_action_set_name()
2009-10-20 mquinsonuseless cosmetics
2009-10-20 mquinsona script to generate a strassen workflow (+cosmetics...
2009-10-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-10-16 mquinsonIntegrate patch #8636: Obey DESTDIR when installing...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-16 mquinsonFix #8569: XBT/synchro.h has redundant declarations
2009-10-15 mquinsonA script to recompile and rerun the whole chain from...
2009-10-15 mquinsonA script to generate neat DAX files of fork/joins
2009-10-15 mquinsonUse private headers to help debugging
2009-10-15 mquinsonVarious fixes. Working (in SG) for ForkJoins, but not...
2009-10-15 mquinsonconditions are not semaphores. signals can get lost...
2009-10-15 mquinsonstart threads only if I have more than 1 element to...
2009-10-15 mquinsonRevert the change inducing that GRAS processes keep...
2009-10-15 mquinsonplug various memleaks
2009-10-15 mquinsonMore informative error message
2009-10-15 mquinsonDo not call xbt_thread_exit at the end of the dopar...
2009-10-15 mquinsonunify the log channels for SG and RL implementations...
2009-10-15 mquinsonTry to do all communications in parallel (not quite...
2009-10-15 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-15 mquinsonIgnore (in git) more example binaries
2009-10-15 mquinsonmalloc the expected size (and announce the malloced...
2009-10-15 mquinsonGive a name to the dopar worker threads since logging...
2009-10-15 mquinsondo not create execution action of size 0 since it seems...
2009-10-15 mquinsonMake SIMIX_process_yield() public
2009-10-15 mquinsonallow to specify tracefilename on cmdline; use workstat...
2009-10-15 mquinsonAdd a note to flatifier to the ChangeLog. That tool...
2009-10-14 mquinsonMove my favorite test first
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-14 mquinsonThis file was written when <route:multi> were not symme...
2009-10-14 mquinsonSanitize static functions' names; kill unused ones
2009-10-14 velhoBug fix, corrected jitter works for each linkk separately.
2009-10-14 mquinsonSanitize a bit the <foreach> handling (cosmetics, no...
next