Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First prototype of the networking API for SIMIX. It compiles but it is
[simgrid.git] / src /
2009-10-05 mquinsonFirst prototype of the networking API for SIMIX. It...
2009-10-04 velhoCorrected bugs introduced by error checking improvement.
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 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-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-21 donassbrFix behavior when using killing process function.
2009-09-18 donassbrChange default network model in workstation init function
2009-09-16 mquinsonBug fix: timeout is a delay, not an absolute time
2009-09-11 donassbrRemove FIXME.
2009-09-09 mquinsonMove a DEBUG request to avoid printing uninitialized...
2009-09-09 mquinsonUse the LV08 model by default
2009-09-09 donassbrAdd support to periodicity = 0 to new model with trace...
2009-09-09 donassbrAdd new level "-1" with the exact trace strucuture.
2009-09-04 donassbrChange test to program ending to avoid infinite loop...
2009-09-04 donassbrImplement use of mean when setting the first level...
2009-09-04 donassbrSolve rroblem when iteration over chunks.
2009-09-01 donassbrFix calcul of solve integral.
2009-09-01 donassbrMove test of finish execution to after handling events.
2009-08-27 donassbrRemove unnecessary changes at maxmin.c.
2009-08-26 donassbrMerge changes of maxmin_selective_update branch into...
2009-08-25 cristianrosaTest for debug state before calling debug printing...
2009-08-20 mquinsonThis file does not exist anymore after xbt_dynar_foreac...
2009-08-20 mquinsonAlso inline xbt_swag_belongs
2009-08-20 mquinsonInline the functions used in xbt_dynar_foreach
2009-08-20 mquinsonConnect the surf_routing log channel so that it becomes...
2009-08-19 mquinsonAdd a end of line to this file
2009-08-19 mquinsonGARGH. Fix a *nasty* long standing bug in dictionaries...
2009-08-19 mquinsonno need for that verbose output anymore
2009-08-19 mquinsonMore verbose on cycle detection
2009-08-19 mquinsonGreat simplification in a code appearing to be broken...
2009-08-19 mquinsonmore explicit message on problem
2009-08-18 mquinsonGet the simple log format omit any file location when...
2009-08-18 mquinsonVarious fixes to the java building infrastructure ...
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-18 cristianrosaFix bug related to the exception mechanism once the...
2009-08-17 mquinsonAdd a missing file to the archive
2009-08-17 mquinsonUse the right guard for snprintf (thanks to ubuntu...
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-08-17 mquinsoncosmetics
2009-08-17 cristianrosaTrying to fix another java bug
2009-08-17 cristianrosaFix another bug in the java context implementation
2009-08-17 cristianrosaFixed bug in smx_context_mod_exit.
2009-08-17 mquinsonKill a off by one bug appearing in some rare conditions
2009-08-17 cristianrosaFix try to fix the JAVA crap!
2009-08-17 mquinsonStupid me. I still need to put the retrieved value...
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonSMPI: Fix the prototype of SMPI_MPI_Type_get_extent...
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonFixed the pthread context implementation, now it compil...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-08-11 alegrandAdd carriage returns to help gcc compiling... (otherwis...
2009-08-09 mquinsonwith GTNetS, the routing is not within to SimGrid but...
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-30 mquinsonVarious cleanups in the routing code, all by Silas
2009-07-30 genaudalltoall implemented (almost opmpi algorithms)
2009-07-30 genaudthought this one would fix my long-standing wait_all...
2009-07-28 velhoCope with new tmgr (trace manager) interface.
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
2009-07-20 genaud... untested ...
2009-07-16 mquinsonshut of, model
2009-07-16 mquinsonAllow to instanciate the constant network model. It...
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-16 mquinsonAutomatically switch to compound workstation model...
2009-07-16 mquinsonconfig returns NULL if a string is looked for, but...
2009-07-16 mquinsonbummer
2009-07-16 mquinsoncosmetics
2009-07-16 mquinsonCall surf_timer_model_init() from surf_config_models_se...
2009-07-16 genaud* MPI_Sendrecv user+internal levels
2009-07-16 genaudupdate test
2009-07-16 genaudseparate user-level and internal-level for SMPI_MPI_...
2009-07-15 mquinsonYet more debug
2009-07-15 mquinsontodo++
2009-07-15 mquinsondo not call smpi_bench_* from SMPI_MPI_Allreduce since...
2009-07-15 mquinsonMore debug
2009-07-15 mquinsonOnly sleep to handle real computation if the time to...
2009-07-15 genaudexamples to demonstrate bugs in sendrecv
2009-07-14 mquinsonone more comment
2009-07-14 mquinsonDo not ignore fread results to keep ubuntu compiler...
2009-07-13 genaud+ MPI_Sendrecv()
2009-07-13 mquinsondo not give maestro a name, or it will change every...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
2009-07-13 mquinsonFirst running version after the relocation of the conte...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonFix compilation bug when enabling pthreads.
2009-07-13 mquinsonmake dist works again
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-07-13 mquinsonFirst step to move xbt_context from XBT to SIMIX. Some...
2009-07-13 mquinsonUseless cleanups
next