Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2010-11-12 thieryFix detection of asymetric routes errors in platform...
2010-11-12 thieryAdd an invalid platform test for which the parser shoul...
2010-11-12 thieryFix tesh file of tesh-simdag-parser-bogus-symmetric
2010-11-12 thieryProtect the if inside the xbt_assert macros
2010-11-12 thieryFix compilation warnings in the dynar test
2010-11-12 mquinsonAdd a test enforcing that the route redefinition (when...
2010-11-12 mquinsonCosmetics on the output when parsing the platform raise...
2010-11-12 mquinsonadd a convinient xbt_dynar_set_as() macro, and test it
2010-11-12 mquinsonTest that insert/replace/remove functions of dynars...
2010-11-12 mquinsonregenerate this file; dict.c was probably updated at...
2010-11-12 mquinsonalways regenerate the unit tests when possible, even...
2010-11-12 mquinsonAlways check for perl since we need it quite a lot...
2010-11-12 mquinsona platform file which should activate the auto-non...
2010-11-12 mquinsonDo not enforce that the idx is within the bounds for...
2010-11-12 mquinsontiny cosmetics: use xbt_strdup where intended instead...
2010-11-12 mquinsonkill generated file out of the svn
2010-11-12 coldpeacecleanups
2010-11-12 coldpeaceupdate lua(bypass) examples
2010-11-12 coldpeaceuse indexed table for Route.new (only for lua examples...
2010-11-10 alegrandBug fix. Now cpu_im can handle tasks whose size is...
2010-11-10 alegrandImprove debugging and fix a broken test that was only...
2010-11-10 alegrandRate should be -1 and not 0... This caused TCP_gamma...
2010-11-10 suterrecv was still in DEBUG instead of VERB
2010-11-10 schnorrinstrumentation of the dax loader and its example
2010-11-10 schnorrtwo additional functions to declare categories (now...
2010-11-10 schnorrnew event to declare a variable type associated with...
2010-11-10 suterchange timed trace output from DEBUG to VERB to disting...
2010-11-09 schnorrre-implementing categorized platform tracing method...
2010-11-09 schnorrisolating uncategorized resource utilization tracing...
2010-11-09 agierschRemove debugging cruft. Sorry for the noise.
2010-11-09 mquinsonFix CMake detection of dependencies between source...
2010-11-09 mquinsonLet it compile in paranoid mode without _XBT_GNUC_UNUSE...
2010-11-09 mquinsonImplement the field width in log formats
2010-11-09 mquinsondocumentation fix
2010-11-09 mquinsonmore verbose autosetting
2010-11-09 agierschForgot this file with commit 8506.
2010-11-09 agierschTesh updates:
2010-11-09 agierschReviewed locking in mmalloc:
2010-11-09 schnorrtracing option to trace uncategorized resource utilization
2010-11-06 genaudChanged optimizing metric to log error
2010-11-05 navarropAdd function xbt_dynar_compare
2010-11-05 navarropBy default setting route symetrical to YES
2010-11-05 navarropAdd a backbone sharing policy in dtd.
2010-11-05 schnorrnew configuration option tracing/smpi/group
2010-11-04 agierschFix build in paranoid mode without tracing support.
2010-11-02 navarropExport JAVA_LIBRARY_PATH for testing.
2010-11-02 navarropInitialized value for compil succed in paranoid mode.
2010-11-02 navarropFix install problem with simgrid_config.h.
2010-10-31 mquinsonDon't mess with MSG internals from ruby, but use the...
2010-10-31 mquinsonuseless cosmetics
2010-10-31 mquinsonremove the link before creating it
2010-10-31 mquinsoncosmetics (change 'self' identifier to 'me' for g+...
2010-10-31 mquinsonprefer out-of-source generated headers
2010-10-31 mquinsonfix file permissions
2010-10-31 mquinsondo not write in source directory when building out...
2010-10-31 mquinsonlet it cross compile for real, now
2010-10-31 mquinsontypo in comments (sorry for the noise)
2010-10-31 mquinsonattempt to let it cross-compile windows from linux...
2010-10-29 coldpeaceupdate...
2010-10-29 coldpeaceadding methods to get Host Properties, and trace file...
2010-10-29 schnorrmaking ping pong be executed 10 times
2010-10-29 schnorradding more categories to instrumented NAS DT benchmark
2010-10-29 schnorrlet pass if action is not being traced with a category
2010-10-28 navarropAdd a verification on pcre.h
2010-10-28 schnorrrenaming dt-trace.c to dt.c inside dt-trace directory
2010-10-28 schnorrusing smpi_shared_[malloc|free] in DT-trace benchmark...
2010-10-28 schnorrsetting categories with SMPI must always be after MPI_Init
2010-10-28 schnorrmaking DT-trace generate binaries with "-trace"
2010-10-28 schnorravoid inclusion of internal headers in user code
2010-10-28 schnorrpreprocessor define for latency bound tracking can...
2010-10-28 schnorralways set latency_bound_tracking to on when gtnets...
2010-10-28 schnorrmoving TRACE_smpi_set_category to smpi_mpi.c so functio...
2010-10-28 schnorrfix on the use of dynar by smpi instrumentation
2010-10-27 navarropRename some functions
2010-10-27 navarropAdd function to "config tag" when using properties.
2010-10-27 navarropFix output problem with gtnets tests.
2010-10-27 navarropFix gtnets support with new routing format.
2010-10-27 navarropAdd tests for fullduplex and symmetrical
2010-10-27 navarropFix tests using link_ctn and route with bypass.
2010-10-27 navarropSetting symetrical = NO by default.
2010-10-27 navarropImplement symetrical for Asroute
2010-10-27 navarropAdd one platform with fullduplex link.
2010-10-27 navarropImplement symetrical for route.
2010-10-27 navarropAdd in DTD direction for link_ctn and sharing_policy...
2010-10-27 navarropMove bypassRoutes to s_routing_component_t.
2010-10-27 navarropMove parse_routes to s_routing_component_t.
2010-10-27 navarropAdd huge cluster platforms
2010-10-27 schnorrdefine the size of local char variables in the instrume...
2010-10-25 genaudbug introduced yesterday fixed
2010-10-25 agierschUsing size_t for table_size in surf_routing.c, in order...
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-25 thieryDocument the parameters used for the last massive inden...
2010-10-24 genaud+ sort skampi datalog on message size after file read
2010-10-23 genaud+ bug fixed (not pingpong time divided by #links but...
2010-10-23 agierschUse size_t for xbt_malloc and friends.
2010-10-22 genaudcomment
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-22 suterAdd a small example to test the barrier action which...
2010-10-21 agierschFix bug in xbt_dicti_set: previous was not updated.
2010-10-20 agierschFix supernovae build with older gcc and/or libc.
next