Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2012-09-28 Augustin Degommevarious fixes for probing/testing
2012-09-28 Augustin Degommeadd support of a function (necessary to conceptual)
2012-09-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-09-27 Martin Quinsonupdate this code so that it matches my thesis document
2012-09-27 Martin Quinsondo not do useless and potentially harmful debug message...
2012-09-27 Martin Quinsonimprove a tiny bit the doc
2012-09-27 jean-noel quintin[beginning smpi non contignous]
2012-09-27 Augustin Degommeyet another correction for those factors, hope this...
2012-09-27 Augustin Degommeyet another correction for those factors, hope this...
2012-09-27 Augustin Degommethe smpi factor parsing was still returning wrong values
2012-09-26 sutermention last commits
2012-09-26 suterrevalidate tesh file after Augustin's commit
2012-09-26 sutermoved to examples/smpi/replay/replay.c
2012-09-26 suteradd smpi-replay to the SMPI+Tracing part of the test...
2012-09-26 suteradd a tesh file for trace replay with SMPI
2012-09-26 suterinstrument broadcast and reduce actions too
2012-09-26 suterslight modifications to make things work
2012-09-26 suterWhat? give the same name to the directory and the execu...
2012-09-26 suterupdate the CMake file
2012-09-26 suteradd files to test trace replay with smpi
2012-09-26 suterput the replay stuff in its own directory
2012-09-26 Augustin Degommesort latency and bandwidth value submitted in config...
2012-09-26 Augustin Degommeadd MPI_BOTTOM definition (needed by AMG benchmark)
2012-09-26 Augustin DegommeMPI_Address didn't return MPI_SUCCESS on success
2012-09-25 suteradd the sd_fail test to the others
2012-09-25 suteradd a tesh file for sd_fail
2012-09-25 sutercircumvent the fact that if you let the simulation...
2012-09-25 suterextend the availability trace for the second part of...
2012-09-25 sutertest works fine with typed tasks. Add extra testing...
2012-09-25 sutersolve bug on FAILED tasks that are rescheduled
2012-09-25 suteradd a stupid set/get test (wasn't covered)
2012-09-25 navarroWe need to have this function public for ruby binding
2012-09-21 Augustin DegommeAdd support for various MPI_Type functions, to handle...
2012-09-21 Augustin Degommechange the behavior of mpi_testall to loop over mpi_tes...
2012-09-21 Augustin Degommereally remove the previously commented code
2012-09-21 schnorr[trace] save/restore previous state when pause/resume...
2012-09-20 Augustin Degommeadd support of MPI_Testall
2012-09-20 Augustin Degommeforgot a declaration, and two others were removed by...
2012-09-20 Augustin DegommeI thought I had done this one a long time ago. Deactiva...
2012-09-20 Augustin Degommeget the right sender for tracing, because it might...
2012-09-20 Augustin Degommeadd MPI_Probe and MPI_Iprobe support, and better handli...
2012-09-19 schnorr[trace] give users the possibility to pause/resume...
2012-09-19 schnorrtypos
2012-09-19 schnorr[trace] factorize + cosmetics + debug messages
2012-09-19 Augustin Degommeadd the MPI_Wtick function to smpi to allow compilation...
2012-09-18 suterDoesn't see why MSG_get_host_number should be deprecated.
2012-09-18 Marion Guthmullermodel-checker : first part to retrieve local variables...
2012-09-18 Marion Guthmullermodel-checker : remove unused variable
2012-09-17 navarroOups use the right value
2012-09-17 Arnaud GierschMove instruction at proper place.
2012-09-17 Arnaud GierschQ&D reindent.
2012-09-17 Arnaud GierschAvoid to dereference a null pointer with --log=surf_rou...
2012-09-17 Arnaud GierschUse latest flexml for maintainer files.
2012-09-17 Arnaud GierschRegenerated memcheck_tests.cmake.
2012-09-14 schnorr[trace] stress the importance of using comments on...
2012-09-14 schnorr[trace] documentation for new tracing options (comment...
2012-09-14 schnorr[trace] missing documentation for tracing/basic option
2012-09-14 schnorr[trace] update tesh'es to contain simgrid version that...
2012-09-14 schnorrRevert "[trace] remove version, otherwise we'll have...
2012-09-13 schnorr[trace] update tesh'es
2012-09-13 schnorr[trace] remove version, otherwise we'll have to updates...
2012-09-13 schnorr[trace] reflect new tracing options in smpirun script
2012-09-13 schnorrcosmetics
2012-09-13 schnorr[trace] dumping comment and comment_file to trace files...
2012-09-13 schnorrfix, removing tabs
2012-09-13 schnorr[trace] new tracing options to add comments to trace...
2012-09-13 schnorrfix: missing undef
2012-09-13 Augustin Degommefix a compilation warning/error in MSG_task_isend_with_...
2012-09-12 schnorr[trace] instrumentation of MSG_task_isend_with_matching
2012-09-12 schnorr[trace] instrumenting MSG_task_dsend
2012-09-11 suteradd tracing for the trace replay tool. produces a trace...
2012-09-11 navarroUpdate file example for ls command
2012-09-11 navarroAdd a function ls to storage
2012-09-10 suterdon't need to synchronize processes anymore
2012-09-10 suterslight change in the example that lauchs everything
2012-09-10 suterfunctional implementation of trace replay on top of...
2012-09-10 suteradd some test to not perform some memcpy. Mandatory...
2012-09-10 suteradd a getter to user data attached to a smpi_process
2012-09-10 suteradd a getter on user data attached to a smpi_process
2012-09-10 suterattach time-independent traces to processes when the...
2012-09-10 suterdoxygen correction: SD_READY state doesn't exist anymor...
2012-09-10 suteradd a field to attach user data to a smpi process and...
2012-09-06 navarroAdd a simcall for as and router property
2012-09-06 navarroAdd 3 msg functions to get and modify property of an...
2012-09-06 navarroCosmetics. (Forgot from a previous renaming)
2012-09-06 navarroFinalize properties on AS.
2012-09-03 navarroAdd properties to AS structure (Not work for now) and...
2012-08-29 navarroOups, take the information in the argument structure.
2012-08-29 navarroRewrite the init of bypass mecanism (tks Martin;)
2012-08-28 navarroCompletely remove route_t and replace by sg_platf_route...
2012-08-22 schnorr[trace] avoiding key clashes on paje links
2012-08-22 schnorr[trace] only fixing some tesh'es, paje header has changed
2012-08-21 Augustin Degommeadd a little sed script to convert a paje trace (genera...
2012-08-21 Augustin Degommeforgot to add color for computing in previous commit
2012-08-21 schnorr[trace] color fields must have type 'color'
2012-08-21 Augustin Degommeadd option to generate states for code outside smpi...
2012-08-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-08-21 jean-noel quintin[smpi,simix-network] remove a useless function
2012-08-20 schnorr[trace] for some reason, simulated time changed in...
2012-08-20 schnorr[trace] updating tesh'es according to header changes
next