Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 mquinsonCompile the sendrecv example
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 mquinsongosh, this file is outdated
2009-07-14 mquinsonDo not ignore fread results to keep ubuntu compiler...
2009-07-13 genaudMPI_Sendrecv
2009-07-13 genaud+ MPI_Sendrecv()
2009-07-13 mquinsonrevalidate output after recent source changes
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 mquinsonUse parse values as double instead of casting them...
2009-07-13 mquinsonUseless cleanups
2009-07-13 mquinsonfix a constness
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-07-13 mquinsonbe a bit more paranoid: if a line looks like something...
2009-07-13 mquinsonmerge the trace parser from file and the trace parser...
2009-07-13 mquinsonreset memory before reuse
2009-07-13 mquinsonDamnit, when the examples are not syntaxically correct...
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
next