Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
snake case another plugin
[simgrid.git] / src / smpi /
2018-06-18 Arnaud GierschFactorize duplicated declarations.
2018-06-18 Arnaud GierschMissing extern "C" in smpi_helpers.h.
2018-06-18 Augustin Degommetry to find a portable way to print off_t
2018-06-18 degommeReplace smpi/privatize-lib by smpi/privatize-libs,...
2018-06-18 degommefix missing include
2018-06-18 degommeAdd option smpi/privatize-lib to add extra library...
2018-06-18 Augustin DEGOMME... add support fort getopt_long_only, as mpimemu uses it
2018-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-06-13 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-06-13 degommesimplify tracing of MPI_Test. Add tracing for Testall...
2018-06-13 Christian Heinrich[SMPI] Move instr_find_color to C++
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Arnaud GierschCompleted request was already nulled in Request::waitan...
2018-06-08 Arnaud GierschMPI_Wait*: fix tracing related memory leaks.
2018-06-08 Arnaud GierschMPI_Waitany: set completed request to null.
2018-06-06 Augustin Degommeyes another attempt
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Augustin Degommeadd back tracing of communications in wait/waitany...
2018-06-01 Arnaud GierschEnsure that the terminating nul byte is also copied.
2018-06-01 Christian Heinrich[SMPI] Cosmetics: ! -> not
2018-05-27 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
2018-05-27 Arnaud GierschConvert enum shared_malloc_type to enum class.
2018-05-27 Arnaud GierschConvert enum smpi_process_state to enum class.
2018-05-27 Augustin Degommefix issue where some end of recv events were not genera...
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin Quinsonchange macro names to avoid nameclashes on FINISHED
2018-05-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-16 Frederic Sutercosmetics
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-05-12 Arnaud GierschTry again when wait returns 128.
2018-05-12 Martin QuinsonMissing copyright header
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-12 Martin Quinson[smpi] kill an unused method
2018-05-12 Martin Quinson[smpi] s4u processes are actors
2018-05-11 Augustin Degommerename SmpiHost file and class to blend in better
2018-05-11 Frederic Sutersnake_case in instr
2018-05-11 Frederic Suterrefactor with templated method
2018-05-07 Arnaud GierschRemove useless check for null before free.
2018-05-05 Augustin Degommeplease sonar by removing redundant test
2018-05-03 Augustin Degommeprotect MPI_Test, Iprobe and Probe the same way
2018-05-03 Augustin Degommefix bug on MPI_Recv when MPI_IGNORE_STATUS is used...
2018-04-30 Frederic Sutersnake_case Engine signals
2018-04-30 Frederic Suterbetter use of signals for TRACE init/exit
2018-04-26 Arnaud GierschMove samples in private (anonymous) namespace.
2018-04-26 Arnaud GierschFix more Doxygen warnings.
2018-04-25 Arnaud GierschMake ActorImpl::userdata private.
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-25 Martin Quinsonsnake_case and cleanup some more methods of s4u::Engine
2018-04-23 Martin Quinsonstart snake_casing s4u::Engine
2018-04-23 Martin Quinsonsmpicc: give -lm to all architectures, not only linux
2018-04-23 Arnaud GierschSonar: have a single return.
2018-04-20 Christian Heinrich[SMPI] Initial commit of the LB plugin
2018-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to replay.cpp
2018-04-20 Christian Heinrich[SMPI] Replay: Move ReplayAction definitions to replay.hpp
2018-04-20 Christian Heinrich[SMPI] Replay: Apply clang-format to ArgParsers
2018-04-20 Christian Heinrich[SMPI] Replay: Indent ArgParsers correctly.
2018-04-20 Christian Heinrich[SMPI] Replay: Move ArgParsers + macro to simgrid/smpi...
2018-04-20 Christian Heinrich[SMPI] Cosmetics (indentation)
2018-04-20 Christian Heinrich[SMPI] Added two comments...
2018-04-19 Arnaud GierschConvert xbt_cfg_is_default_value -> simgrid::config...
2018-04-19 Arnaud GierschRename simgrid::config::get_config -> simgrid::config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_string -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_double -> simgrid::config::get_confi...
2018-04-19 Arnaud GierschChange xbt_cfg_get_int -> simgrid::config::get_config...
2018-04-19 Arnaud GierschChange xbt_cfg_get_bool -> simgrid::config::get_config...
2018-04-19 degommeadd tracing for MPI_Start and MPI_Startall.
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[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 Quinsonfactorize the fact that C++ compiles with -std=gnu...
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRemove unneeded extern "C".
2018-04-16 Arnaud GierschRemove old and unclear todo comment.
2018-04-16 Arnaud GierschUse a reference instead of a pointer.
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-13 Martin Quinsonmake sure that simgrid/s4u/forward.hpp is loaded from...
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 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
next