Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
initialize variable
[simgrid.git] / include /
2013-07-12 Pierre VeyreFix MSG_storage_get_free_size() and add MSG_storage_get...
2013-07-11 Augustin DegommeMPI_UNIVERSE_SIZE is initialized at runtime with MPI_CO...
2013-07-11 Augustin DegommeCrash with message when trying to use a log level that...
2013-07-11 suterFinally succeed to bring back all the needed informatio...
2013-07-10 Pierre VeyreAdd MSG_host_get_storage_list() function
2013-07-10 suteradd missing prototype declarations
2013-07-10 suterunimplemented MSG_file_dump function
2013-07-10 suteruseless comment to delimit sections
2013-07-10 Pierre VeyreAdd msg_storage_t structure, msg_storage_get_free_size...
2013-07-09 suteradd a content_type attribute to the storage and storage...
2013-07-09 suterthe name field of a msg_file_t is actually a full name...
2013-07-08 Augustin Degommehave persistent communications use a PREPARED flag...
2013-07-05 acarpenaMerge branch 'dvfs'
2013-07-03 suteradd MSG_host_get_process_list() function.
2013-07-01 acarpenaMerge branch 'dvfs'
2013-06-30 acarpenaadded dvfs support
2013-06-28 Augustin DegommeAdd a huge variety of not yet impelmented functions...
2013-06-25 Augustin Degommetry again and again to be more portable with this test
2013-06-25 Augustin DegommeAdd a test for SMPI shared malloc and free
2013-06-25 suterallow to use units for storage too (bits, or bytes...
2013-06-18 suterapply some coding standard in function naming (agier...
2013-06-18 Augustin Degommechange some defined values to less current ones
2013-06-18 suteryet another simplification of the storage API: we don...
2013-06-18 sutersize shouldn't be accessible from the user API.
2013-06-14 Augustin Degommeadd missing prototype
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... SIMIX call + MSG function + Java binding for get_core
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... Properties available for cluster tag
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 suterfurther simplification of the storage API, keep size...
2013-06-11 Paul BédarideAdd msg As getModel and GetHosts
2013-06-11 Paul BédarideAccess AS hierarchy at Msg layer
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-10 Augustin Degommeadd a new allreduce algorithm from openmpi
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 suterfp => fd (for file descriptor)
2013-06-06 suterWow, I wrote a simcall! 11 files to modify to do a...
2013-06-06 suteradd a function to retrieve the size of an msg_file_t
2013-06-06 Martin QuinsonMake semaphores visible from MSG
2013-06-06 sutermore cleanups related to stat on files
2013-06-06 suterno more stat structure
2013-06-06 suterremove references to an include file that doesn't exist...
2013-06-05 suterSimplify the way files are described. Get rid of the...
2013-06-05 suterstart to simplify the stack of structures for files...
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-05-10 Paul BédarideAdd new boolean type for configuration
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI [#15544]
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-29 Augustin Degommenew attempt to stabilize the use of underscores on...
2013-03-29 Augustin Degommeadd a cfg:tracing/smpi/internals option, to trace all...
2013-03-29 Augustin Degommeadd a loopback_lat and loopback_bw to cluster tag
2013-03-29 Augustin Degommeadd limiter_link option to cluster tag, to add a pseudo...
2013-03-29 Augustin Degommeadd a bunch of bindings/new definitions of unimplemente...
2013-03-27 Martin Quinsonfix for windows -- not sure if it's still mandatory...
2013-03-19 Marion Guthmullermodel-checker : cleanups
2013-03-16 Marion Guthmullermodel-checker : get current backtrace with libunwind...
2013-03-16 Marion Guthmullermodel-checker : fix MC_RANDOM simcall
2013-03-16 Marion Guthmullermodel-checker : new simcall MC_RANDOM
2013-02-21 Arnaud GierschTry to fix const madness.
2013-02-21 Arnaud GierschExtend smpi_register_static to accept any free function.
2013-02-20 Arnaud GierschFix a few memory leaks.
2013-02-19 Augustin Degommechange name of the real executed main function to a...
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-02-18 Arnaud GierschRemove duplicated declaration for xbt_time().
2013-02-18 Arnaud GierschChange regexp to correctly handle types like "short...
2013-02-18 Arnaud GierschCosmetics: add space.
2013-02-14 Arnaud GierschRemove remaining traces from synchronized dynars.
2013-02-14 Jonathan Rouzaud... New version of recv/irecv with bounded rate
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-13 suterword was missing, rephrase.
2013-02-13 Martin Quinsonadd another word about the trap of dynar_search with...
2013-02-13 Martin Quinsondocument that it's safe to interrupt a foreach with...
2013-02-12 Arnaud GierschAdd missing declaration.
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-12 Jonathan Rouzaud... Bounded receive
2013-02-11 Augustin Degommerename main function for windows
2013-02-11 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-07 Jonathan Rouzaud... Add a new simcall that modifies the rate of the first...
2013-02-06 Arnaud GierschFix memory leak.
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-02-05 Arnaud GierschCast value, to please C++ compilers.
2013-02-05 Arnaud GierschMark parameter as unused.
2013-02-04 Martin Quinsonuse our xbt_getline on every platform to ease our cmake...
2013-02-03 Arnaud GierschRename getline as xbt_getline.
2013-02-02 Martin QuinsonMerge branch 'master' of github.com:mquinson/simgrid
2013-02-01 Martin QuinsonCompile with a recent flexml
2013-01-31 Marion Guthmullermodel-checker : start heap comparison from local variables
2013-01-31 Marion Guthmullermodel-checker : get bytes used in std_heap instead...
2013-01-31 Arnaud GierschMerge branch 'with_java'
2013-01-31 sutermake the category setting function public
2013-01-31 suterremove set/get category functions. Managed in another...
2013-01-31 Maximiliano GeierAdded xbt_dynar_remove_n_at to remove an n-sized slice...
2013-01-31 Paul BédarideFix XBT_PUBLIC for pid simcall
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-30 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
next