Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
??? What is it ???
[simgrid.git] / ChangeLog
2010-03-24 mquinsonAdd a MSG_task_set_data() function
2010-03-23 mquinsonDocument the fact that lua works, and some facts about...
2010-03-23 genaudMPI_MAXLOC & MPI_MINLOC + all associated datatype MPI_D...
2010-03-23 mquinsonKill MSG_WARNING and MSG_FATAL return codes
2010-03-17 mquinsoninitiate the release cycle for 3.3.5 (and let's see...
2010-03-17 mquinsonadd a SIMIX_sem_get_capacity() function
2010-03-04 mquinsonDocument ruby bindings in ChangeLog
2010-03-03 mquinsonSD_SCHED_NO_COST: Constant to use as cost in SD_task_sc...
2010-03-02 mquinsonKill the MSG_paje_output() function. It's a noop since...
2010-02-27 mquinsonIn trace replay, allow to have one trace file per process
2010-02-27 mquinsonMake JniException a runtime exception, nobody wants...
2010-02-27 mquinsonvarious cleanups to the java bindings
2010-02-04 mquinsonKill the useless 'rate' argument of SD_task_get_executi...
2009-12-27 mquinsonSetup the devel of v3.3.5, just in case anyone gets...
2009-12-24 mquinsonRelease 3.3.4
2009-12-02 mquinsonDocument supernovae
2009-10-20 mquinsonImplement Asynchronous send/recv in SIMIX (you dreamt...
2009-10-20 mquinsonEnough is enough. Add semaphores as SIMIX synchronizati...
2009-10-16 mquinsonFix a vicious bug in dictionaries inducing that some...
2009-10-16 mquinsonIntegrate patch #8636: Obey DESTDIR when installing...
2009-10-16 mquinsonIntroduce a MSG_TIMEOUT_FAILURE return code and use...
2009-10-16 mquinsonFix #8569: XBT/synchro.h has redundant declarations
2009-10-15 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-10-15 mquinsonChange the prototype of xbt_thread_create(), sorry.
2009-10-15 mquinsonAdd a note to flatifier to the ChangeLog. That tool...
2009-10-14 mquinsonStart to fix the <cluster> tag (see ChangeLog)
2009-10-13 mquinsonNew function: void gras_cpu_burn(double flops) -- a...
2009-10-08 mquinsonNew function: xbt_dynar_dopar(dynar,fun)
2009-10-07 mquinsonbugfixes to make the dax loader and typed task schedule...
2009-10-07 mquinsonUpdate the start_time and finish_time of tasks on compl...
2009-10-06 mquinsonnew function SD_task_dotty(task,FILE*) writing to file...
2009-10-06 mquinsonAdd various getters to task structure:
2009-10-06 mquinsonIntroduce typed tasks in SimDag
2009-10-06 mquinsonSD_task_dependency_exists() can now cope with having...
2009-10-06 mquinsonNew dax loader infrastructure (empty box so far)
2009-10-05 mquinsonDocument Pedro's changes, and cosmetics
2009-10-05 mquinsonRevalidating some GRAS tests for 64bit architectures
2009-09-27 mquinsoncosmetics
2009-09-25 donassbrChange default CPU model to new Cas01_IM.
2009-09-21 donassbrDocuments last changes in ChangeLog.
2009-09-16 mquinsonAllow to compile from the SVN with automake 1.11
2009-09-16 mquinsonDocument my changes
2009-09-09 mquinsonDocument the fact that I switched the default network...
2009-08-26 mquinsonStop saying stupidities: no perf loss once well compiled
2009-08-20 mquinsonForgot the date in the ChangeLog
2009-08-20 mquinsonrelease 3.3.3
2009-08-19 mquinsoninit development of 3.3.3
2009-08-19 mquinsonRelease 3.3.2
2009-08-19 mquinsonReordering
2009-08-17 cristianrosaUpdate the ChangeLog
2009-08-01 genaudAlltoallv
2009-07-31 genaudstarted alltoallv(). Still some bugs.
2009-07-30 genaudupdate work status
2009-07-16 mquinsonThree new routing schema by Silas De Munck
2009-07-16 genaud* MPI_Sendrecv user+internal levels
2009-07-13 mquinsonAdd xbt_dict_get_key achieving a linear reverse search
2009-07-13 mquinsonXBT: Add xbt_str_from_file(FILE*)
2009-07-13 mquinsonSURF: Kill the SDP model
2009-07-07 mquinsonDisplay the list of still queued messages in SG mode...
2009-07-04 mquinsondocument one of Stephane's recent changes
2009-07-02 genaud* added support for optimized collectives:
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 mquinsonIntegrate properties into surf_resource_t
2009-07-02 mquinsonkill link_set (use surf_network_model->resource_set...
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 mquinsonmove action_ref one layer up: not a model method anymor...
2009-07-01 mquinsonRename model methods action_use/free to action_ref...
2009-06-30 mquinsonImplement a generic resource; use it as ancestor to...
2009-06-30 mquinsonDocument Stephane's last commit
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonSurf: factorize resource sets into common_public
2009-06-30 mquinsonFactorize some code in SURF
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 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-26 mquinsonRelease 3.3.1
2009-06-26 mquinsonSMPI: Change the reference speed to a command line...
2009-06-26 mquinsonChange --surf-path into --cfg=path
2009-06-26 mquinsonchange TCP_gamma to not be a compilation-time #define...
2009-06-26 mquinsonImplement a --cfg-help flag to show existing configurat...
2009-06-26 mquinsonDocument Stephane's last change (implement MPI_Wtime())
2009-06-26 mquinsonSanitize the way surf options are declared: in surf_con...
2009-06-25 mquinsonSMPI: Use the amount of processes to malloc the process...
2009-06-24 mquinsonSMPI: Pass the rank from smpirun to processes through...
2009-06-23 mquinsonSMPI: Kill a whole bunch of unneeded synchronization...
2009-06-23 mquinsonDocument Stephane's change
2009-06-23 mquinsonSMPI: cleanup the initialization process by moving...
2009-06-08 mquinsonDocument a change that slept from a private branch...
2009-06-08 mquinsonI'm a jerk, I do cleanups on useless stuff written...
2009-06-08 alegrandDocument my last commits.
2009-05-26 mquinsonDo allow malloc(0) again, since it breaks user code...
2009-05-19 mquinsonDisplay the status of simulated processes when receivin...
next