Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move last functions in msg_host.cpp to the S4U C interface
[simgrid.git] / src / smpi /
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-19 Arnaud GierschUse src_proc/dst_proc to switch data segment.
2018-03-16 degommeshorten and fix message
2018-03-16 degommeno need for \n here
2018-03-16 degommeSMPI - fail when unimplemented MPI calls are used.
2018-03-15 degommemove resized to its own method
2018-03-15 degommeSMPI : Implementation of MPI_Type_create_subarray
2018-03-15 Arnaud GierschSlightly move debug message.
2018-03-15 Christian Heinrich[SMPI] Fix mmap bug
2018-03-14 Martin Quinsonlet smpif90 work even with -c without -o
2018-03-14 Arnaud Gierschsmpirun: obey to SMPI_PRIVATIZATION environment variable.
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 degommeeven better handling ...
2018-03-13 degommebetter handling of sendrecv when MPI_PROC_NULL is eithe...
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 Degommelaste batch tonight
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 degomme...
2018-03-07 degommeset status even when sendrecv is skipped (same process)
2018-03-07 Martin Quinsonmore informative error message
2018-03-07 Arnaud GierschRemove unused typedefs.
2018-03-07 Martin Quinsonalso let the SMPI_PRETEND_CC trick work with dlopen...
2018-03-07 Martin Quinsonmore explicit error message
2018-03-06 Augustin Degommerererereactivate privatization by default on smpi
2018-03-01 Christian Heinrich[SMPI] Use Actor->getHost() instead of Actor->getImpl...
2018-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-28 Arnaud GierschFix memory leaks.
2018-02-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-22 Arnaud GierschCheck for negative size (and please scan-build).
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-13 Arnaud GierschKill function declarations without definitions.
2018-02-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-02-07 Arnaud GierschRemove unused variable.
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-02-01 Millian Poquet[#!] #!/bin/sh -> #!/usr/bin/env sh
2018-01-25 Frederic Suterplease sonar
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...
next