Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2018-03-28 Christian Heinrich[XBT] Remove a new/delete pair from xbt-replay code
2018-03-28 Christian Heinrich[SMPI] Replay/Memory: Move tmp buffers from replay...
2018-03-28 Christian Heinrich[SMPI] Replay: Use the right buffer (c&p error?)
2018-03-28 Christian Heinrich[SMPI] Replay: Replace atoi by std::stoi
2018-03-28 Christian Heinrich[SMPI] Replay/Allgatherv: Account for disps parameters...
2018-03-28 Christian Heinrich[SMPI] Replace encode_datatype calls with dt->encode()
2018-03-28 Christian Heinrich[SMPI] Datatypes: Make them all replayable
2018-03-28 Christian Heinrich[SMPI] Added comment regard Datatype::keyvals
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_allgatherv
2018-03-28 Christian Heinrich[SMPI] Replay: Move MPI_CURRENT_TYPE from global to...
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_gatherv
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_scatterv
2018-03-28 Christian Heinrich[SMPI] Replay: Move action_reducescatter to std::shared_ptr
2018-03-28 Christian Heinrich[SMPI] Replay: C++ify action_allToAllv
2018-03-28 Christian Heinrich[INSTR] Move vector* to shared_ptr<vector>.
2018-03-28 Christian Heinrich[SMPI] Move disps arrays to vectors
2018-03-28 Christian Heinrich[SMPI] Replay: Remove local variables from action_reduc...
2018-03-28 Christian Heinrich[SMPI] Replay: Remove unnecessary initialization
2018-03-28 Christian Heinrich[SMPI] Replay: Remove side effect from decode_datatype
2018-03-28 Christian Heinrich[SMPI] Replay: Remove unused KEY_SIZE macro from .cpp
2018-03-28 Christian Heinrich[SMPI] Replay: Declare variables as static
2018-03-28 Christian Heinrich[TESTS] Fix smpi replay test for allgatherv
2018-03-28 Christian Heinrich[SMPI] Replay: Use std::vector copy-constr. instead...
2018-03-28 Christian Heinrich[SMPI] Clean initialization of MPI_CURRENT_TYPE and...
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/smpi/).
2018-03-28 Arnaud GierschRemove useless extern "C" from msg_private.hpp.
2018-03-28 Arnaud GierschRemove extern "C" from cpp files (src/bindings/).
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschCall atexit() from xbt_cfg_new().
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-28 Arnaud GierschFunction has been renamed.
2018-03-28 Arnaud GierschReturn value is useless (always 1).
2018-03-28 Arnaud GierschUse <stdbool.h> for C files.
2018-03-28 Arnaud GierschUse C++'s true/false.
2018-03-28 Arnaud GierschPlease mingw.
2018-03-28 Arnaud GierschRemove useless intermediate variables.
2018-03-28 Arnaud GierschMake func_f/fp/fpi static methods of lmm::Lagrange.
2018-03-28 Arnaud GierschUsing namespace simgrid::kernel.
2018-03-28 Arnaud GierschMake static functions in lagrange.cpp static methods...
2018-03-28 Arnaud GierschMake check_feasible() and dual_objective() private...
2018-03-28 Arnaud GierschKill spurious #ifdef MATH.
2018-03-28 Arnaud GierschUse constexpr instead of #defin.
2018-03-28 Arnaud GierschBe explicit on overridable method.
2018-03-28 Arnaud GierschGive correct function for func_fp().
2018-03-28 Arnaud GierschKill unused macros.
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Arnaud GierschDefine FairBottleneck and Lagrange as subclasses of...
2018-03-27 Arnaud GierschMake maxmin_system_ a private field for resource::Model.
2018-03-27 Arnaud GierschKill unused field.
2018-03-27 Arnaud GierschMove assert befort assignment.
2018-03-27 Arnaud GierschFix parameter description.
2018-03-27 Martin Quinsonenum class for Model::UpdateAlgo
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Frederic Suterexternal projects may refcount Mailboxes too
2018-03-27 Martin Quinsonstart snake_casing resource::Model
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin Quinsonthese functions always take exactly the same parameter...
2018-03-26 Martin QuinsonWe are in UM=Lazy, that was tested 2 lines above
2018-03-26 Martin Quinsonfurther snake_casing in resource::Action
2018-03-26 Martin QuinsonAction::is_suspended() does not need to be virtual...
2018-03-26 Frederic Sutercosmetics
2018-03-26 Frederic Suteruse enum class
2018-03-26 Martin Quinsonfinish(done) already sets remains to 0
2018-03-26 Martin Quinsonsnake_case another method
2018-03-25 Martin Quinsonprefer readable syntax instead of inlining functions
2018-03-25 Martin Quinsoncleanup Action refcounting
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonfix MC builds
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-25 Martin Quinsonkill an unused function
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-25 Martin Quinsondeprecate an old pimple
2018-03-25 Martin Quinsonkill typedef lmm_element_t
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-24 Martin Quinsonmore snake_casing of private fields
2018-03-24 Martin Quinsondocument a proposal of coding standard. Please comment
2018-03-24 Martin Quinsonstart snake_case()ing some private fields
2018-03-24 Martin Quinsonmore specific comments
2018-03-24 Martin QuinsonMove modifiedSet from Resource to lmm::System
2018-03-24 Martin Quinsoncosmetics: init fields at declaration, emptying the...
2018-03-24 Martin QuinsonReplace a protected field with a private variable in...
2018-03-23 Martin QuinsonSMPI: only warn once on unimplemented calls
2018-03-23 Martin Quinsonproperly guard the installation of smpi.mod to systems...
2018-03-23 Martin Quinsontiny doc improvement [noci]
2018-03-23 Arnaud GierschForward slash is a valid file separator on Windows...
2018-03-23 Arnaud GierschRemove superfluous "virtual" declarations.
2018-03-23 Arnaud GierschKill unused function.
2018-03-23 Arnaud GierschDeclare one variable per statement.
2018-03-23 Arnaud GierschRemove unused typedef.
2018-03-23 Arnaud GierschKill trailing whitespace.
2018-03-23 Frederic Suteroops
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic Sutermore legacy MSG for processes/actors
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Augustin Degommefix install
2018-03-23 Augustin Degommebuild a mpi.mod file
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Martin Quinsonsmpiff: proper handling of non-f77 source files
2018-03-22 Martin Quinsonsmpiff: compile f90 code if asked to
2018-03-22 Martin Quinsonreduce the undue differences between smpiff and smpif90
next