Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-04-18 Arnaud GierschPass parameter "callback".
2018-04-18 Arnaud GierschCosmetics: move declaration.
2018-04-18 Arnaud GierschKill unused macros.
2018-04-18 Arnaud GierschUse standard function fmax() for doubles.
2018-04-18 Martin Quinsonproposal of coding standard. Please comment [no ci]
2018-04-18 Martin Quinsonproperly protect our definitions of MIN/MAX (w/o using...
2018-04-18 Christian Heinrich[SMPI] Instr: Add MIGRATE states for SMPI/LB.
2018-04-18 Christian Heinrich[SMPI] Replay: Add comments to classes
2018-04-18 Christian Heinrich[SMPI] Add several functions for the LB stuff.
2018-04-18 Christian Heinrich[SMPI] Instr: Cleanup TRACE_smpi_init / smpi_container...
2018-04-18 Christian Heinrich[CMAKE] Ensure that the source tree is not changed...
2018-04-18 Christian Heinrich[SMPI] Fix missing () ...
2018-04-18 Christian Heinrich[SMPI] Instr: Remove TRACE_smpi_alloc
2018-04-18 degommeforce -lm inclusion in smpicc
2018-04-17 Martin Quinsonfix model-check builds on freebsd
2018-04-17 Martin Quinsondo not define MIN() and MAX() in xbt/base.h to not...
2018-04-17 Martin Quinsonfactorize the fact that C++ compiles with -std=gnu...
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-17 Arnaud GierschFix misleading parameter declaration.
2018-04-16 Arnaud GierschComment unused parameters.
2018-04-16 Arnaud GierschRename variable to unhide class field with same name.
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
2018-04-16 Arnaud GierschRemove unneeded extern "C".
2018-04-16 Arnaud GierschRemove old and unclear todo comment.
2018-04-16 Christian Heinrich[INSTR] Move enum instr_fmt_type_t to enum class TraceF...
2018-04-16 Christian Heinrich[INSTR] Remove 'extern C' from instr_private.hpp
2018-04-16 Frederic Suterrefactor
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-16 Arnaud GierschFix potential buffer overflow.
2018-04-16 Arnaud GierschRemove superfluous indirection.
2018-04-16 Arnaud GierschUse a reference instead of a pointer.
2018-04-16 Arnaud GierschIncrease test timeout when using tsan.
2018-04-16 Arnaud GierschTODO-- ;)
2018-04-16 Arnaud GierschReindent.
2018-04-16 Arnaud GierschPlease sonar: promote struct to class.
2018-04-16 Arnaud GierschUnused.
2018-04-16 Arnaud GierschAdd explicit qualifier.
2018-04-16 Arnaud GierschMake member variable private (sonar).
2018-04-16 Arnaud GierschUseless extern "C".
2018-04-16 Arnaud GierschChange "extern" for "XBT_PUBLIC_DATA".
2018-04-16 Frederic Suteruse timestamps with precision in container creation...
2018-04-16 Frederic Suterplease sonar and simplify
2018-04-16 Frederic Suterassume that timestamps are always double
2018-04-15 Martin Quinsonpainful typo(s)
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files
2018-04-14 Martin Quinsoninline s4u/forward.hpp to its only include location
2018-04-13 Martin Quinsonmake sure that simgrid/s4u/forward.hpp is loaded from...
2018-04-13 Martin Quinsonjenkins: also install MC builds, somewhere else
2018-04-13 Martin Quinsonalign the doc with the code
2018-04-13 Christian Heinrich[SMPI] Replay: Clear all requests after waitall
2018-04-13 degommethat was fixed locally, shouldn't have been able to...
2018-04-13 degommehandle MPI_IN_PLACE for MPI_Scan
2018-04-13 degommeDisable mpich3 testsuite for mc builds. Save some bears.
2018-04-13 degommesomehow one allgather algorithn was forgotten in tests
2018-04-13 Arnaud GierschMake protected field const (sonar).
2018-04-13 Arnaud GierschKill unused DynarRange; move newDeleteDynar() in dynar.h.
2018-04-13 Arnaud GierschKill unused exception class.
2018-04-13 Arnaud GierschC exceptions are gone. Simplify the code.
2018-04-13 Arnaud GierschPlease cppcheck.
2018-04-13 Christian Heinrich[SMPI] Replay: Remove old functions / datatype
2018-04-13 Christian Heinrich[SMPI] Replay: Move replay_init to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move WaitAllAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move TestAction to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Move SendAction + RecvAction to the...
2018-04-13 Christian Heinrich[SMPI] Replay: Move ActionWait to the RequestStore
2018-04-13 Christian Heinrich[SMPI] Replay: Pass storage obj to actions (but don...
2018-04-13 Christian Heinrich[SMPI] Replay: Add typedefs
2018-04-13 Christian Heinrich[SMPI] Replay: Use MPI_REQUEST_NULL instead of nullptr
2018-04-13 Christian Heinrich[SMPI] Replay: Added class RequestStorage (but not...
2018-04-13 Christian Heinrich[SMPI] Replay: Introduce and use WaitTestParser
2018-04-13 Christian Heinrich[SMPI] Add code to support std::tuple for std::unordere...
2018-04-13 Christian Heinrich[S4U] Remove the const for now
2018-04-13 Christian Heinrich[SMPI] Request: Be more verbose when wrong refcount...
2018-04-13 Christian Heinrich[SMPI] Replay: Cosmetics. (Align '\' in a macro)
2018-04-13 Christian Heinrich[ChangeLog] Updated SMPI/Replay part.
2018-04-13 Christian Heinrich[S4U] Make s4u::Host::get_actor_count() available
2018-04-12 Frederic Sutercosmetics and brain overload
2018-04-12 Frederic Suterreindent
2018-04-12 Arnaud GierschFix mingw builds (?)
2018-04-12 degommeactivate some tests for cancel
2018-04-12 degommeBasic implementation of MPI_Cancel
2018-04-12 Martin Quinsonfix boost-context builds
2018-04-11 Martin Quinsonfurther cut include files
2018-04-11 Martin Quinsonsnake_case s4u::Comm
2018-04-11 Arnaud GierschExclude preexisting region when computing smpi_data_exe...
2018-04-11 Arnaud GierschRemove unused constant; change const for constexpr.
2018-04-11 Arnaud GierschMake function static.
2018-04-11 Arnaud Gierschsmpi/priv: backup global memory segment at a better...
2018-04-11 Arnaud GierschCosmetics.
2018-04-11 Arnaud GierschFix scan-build warning (link may be null).
2018-04-11 Arnaud GierschCosmetics: rename tests with context factory at the...
2018-04-11 degommebasic implem of MPI_Win_allocate_shared, MPI_Win_shared...
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-10 Augustin Degommeonly test for these on non-root processes
2018-04-09 Martin Quinsonfix java builds, sorry
2018-04-09 Martin QuinsonTODO++ in the documentation
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-09 Arnaud GierschFix tesh for smpi-replay.
2018-04-09 Arnaud GierschReduce code duplication.
next