Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update the ChangeLog
[simgrid.git] / src /
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-08-17 mquinsoncosmetics
2009-08-17 cristianrosaTrying to fix another java bug
2009-08-17 cristianrosaFix another bug in the java context implementation
2009-08-17 cristianrosaFixed bug in smx_context_mod_exit.
2009-08-17 mquinsonKill a off by one bug appearing in some rare conditions
2009-08-17 cristianrosaFix try to fix the JAVA crap!
2009-08-17 mquinsonStupid me. I still need to put the retrieved value...
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonSMPI: Fix the prototype of SMPI_MPI_Type_get_extent...
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonFixed the pthread context implementation, now it compil...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-08-11 alegrandAdd carriage returns to help gcc compiling... (otherwis...
2009-08-09 mquinsonwith GTNetS, the routing is not within to SimGrid but...
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-30 mquinsonVarious cleanups in the routing code, all by Silas
2009-07-30 genaudalltoall implemented (almost opmpi algorithms)
2009-07-30 genaudthought this one would fix my long-standing wait_all...
2009-07-28 velhoCope with new tmgr (trace manager) interface.
2009-07-21 genaud* minimum of datatype handling for alltoall tuned
2009-07-20 genaud... untested ...
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...
next