Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
prefer automatic memory management
[simgrid.git] / src / smpi /
2018-07-09 Augustin Degommeneed to change here as well
2018-07-09 Augustin DegommeInitialize fortran data structures in all cases.
2018-07-09 Augustin Degommeprevent <0 errorcodes in MPI_Error_code
2018-07-09 Augustin DegommeChange size of 2 fortran MPI datatypes.
2018-07-09 Augustin DegommeFix issue with Fortran indexes not computed properly...
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Augustin Degommeadd include for papi
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-06 Augustin Degommedeactivate bad call to MPI_Attr_put
2018-07-06 Augustin DegommeFix warning by putting the array only where it's needed
2018-07-06 Augustin Degommecleanup
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Augustin DegommeHave MPI_* send a debug messages whenever output is...
2018-07-06 Augustin Degomme- Support MPI_Error_string
2018-07-06 Frederic SuterRevert "address FIXME and kill useless code"
2018-07-06 Frederic Suteraddress FIXME and kill useless code
2018-07-06 Christian Heinrich[SMPI] Remove specific encoding of MPI_DATATYPE_NULL
2018-07-06 Christian Heinrich[SMPI] Make MPI_DATATYPE_NULL a non-null object
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Christian Heinrich[SMPI] Assert: host_speed must be > 0, not >= 0.
2018-07-05 Christian Heinrich[SMPI] Replace surf_get_clock with SIMIX_get_clock
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic Suterremove a dependency on MSG from SMPI
2018-07-05 Christian Heinrich[SMPI/PAPI] Make PAPI counters compile again ;)
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-07-02 Martin Quinsonkill some include directives
2018-07-01 Martin Quinsonmerge extension<simgrid::simix::Host>() into HostImpl
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-06-29 Christian Heinrich[SMPI] Also commit changes to the fortran part in smpi_...
2018-06-29 Martin QuinsonMerge pull request #271 from mpoquet/dynamic_replay
2018-06-29 Millian Poquet[smpi] replay: increase storage dynamicity
2018-06-29 Millian Poquet[smpi] replay: storage index: (pid-1) -> pid
2018-06-29 Millian Poquet[smpi] replay: storage var is now an ordered_map
2018-06-29 Christian Heinrich[SMPI] Remove outdated FIXME from smpi_deployment
2018-06-29 Martin Quinsonanother attempt to disable mmap on old MacOSX
2018-06-29 Martin Quinsontry to disable mmap priv on ancient Mac systems
2018-06-28 Christian Heinrich[SMPI] Colls: Remove that ugly lambda and just use...
2018-06-28 Christian Heinrich[SMPI] Colls: Move description & name for colls to...
2018-06-28 Christian Heinrich[SMPI] Remove code-generating macro
2018-06-28 Christian Heinrich[SMPI] Add FIXME note for MSG_init() call.
2018-06-28 Christian Heinrich[SMPI] Move argument from const char* to std::string
2018-06-28 Christian Heinrich[SMPI] Remove copy of old argument
2018-06-28 Christian Heinrich[SMPI] Move argument from const char* to std::string
2018-06-28 Christian Heinrich[SMPI] Remove old smpirun check
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-26 Arnaud GierschTry to reduce cognitive complexity for smpi_main (Sonar).
2018-06-24 Augustin Degommeleaks --. Maybe
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Irecv -> irecv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action Isend -> isend
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAll -> alltoall
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allToAllV -> alltoallv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action allGather -> allgather
2018-06-21 Christian Heinrich[TRACING] Rename TIT action gatherV -> gatherv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action reduceScatter -> reducescatter
2018-06-21 Christian Heinrich[TRACING] Rename TIT action scatterV -> scatterv
2018-06-21 Christian Heinrich[TRACING] Rename TIT action waitAll -> waitall
2018-06-21 Christian Heinrich[TRACING] allGatherV -> allgatherv
2018-06-21 Christian Heinrich[SMPI] Code changes for allReduce -> allreduce
2018-06-21 Christian Heinrich[REPLAY] Update replay.hpp
2018-06-21 Christian Heinrich[SMPI] Replay: Cosmetics -- Fix wrong indentation
2018-06-21 Christian Heinrich[SMPI] Replay: Make the 'storage' variable static
2018-06-21 Christian Heinrich[SMPI] Replay: Move XBT_LOG_NEW_... statement to the top
2018-06-21 Christian Heinrich[SMPI] Replay: Add/remove headers
2018-06-21 Christian Heinrich[SMPI] Groups: Remove old rank2index map
2018-06-21 Christian Heinrich[SMPI/INSTR] Trace MPI_Wait() calls correctly
2018-06-19 Arnaud GierschParameter is not used.
2018-06-19 Arnaud GierschKill unused static function.
2018-06-19 Arnaud GierschKill unused parameter.
2018-06-18 Arnaud GierschFactorize duplicated declarations.
2018-06-18 Arnaud GierschMissing extern "C" in smpi_helpers.h.
2018-06-18 Augustin Degommetry to find a portable way to print off_t
2018-06-18 degommeReplace smpi/privatize-lib by smpi/privatize-libs,...
2018-06-18 degommefix missing include
2018-06-18 degommeAdd option smpi/privatize-lib to add extra library...
2018-06-18 Augustin DEGOMME... add support fort getopt_long_only, as mpimemu uses it
2018-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-06-13 Arnaud GierschMerge branch 'master' of ssh://scm.gforge.inria.fr...
2018-06-13 degommesimplify tracing of MPI_Test. Add tracing for Testall...
2018-06-13 Christian Heinrich[SMPI] Move instr_find_color to C++
2018-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-08 Arnaud GierschCompleted request was already nulled in Request::waitan...
2018-06-08 Arnaud GierschMPI_Wait*: fix tracing related memory leaks.
2018-06-08 Arnaud GierschMPI_Waitany: set completed request to null.
2018-06-06 Augustin Degommeyes another attempt
2018-06-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-06-06 Augustin Degommeadd back tracing of communications in wait/waitany...
2018-06-01 Arnaud GierschEnsure that the terminating nul byte is also copied.
2018-06-01 Christian Heinrich[SMPI] Cosmetics: ! -> not
2018-05-27 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
2018-05-27 Arnaud GierschConvert enum shared_malloc_type to enum class.
2018-05-27 Arnaud GierschConvert enum smpi_process_state to enum class.
2018-05-27 Augustin Degommefix issue where some end of recv events were not genera...
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next