Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
callbacks are actually meant for external users to use
[simgrid.git] / src /
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschAdd virtual destructor.
2018-02-07 Arnaud GierschRemove semicolon (No, Sonar, it's not commented code).
2018-02-07 Arnaud GierschRemove unused variable.
2018-02-06 Martin Quinsonsonar don't like to have commented code, so hide it...
2018-02-05 Arnaud GierschRemove now unused smpi::Process::return_value.
2018-02-05 Arnaud GierschUse explicit extern "C" in cpp file.
2018-02-05 Arnaud GierschMake constructors explicit.
2018-02-05 Arnaud GierschParameter is not used.
2018-02-05 Arnaud GierschFix build with MC (simgrid::xbt::string).
2018-02-05 Martin Quinsonfix build of dvfs plugin with warning enabled
2018-02-05 Arnaud GierschRescue cleanups lost with commit 8914cdf67bb2cdd7b64e6e...
2018-02-05 Christian Heinrich[DVFS] Cosmetics / indent as suggested by clang-format
2018-02-05 Christian Heinrich[DVFS] Remove MSG from DVFS plugin and make it more...
2018-02-05 Christian Heinrich[DVFS] Rephrase debug statements
2018-02-05 Christian Heinrich[PLUGINS] Initial commit for the Dvfs plugin (frequency...
2018-02-05 Christian Heinrich[SMPI] Fix issues with daemons by using isDaemon()
2018-02-05 Christian Heinrich[S4U API] Expose the isDaemon() function to the API
2018-02-05 Christian Heinrich[SMPI] Clarify in debug message that SMPI processes...
2018-02-05 Arnaud GierschCosmetics: get rid of stringstream.
2018-02-05 Arnaud GierschCorrectly get the exit status for smpi processes.
2018-02-05 Arnaud GierschSearch in map only once.
2018-02-05 Arnaud GierschKill dead code.
2018-02-05 Arnaud GierschRevert "Revert "actually fix the memleak around smpi...
2018-02-05 Arnaud GierschRevert "Finally fix memleak."
2018-02-05 Arnaud GierschFinally fix memleak.
2018-02-05 Arnaud GierschRevert "actually fix the memleak around smpi's process_...
2018-02-03 Martin Quinsoninline a oneliner
2018-02-03 Martin Quinsonplug another memleak
2018-02-03 Martin Quinsonactually fix the memleak around smpi's process_data
2018-02-03 Martin Quinsonobey our coding style
2018-02-02 Martin Quinsontry to plug a memleak
2018-02-01 Millian Poquet[#!] #!/bin/sh -> #!/usr/bin/env sh
2018-01-31 Martin Quinsondirectly store the ns3Node, don't rely on a num ID...
2018-01-31 Martin Quinsontry to ensure that link_energy plugin is inited in...
2018-01-30 Martin Quinsonmake an interesting error message when mixing link_ener...
2018-01-29 Martin Quinsonfix formatting issues (%u for unsigned)
2018-01-28 Martin Quinsonns3: much more debug info, and restore the SetCloseCall...
2018-01-27 Martin Quinsonns3: no segfault anymore, but a deadlock when using...
2018-01-27 Martin Quinsonfix the creation of links in NS3
2018-01-25 Martin Quinsonget ns3 to compile (but still fails)
2018-01-25 Frederic Suterplease sonar
2018-01-25 Martin Quinsonimprove a comment
2018-01-25 Augustin Degommeadd another message useful for debugging here
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SMPI] smpi_win.cpp: Finish first local comms, as the...
2018-01-24 Christian Heinrich[SMPI] smpi_win.cpp: Split debug message into two
2018-01-24 Christian Heinrich[SMPI] Fix wrong usage of request->src() and dst()...
2018-01-24 Christian Heinrich[SMPI] smpi_win.cpp: Convert target_rank for other...
2018-01-24 Christian Heinrich[SMPI] Cosmetics: This fixes only '='-alignment issues...
2018-01-24 Christian Heinrich[SMPI] Cosmetics: This fixes among others some really...
2018-01-24 Christian Heinrich[SMPI] Fix wrong src/dst calculation
2018-01-24 Christian Heinrich[SMPI] Fix wrong smpi::Request instantiation for RMA's.
2018-01-24 Christian Heinrich[SMPI] Added stupid comment to smpi_group.cpp
2018-01-24 Christian Heinrich[SMPI] Fix errors on SUSE: ActorPtr cannot be printed...
2018-01-24 Christian Heinrich[SMPI] Replace Actor::self() with smpi::Process's process_
2018-01-24 Christian Heinrich[SMPI] C++ify smpi::Process mailboxnames
2018-01-24 Christian Heinrich[SMPI] Cosmetics in smpi_process.cpp: Correct indentation
2018-01-24 Christian Heinrich[SMPI] smpi_process: Move instance_id_ from char* to...
2018-01-24 Christian Heinrich[SMPI] Remove comment
2018-01-24 Christian Heinrich[SMPI] Remove index_ and index() from smpi::Process
2018-01-24 Christian Heinrich[SMPI] Rename parameters from index to process_id in...
2018-01-24 Christian Heinrich[SMPI] smpi_process.cpp: Replace 'index' with 'Actor...
2018-01-24 Christian Heinrich[SIMIX] Remove SMPI-specific segment_index notion from...
2018-01-24 Christian Heinrich[SMPI] Search/Replace of smpi_process()->index() in...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Cosmetics as proposed by clang...
2018-01-24 Christian Heinrich[SMPI] Rename variables from 'rank' to 'my_proc_id...
2018-01-24 Christian Heinrich[SMPI] smpi_replay.cpp: Replace smpi_process()->index...
2018-01-24 Christian Heinrich[SMPI] Cosmetics for smpi_pmpi_win.cpp as suggested...
2018-01-24 Christian Heinrich[SMPI] Rename variable 'rank' to 'my_proc_id'
2018-01-24 Christian Heinrich[SMPI] (LAST PATCH) Fix SMPI replay & smpi-replay tesh
2018-01-24 Christian Heinrich[SMPI] (THIRD PATCH) Replace invalid uses of 'comm...
2018-01-24 Christian Heinrich[SMPI] (SECOND PATCH) Fix destinations/origins for...
2018-01-24 Christian Heinrich[SMPI] (FIRST PATCH) Remove 'getPid() - 1' arithmetic...
2018-01-24 Christian Heinrich[SMPI] Remove outdated comment
2018-01-24 Christian Heinrich[SMPI] Cosmetics of smpi_pmpi_request.cpp as suggested...
2018-01-24 Christian Heinrich[SMPI] Replace index() in smpi_pmpi_requests.cpp
2018-01-24 Christian Heinrich[SMPI] Replace index() in smpi_requests.cpp
2018-01-24 Christian Heinrich[SMPI] Remove index() from smpi_pmpi_win.cpp
2018-01-24 Christian Heinrich[SMPI] Remove index() from smpi_win.cpp + cosmetics
2018-01-24 Christian Heinrich[SMPI] Win::~Win(): Use class member rank_ instead...
2018-01-24 Christian Heinrich[SMPI] Remove usage of index() in smpi_pmpi_coll.cpp
2018-01-24 Christian Heinrich[SMPI] Make Comm::rank() use Actors
2018-01-24 Christian Heinrich[SMPI] Use actor.iface() instead of Actor::byId(actor...
2018-01-24 Christian Heinrich[SMPI] Move the pid calls to helper function that has...
2018-01-24 Christian Heinrich[SMPI] Update smpi_deployment_register_process for...
2018-01-24 Christian Heinrich[SMPI] Rename 'index' to 'my_proc_id' in smpi::Process...
2018-01-24 Christian Heinrich[SMPI] Move process_data to map<Actor, smpi::Process>
2018-01-24 Christian Heinrich[SMPI] Remove index notion from smpi::Group
2018-01-24 Christian Heinrich[SMPI] Program against s4u::Actor and not smx_actor_t
2018-01-24 Christian Heinrich[SMPI] Move SMPI_init() call to other location
2018-01-24 Christian Heinrich[SMPI] Next step for dynamic privatization
2018-01-24 Christian Heinrich[SMPI] Added XBT_DEBUG statements to smpi_win.cpp
2018-01-24 Martin Quinsonmove that declaration to the right location
2018-01-24 Frederic Suterdistinguish shutdown and destroy in Java VMs
2018-01-23 Frederic SuterMake MSG fade away (part 2)
2018-01-23 Frederic SuterMaking MSG fade away (part 1)
2018-01-23 Frederic Suterplease clang
2018-01-23 Frederic Sutermessing around MSG
2018-01-22 Frederic Suterget rid of vm->isMigrating()
next