Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2009-07-13 mquinsonGreately simplify surf_fopen() at the price of one...
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-07-13 mquinsonI'm wondering since when this test was broken, and...
2009-07-13 mquinsonUse peak and scale values for the network also. But...
2009-07-13 mquinsonIn cpu model, use field names power_peak and power_scal...
2009-07-13 mquinsonkill network_common.h: empty
2009-07-13 mquinsonKill deprecated cruft and unused variables
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-13 mquinsonupdate that file after conversion of option mecanism...
2009-07-13 mquinsonLink properties were killed a while ago, don't test...
2009-07-13 mquinsonKill surf_parse_get_trace() which were a useless wrappe...
2009-07-13 mquinsoncosmetics (giva a name to a struct)
2009-07-10 genaudallreduce + scatter examples
2009-07-10 genaud MPI_Scatter() ok
2009-07-09 genaud- MPI_Scatter() /* untested */
2009-07-08 mquinsonSURF models diagram class
2009-07-07 mquinsonFix make dist by locating surf_resource.h in its real...
2009-07-07 genaudheader to explain
2009-07-07 genaudooops. Forgot this new one.
2009-07-07 genaudOops. Forgot to commit the header.
2009-07-07 mquinsonDisplay the list of still queued messages in SG mode...
2009-07-07 mquinsonupdate the entry on finding more platforms now that...
2009-07-04 mquinsonChange logic so that we don't use a value uninitialized
2009-07-04 mquinsonOoops, forgot that file
2009-07-04 mquinsonFurther work on objectification of resources: use s_sur...
2009-07-04 mquinsoninline the accessors of surf_resource_t
2009-07-04 mquinsonmerge redundant surf_cpu_state_t and surf_link_state_t...
2009-07-04 mquinsondocument one of Stephane's recent changes
2009-07-03 genaud- MPI_Barrier() as a collective
2009-07-03 mquinsonAdd the main class of surf: the generic model. More...
2009-07-02 genaudembed smpi/smpi_coll_private.h in the tarball
2009-07-02 genaud* added support for optimized collectives:
2009-07-02 mquinsonMake sure upper layer can retrieve the properties of...
2009-07-02 mquinsonKill SD_link_get_properties: hard to maintain and makes...
2009-07-02 mquinsonAdd a command-line option to choose the routing schema...
2009-07-02 mquinsonimplement a constructor for surf_action_t; draft a...
2009-07-02 mquinsonActually implement surf_resource_properties so that...
2009-07-02 mquinsonMake sure that gtnets model still compiles after all...
2009-07-02 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonAlso kill the cards from network_constant
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
2009-07-02 mquinsonmove private datatypes into relevant file; kill header...
2009-07-01 mquinsonRewrite the ChangeLog to make it more readable
2009-07-01 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
2009-07-01 mquinsonUpdate to lastest changes in SURF
2009-07-01 mquinsonKill typos in comments
2009-07-01 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 genaudadaptations for MacOSX:
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-07-01 mquinsonFactorize the code of model->action_state_set where...
2009-07-01 mquinsonRename some model methods to stick to getters/setters...
2009-07-01 mquinsonSet the correct mime-type to the compressed file
2009-07-01 mquinsonAdd the UML representation of SimGrid (only describes...
2009-07-01 mquinsonMove surf_action related function to a specific file
2009-07-01 mquinsonGet surf_model_init set fields to common values about...
2009-07-01 mquinsonmv surf_timer.c surf_model_timer.c
2009-07-01 mquinsonMake sure that the warning flags are set in maintainer...
2009-07-01 mquinsonInitialize a variable in any case (kill a warning)
2009-06-30 mquinsonOuups, forgot those two files, bummer
2009-06-30 mquinsonIgnore the lastest smpi example from git
2009-06-30 mquinsonrename src/surf/model.c into surf_model.c to avoid...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
2009-06-30 mquinsonfurther polishing on the merge of all model types ...
2009-06-30 mquinsonDocument Stephane's last commit
2009-06-30 genaudMPI_Allreduce()
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 genaudMPI_Allreduce()
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonroots of a generic surf_resource_t type
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
2009-06-30 genaudadded automatic test of reduce
2009-06-30 mquinsonUpdate the bcast tesh file after last changes to smpirun
2009-06-30 genaud/home/genaud/Documents/svn/simgrid/simgrid/trunk/src...
2009-06-30 mquinsonPlug some easy memleaks
2009-06-30 mquinsonMore debug
2009-06-30 mquinson-quiet argument of smpirun died
2009-06-30 mquinsonCompile reduce example
2009-06-30 genaudMPI_Reduce() is ok except memleak
2009-06-30 genaud* more thorough test for MPI_Reduce()
2009-06-30 genaud- corrected test on -map
2009-06-29 mquinsonAdd xbt_graph_node_get_outedges() [Silas De Munck]
2009-06-29 mquinsonAdd xbt_set_get_by_name_or_null() [Silas De Munck]
2009-06-29 mquinsontypo in ChangeLog
2009-06-29 genaudstill some mem cleanup to finish
2009-06-29 genaudMPI_Reduce using waitany(). Buggy.
2009-06-29 mquinsonMake Waitall and Waitany visible from user side (and...
2009-06-29 mquinsonImplement MPI_Waitany and MPI_Waitall
2009-06-29 mquinsonStart the work on 3.3.2
2009-06-27 genaudsome preliminary additions to implement more collectives
2009-06-26 mquinsonCorrectly detect release archives (as opposed to beta...
2009-06-26 mquinsonRelease 3.3.1
2009-06-26 mquinsonDamn mac linker. Now, it's not complaining of multiple...
2009-06-26 mquinsonYet another missing 'extern' making the mac linker...
2009-06-26 mquinsonexplicit the fact that a variable without initializatio...
2009-06-26 mquinsonuse readlink instead of realpath because it's more...
2009-06-26 mquinsonDo not set TCP_gamma as a default value, but insist...
2009-06-26 mquinsonPlug a memleak
2009-06-26 mquinsonFinalize the smpi test (it works)
next