Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2009-10-08 velhoFactorized better debugging output.
2009-10-07 velhoBug fix, surf_routing needs love.
2009-10-07 velhoFixed bug introduced by the update of the two last...
2009-10-07 velhoImproved GTNetS howto, spell checked everything.
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 mquinsonDump dotty info for verification
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...
2009-10-06 mquinsonsome more work on dax loader
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonmore comments to explain the structure
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
2009-10-06 mquinsonignore more generated files in git
2009-10-06 mquinsonMake the empty box of DAX parsing work (still empty...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-06 mquinsonkill cruft that I introduced while merging routing...
2009-10-06 mquinsonSometimes, we ignore a parameter to stick to a common...
2009-10-06 velhoNew checked version of GTNetS integration.
2009-10-06 velhoCompletely rewritten surf/gtnets_network.c model to...
2009-10-06 velhoImprove the generic routing for different network model...
2009-10-06 velhoUsing an uniform platform to illustrate better model...
2009-10-06 velhoCorrected bug on router/host mapping.
2009-10-06 velhoCommit stollen from Arnaud personal git repository.
2009-10-06 velhoRevert "Fixed full routing support for routers, no...
2009-10-05 cristianrosaFix some conflicts with modifications introduced in...
2009-10-05 mquinsonFix copyright headers in simdag
2009-10-05 mquinsonDocument Pedro's changes, and cosmetics
2009-10-05 mquinsonRevalidating some GRAS tests for 64bit architectures
2009-10-05 mquinsonBetter organization of header files
2009-10-05 mquinsonImproved code documentation for SIMIX network.
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-10-05 mquinsonImprovements to the MSG port on top of SIMIX network...
2009-10-05 mquinsonCorrections to the code that handles the errors in...
2009-10-05 mquinsonAdded debug information to SIMIX network.
2009-10-05 mquinsonIncomplete port of MSG on top of SIMIX_network [Cristian]
2009-10-05 mquinsonCorrections and improvements to the new network impleme...
2009-10-05 mquinsonCleanup network prototype
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...
2009-10-04 velhoAdded a test for waxman platform with 200 nodes and...
2009-10-04 velhoCorrected bugs introduced by error checking improvement.
2009-10-04 velhoRemove previous version of gtnets testing program,...
2009-10-04 velhoMoved random deployment generation to a proper place.
2009-10-04 velhoCleanning up gtnets directory, only one program to...
2009-10-04 velhoFixed full routing support for routers, no routing...
2009-10-04 velhoFix bug introduced by the new routing mechanism, added...
2009-10-04 velhoImproved test of GTNets model.
2009-10-04 velhoImproved debugging and assert functions in GTNetS inter...
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-09-29 donassbrFix problem when comparing two doubles.
2009-09-27 mquinsoncosmetics
2009-09-25 donassbrRevalidating some GRAS tests.
2009-09-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-24 mquinsonTwo more using publications
2009-09-21 donassbrFix tests since the default network model has changed.
2009-09-21 donassbrAdd tests for cas01_IM and cpuTI models.
2009-09-21 donassbrFix behavior when using killing process function.
2009-09-21 donassbrDocuments last changes in ChangeLog.
2009-09-18 donassbrChange default network model in workstation init function
2009-09-16 mquinsonAllow to compile from the SVN with automake 1.11
2009-09-16 mquinsonDocument my changes
2009-09-16 mquinsonAPI change fix: please define MSG_USE_DEPRECATED to...
2009-09-16 mquinsonBug fix: timeout is a delay, not an absolute time
2009-09-11 donassbrFix tests.
2009-09-11 donassbrRemove FIXME.
2009-09-09 mquinsonMove a DEBUG request to avoid printing uninitialized...
next