Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2009-10-14 mquinsonMore debug
2009-10-14 sutercorrection/verfication of the tesh up to one_link_state...
2009-10-14 mquinsonKill a 'unused variable' warning when compiling without...
2009-10-14 mquinsonI really need this to be printed as an int to fit DOT...
2009-10-14 mquinsonMake sure it works to compile only one file of the...
2009-10-14 mquinsonKill a warning in java example: unused variable
2009-10-14 mquinsonMake sure this variable is always initialized
2009-10-14 cristianrosaFix invalid memory references in SIMIX network.
2009-10-13 velhoAdded a gtnets_jitter_seed parameter enabling jitted...
2009-10-13 velhoDisable gtnets jitter by default.
2009-10-13 mquinsonAutomatically generated tesh file for the flatifier...
2009-10-13 mquinsonGRAS replayer partially works. Need a real platform...
2009-10-13 mquinsonMore verbose error messages
2009-10-13 mquinsonNew function: gras_socket_close_voidp() -- just like...
2009-10-13 mquinsonShut gras processes up on simulators
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-10-13 mquinsonWhen creating a datatype, make sure we're not trying...
2009-10-13 cristianrosaFix some memory leaks and invalid read/delete
2009-10-09 velhoImproved and tested docummentation.
2009-10-08 mquinsonStart working on a trace replayer in GRAS (to replay...
2009-10-08 mquinsonAdd a header to that file
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-08 mquinsonmove synchro.h to synchro_core.h because I want to...
2009-10-08 mquinsonplug a memleak
2009-10-08 mquinsonwrite the produced trace into an external file; schedul...
2009-10-08 velhoCorrected jitter, now oscillates between [-lat*jitter...
2009-10-08 velhoBug fix in GTNets docummentation.
2009-10-08 velhoAdded a jitter functionallity to GTNets model, latency...
next