Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yet another callbacks
[simgrid.git] / src / smpi /
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
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[SMPI] Request: Be more verbose when wrong refcount...
2018-04-13 Christian Heinrich[SMPI] Replay: Cosmetics. (Align '\' in a macro)
2018-04-12 degommeBasic implementation of MPI_Cancel
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 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 Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-09 Arnaud GierschRemove redundant assignment (value enforced by previous...
2018-04-09 Christian Heinrich[SMPI] Replay: Enable usage of tags
2018-04-09 Christian Heinrich[SMPI] Add 'tag' parameter for instr::Pt2PtTI class
2018-04-09 Christian Heinrich[SMPI] Replay: Make error message more verbose
2018-04-08 Arnaud GierschUse const references to pass vector as parameters.
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Arnaud GierschAvoid multiple initializations for active_processes.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-04 degommetry to get rid of warning by defining calls here
2018-04-03 Augustin Degommeprotect against uninitialized/absent smpi
2018-04-03 Arnaud GierschConstify attribute.
2018-04-03 degommetry to handle getopt internal global variable
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Arnaud Gierschsmpirun: really disable privatization with -no-privatize.
next