Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Be less picky about the passed arguments
[simgrid.git] / src /
2010-11-24 mquinsonBe less picky about the passed arguments
2010-11-24 mquinsonnote in the comments the truth about a temptating ...
2010-11-24 mquinsoninitialize a variable, and some more debug
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-11-23 schnorrSD_init and SD_exit call TRACE_start/end if tracing...
2010-11-23 schnorrupdating smpirun to use new tracing option (otherwise...
2010-11-23 schnorrTRACE_start and TRACE_end should no longer be called...
2010-11-23 schnorrtracing: new configuration option to control if tracing...
2010-11-23 schnorrremoving log message from network constant model
2010-11-22 piniSupport for Fortran code in SMPI based on f2c, some...
2010-11-22 navarropAdd function generic_new_route.
2010-11-22 navarropCompletely remove parse_routes table.
2010-11-22 navarropAdd new scripts to distrib.
2010-11-22 navarropMake new function model_floyd_set_route for route and...
2010-11-22 navarropPrint more information in xbt_dynar_compare.
2010-11-22 navarropCalled the same function for set route and ASroute...
2010-11-22 navarropAdd two new structs that contains a list of link_name...
2010-11-22 navarropDelete the temporary route table for model Full.
2010-11-22 navarropFix full flag mode with Mac.
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoFix compilation warning.
2010-11-18 velhoRidiculously tiny economy of a stupid useless allocation.
2010-11-18 velhoAllow the get_route function to be used twice in a...
2010-11-18 velhoNow for null communications MSG_get_task_remaining...
2010-11-18 velhoBug fix. This is a backroute!
2010-11-18 velhoAdd debug information.
2010-11-18 piniUpdate default platform in smpirun.
2010-11-18 piniMPI_Comm_split is back to life.
2010-11-17 mquinsonRevert 'Delete the temporary route table for model...
2010-11-17 navarropFix graphviz on Linux.
2010-11-17 navarropDelete the temporary route table for model Full.
2010-11-17 navarropFix problem with detection of graphviz.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-11-15 mquinsonregenerate
2010-11-15 mquinsonand now, make sure that the new GRAS code compiles...
2010-11-15 mquinsonan unsigned int cannot be negative, no need to enforce
2010-11-15 thieryDon't overwrite an already existing route. Also fix...
2010-11-15 agierschFix dynar test: cpt should be signed.
2010-11-15 agierschFix compilation failure.
2010-11-12 mquinsonPartial fix of GRAS: gras-ping-sg now works again
2010-11-12 thieryFix detection of asymetric routes errors in platform...
2010-11-12 thieryFix compilation warnings in the dynar test
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 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 coldpeacecleanups
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 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-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 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 agierschReviewed locking in mmalloc:
2010-11-09 schnorrtracing option to trace uncategorized resource utilization
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 navarropInitialized value for compil succed in paranoid mode.
2010-10-31 mquinsonDon't mess with MSG internals from ruby, but use the...
2010-10-31 mquinsonuseless cosmetics
2010-10-31 mquinsoncosmetics (change 'self' identifier to 'me' for g+...
2010-10-29 coldpeaceadding methods to get Host Properties, and trace file...
2010-10-29 schnorrlet pass if action is not being traced with a category
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 gtnets support with new routing format.
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 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 schnorrdefine the size of local char variables in the instrume...
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-22 agierschCheck return value of (v)asprintf.
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.
2010-10-20 navarropThe surf_file_to_parse have to be set to NULL after...
2010-10-19 navarropRevert of Lucas commit. All tests were broken.
2010-10-19 schnorrlet user decide to use other models with simdag if...
2010-10-19 schnorrdotloader to trace task categories based on dot file
2010-10-14 schnorrusing mpi_comm_world to get the global rank
2010-10-13 navarropInitilized vars.
2010-10-13 schnorrtrace: save link end points in timestamp 0 of the trace...
2010-10-13 schnorrtrace: fixing link declaration for gtnets model
next