Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-04-02 Arnaud GierschEnable memcheck for tests test-help-*.
2019-04-02 Arnaud GierschFix memleaks when exiting early (e.g. with --help or...
2019-04-02 Arnaud GierschUseless parentheses.
2019-04-02 Arnaud GierschMake extra_ an unique_ptr.
2019-04-02 Arnaud GierschKill unused xbt_dict_dump().
2019-04-02 Arnaud GierschUse bool for boolean values.
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Arnaud GierschAdd bool for simcall parameters.
2019-04-02 degommeplease clang
2019-04-02 degommeAdd jenkins to our badges on gitlab/github
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic Suterplease clang
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Arnaud GierschCall set_remains() before set_state().
2019-04-02 Arnaud GierschRemove superfluous simcall.
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-04-02 Arnaud GierschDefine XBT_ATTRIB_DEPRECATED_v326.
2019-04-02 Arnaud GierschStart the dev of v3.23.
2019-04-02 degommea bit more verbose here
2019-04-02 degommeavoid potential segfault when fed nonsense
2019-04-02 degommeMPI_Ireduce_scatter, MPI_Ireduce_scatter_block
2019-04-01 Augustin DegommeMPI_Iexscan, MPI_Iscan
2019-04-01 Augustin DegommeMPI_Iallreduce
2019-04-01 Augustin DegommeAdd MPI_Ireduce
2019-04-01 Augustin Degommeadd a refcount for MPI_Op
2019-04-01 Martin QuinsonRelease v3.22 v3_22
2019-04-01 Martin Quinsonvarious doc improvements
2019-04-01 Arnaud GierschRevalidate tests, now that detached sends are not cance...
2019-04-01 Arnaud GierschReally detach detached sends.
2019-04-01 Arnaud GierschLet the exception propagate naturally.
2019-04-01 Martin Quinsoncomment a test that breaks... we'll eat those sprouts...
2019-04-01 Martin Quinsonkinda fix the generation of the old doc (still unusable)
2019-04-01 Martin Quinsonfix another broken link + fix a copy/paste failure
2019-04-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-31 Augustin Degommethat helper was completely unnecessary... as mpi_wait...
2019-03-31 Augustin Degommeavoid potential leak
2019-03-31 henricasanovaAdded a (currently failing) test:
2019-03-29 Arnaud GierschRegenerate smpi_extended_traces*.h.
2019-03-29 Arnaud GierschKill outdated comment.
2019-03-29 Frederic Sutermore uniformity in kernel
2019-03-29 Frederic Suterenable user data extension without calling MSG_init
2019-03-29 degommefactorize
2019-03-29 degommechangelog
2019-03-29 degommeAdd -vgdb option to smpirun to run with valgrind+gdb.
2019-03-29 degommeactivate tests for (i)alltoallw
2019-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-29 degommefix case where bcast is called with only one proc ...
2019-03-29 degommeactivate another test.. and fix a stupid bug
2019-03-29 degommechangelog
2019-03-29 degommeactivate a test to improve coverage a bit
2019-03-28 Frederic Suterrework ExecImpl to have a single start() method
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic Sutertry to clean and uniformize Activity Impls
2019-03-28 degommeAs collectives are now implemented in the PMPI_I* funct...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeAdd -gdb and -lldb shortcuts to smpirun
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-28 degommeFix debug + trace
2019-03-28 degommeAdd MPI_Request_get_status, MPI_Status_set_cancelled...
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-03-28 Martin Quinsonfix broken link
2019-03-27 Frederic Sutercosmetics
2019-03-27 Frederic Suteruse setters
2019-03-27 Arnaud Giersch[sonar] Use :: to access static member.
2019-03-27 Frederic Suterpass on howtos
2019-03-26 Frederic Suterpass on examples
2019-03-26 Frederic Suterend of revision for this file
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschTidy SIMIX_process on_exit callbacks.
2019-03-26 Arnaud GierschMake config flag static (global), and rename s_MSG_Glob...
2019-03-26 Frederic Suterstart to revise doc on platforms
2019-03-25 Arnaud GierschA bit more coverage.
2019-03-25 Arnaud GierschThere's a nice sg_version(), use it.
2019-03-25 Arnaud GierschUse string::compare with C++ strings.
2019-03-25 Arnaud GierschSimplifications.
2019-03-25 Arnaud GierschCosmetics.
2019-03-25 Arnaud GierschFix condition.
2019-03-22 Arnaud GierschCompute GIT_VERSION in a simpler way.
2019-03-22 Arnaud GierschRemove now unused xbt_str_join_array().
2019-03-22 Arnaud GierschReplace macros with real functions.
2019-03-21 Arnaud GierschUse C++ algorithms.
2019-03-21 Arnaud GierschUse xbt_malloc() and friends.
2019-03-21 Arnaud GierschUse more vector and strings for xbt_log.
2019-03-21 Arnaud GierschOne more dynar less.
2019-03-21 Arnaud GierschKill dead code.
2019-03-21 Arnaud GierschUncomment constant definition, even though currently...
2019-03-21 Arnaud GierschLame attempt to hide problems on Jenkins.
2019-03-21 Arnaud GierschCapitalize class name.
2019-03-20 Arnaud GierschUpdate list of fixed bugs.
2019-03-20 Arnaud GierschReduce nesting depth of lambdas.
2019-03-20 Arnaud GierschMake pyForcefulKillEx static.
2019-03-20 Arnaud GierschUseless intermediate cast.
2019-03-20 Arnaud GierschTrailing whitespaces.
2019-03-19 Arnaud GierschUnused parameter.
2019-03-19 Arnaud GierschDisallow direct destruction of Mailbox (make dtor private).
2019-03-19 Arnaud GierschUse a Mailbox* with Python bindings.
2019-03-19 Arnaud GierschCosmetic rename.
2019-03-19 Martin Quinsonimprove release documentation
next