Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix the reduce test (by removing timings when -q is passed)
[simgrid.git] / src /
2009-12-23 mquinsonMake sure that smx_context_thread.c ends up in the...
2009-12-23 mquinsonAlso include the lex file of dax in the archive
2009-12-23 mquinsonFix my fix about building without flexml
2009-12-23 mquinsonDon't fail when flexml is not installed and the dtd...
2009-12-23 mquinsonAdd a function to check that the matrix is a sequence...
2009-12-23 mquinsonChange the protocol of pm_join: cannot force the rank...
2009-12-16 mquinsonindeed, loading simgrid_config first is a better idea...
2009-12-15 alegrandWe need getline so include the right file and do not...
2009-12-15 alegrandHelp distcheck to work.
2009-12-15 alegrandDo not spread getline management here and there but...
2009-12-15 alegrandremove useless dependencies
2009-12-11 mquinsonkill now unused variable
2009-12-11 mquinsonDo not clear memory before freeing it (useless and...
2009-12-11 mquinsonMore explicit inline marking of functions
2009-12-11 mquinsonallow smpicc to survive to non-functionnal readlink...
2009-12-11 mquinsonDo not mark inline hte functions of which we manipulate...
2009-12-11 mquinsonDo not mark all public function as potentially inline...
2009-12-11 mquinsoncreating a neat config file is good. Using it is better ;)
2009-12-11 mquinsonInstall a configure-generated header file containing...
2009-12-10 mquinsonFix default target about dax.dtd for the ones not havin...
2009-12-03 alegrandFix a bug noted by Martin (weird undefined variable...
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 mquinsoncreate the listener thread in joinable mode since we...
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 mquinsonMark a bunch of functions as candidates to inlining...
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-16 donassbrBugfix: Initialize variable and remove from heap when...
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-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 mquinsonplug a memleak
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-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 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-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
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 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
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-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
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 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 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 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-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-08 mquinsonplug a memleak
2009-10-08 velhoCorrected jitter, now oscillates between [-lat*jitter...
2009-10-08 velhoAdded a jitter functionallity to GTNets model, latency...
2009-10-08 velhoFactorized better debugging output.
2009-10-07 velhoBug fix, surf_routing needs love.
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonAutomatically schedule E2E comms placed before and...
2009-10-06 mquinsonSimplify the code of typed tasks in simdag by allocatin...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonDAX loader seem to be working
2009-10-06 mquinsonalso display the kind of a task if known from SD_task_d...
next