Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move resized to its own method
[simgrid.git] / src / smpi / internals /
2018-03-15 Arnaud GierschSlightly move debug message.
2018-03-15 Christian Heinrich[SMPI] Fix mmap bug
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-13 Augustin Degommeintel compilers detected some mistakes
2018-03-12 Martin Quinsonkill an unused internal function
2018-03-12 Martin QuinsonRevert "disable dlopen when under sanitizers"
2018-03-12 Martin Quinsondisable dlopen when under sanitizers
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-10 Martin Quinsonkill the useless simgrid::surf::surfExitCallbacks callback
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-07 Martin Quinsonmore informative error message
2018-03-07 Martin Quinsonmore explicit error message
2018-03-01 Christian Heinrich[SMPI] Use Actor->getHost() instead of Actor->getImpl...
2018-02-16 degommedon't use deepbind in cases it's not needed (I think)
2018-02-13 Arnaud GierschFunction smpi_process_papi_counters() was renamed ...
2018-02-13 Arnaud GierschFIXME: TRACE_smpi_sleeping_init() is never called.
2018-02-05 Arnaud GierschRemove now unused smpi::Process::return_value.
2018-02-05 Arnaud GierschRescue cleanups lost with commit 8914cdf67bb2cdd7b64e6e...
2018-02-05 Christian Heinrich[SMPI] Fix issues with daemons by using isDaemon()
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-02 Martin Quinsontry to plug a memleak
2018-01-25 Frederic Suterplease sonar
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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] (LAST PATCH) Fix SMPI replay & smpi-replay tesh
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] 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-17 Christian Heinrich[SMPI] Change comment in smpi_global.cpp
2018-01-12 Christian Heinrich[SMPI] Rename variable bar -> barrier
2018-01-12 Christian Heinrich[SMPI] Use variable instead of 3 calls to the same...
2018-01-12 Christian Heinrich[SMPI] Remove wrong comments on functions
2018-01-12 Christian Heinrich[SMPI] Fixed grammar in comment
2018-01-12 Christian Heinrich[SMPI] Added doc block for smpi_backup_global_memory_se...
2018-01-12 Christian Heinrich[SMPI] Use xbt_die() instead of printf & exit
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-12-05 Christian Heinrich[SMPI] process_data is now declared static
2017-12-05 Christian Heinrich[SMPI] Don't use external process_data variable. Instea...
2017-12-03 Arnaud GierschRemove useless include.
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Augustin Degommedon't use is_valid to validate datatypes for replay...
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-27 Tom CornebizeMerge pull request #203 from simgrid/fix/execute_benched
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Arnaud GierschFix comment.
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschSimplify loop.
2017-11-16 Arnaud GierschMove file near other smpi include files.
2017-11-15 Augustin Degommeadd TI tracing to RMA calls (all but win_create, win_de...
2017-11-08 Frederic SuterMassive change in SMPI+instr
2017-11-07 Frederic Suterremove useless calls
2017-11-07 Frederic Sutermerge identical functions
2017-11-06 Frederic Sutertake care of mismatched new/delete
2017-11-06 Frederic Sutera bit of unperfect simplification in this SMPI+TI TRaci...
2017-11-05 Frederic Suterremove useless parameters in (simplified) instr
next