Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
shut of, model
[simgrid.git] / src /
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
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 mquinsonGreately simplify surf_fopen() at the price of one...
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
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 mquinsonKill surf_parse_get_trace() which were a useless wrappe...
2009-07-13 mquinsoncosmetics (giva a name to a struct)
2009-07-10 genaud MPI_Scatter() ok
2009-07-09 genaud- MPI_Scatter() /* untested */
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 mquinsonDisplay the list of still queued messages in SG mode...
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-03 genaud- MPI_Barrier() as a collective
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 mquinsonExtract the routing logic into its own object.
2009-07-01 mquinsonUse dynar to represent routes
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 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 mquinsonInitialize a variable in any case (kill a warning)
2009-06-30 mquinsonOuups, forgot those two files, bummer
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 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 genaud/home/genaud/Documents/svn/simgrid/simgrid/trunk/src...
2009-06-30 mquinsonPlug some easy memleaks
2009-06-30 mquinsonMore debug
2009-06-30 genaudMPI_Reduce() is ok except memleak
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 genaudstill some mem cleanup to finish
2009-06-29 genaudMPI_Reduce using waitany(). Buggy.
next