Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MPI init: inline a function and various small cleanups
[simgrid.git] / src / smpi / include /
2019-07-31 Martin QuinsonMPI init: inline a function and various small cleanups
2019-07-31 Martin Quinsonsmpi::ActorExt: this constructor parameter is not used
2019-07-31 Martin QuinsonMPI init: inline a function
2019-07-31 Martin QuinsonSMPI init: stringify and rename a variable
2019-07-29 Martin Quinsonkill smpi_process_count(), use smpi_get_universe_size...
2019-07-26 Augustin DegommePartially revert 2b4dcee56 and activate a test.
2019-07-26 Augustin DegommeChange a bit F2C handling
2019-07-24 Augustin Degommetake care of some C/Fortran discrepancies
2019-07-17 Augustin DegommeHave the communicators created together share a unique ID.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-06-21 Augustin Degommeremove spurious ;
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
2019-04-30 Augustin Degommecleanup split_type to avoid leaks.
2019-04-30 Augustin Degommecleanup dup_with_info to avoid leaking in some cases
2019-04-30 Arnaud Giersch[sonar] Use unsigned char* for smpi buffers.
2019-04-30 Arnaud GierschUse C++ memory operators for smpi buffers.
2019-04-29 Arnaud GierschConstify third parameter of smpi::Op::apply, and save...
2019-04-26 Augustin Degommesome forgotten consts
2019-04-26 Augustin Degomme(painfully) constify colls.
2019-04-26 Augustin Degommeconstify MPI_Win*
2019-04-26 Augustin Degommeconstify MPI_Request*
2019-04-26 Augustin Degommeconstify MPI_Datatype*
2019-04-26 Augustin Degommeconstify MPI_Topo*
2019-04-26 Augustin Degommeconstify MPI_File*
2019-04-26 Augustin Degommeconstify MPI_Group*
2019-04-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-26 degommeMPI3 changed MPI interface to use const everywhere...
2019-04-23 degommeMPI_File_get_size, MPI_File_get_amode, MPI_File_get_gro...
2019-04-19 degommeleaks --
2019-04-19 Martin Quinsonplease sonar
2019-04-18 Augustin Degommeplease sonar
2019-04-18 Arnaud GierschUse std::vector instead of plain arrays in smpi_topo.
2019-04-18 Augustin Degomme32 bits insists of having some timestamps off by 1us...
2019-04-18 Augustin Degommebe cleaner with memory
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin DegommeChange how we lock things up ...
2019-04-18 Augustin Degommecleanups debug messages for read_all write_all
2019-04-17 Augustin Degommecomments about implem
2019-04-17 Augustin DegommeMPI_File_read_shared, MPI_File_write_shared, MPI_File_r...
2019-04-17 Augustin DegommeMPI_File_set_info, MPI_File_get_info, MPI_File_get_position
2019-04-17 Augustin DegommeRead_all, Write_all, Read_at_all, Write_at_all
2019-04-17 Augustin DegommeRead_at, Write, Write_at
2019-04-17 Augustin DegommeTest using macros for arguments checking, saves some...
2019-04-15 degommeread, seek + init
2019-04-14 Augustin DegommeSkeleton for MPI_IO
2019-04-14 Augustin DegommeMPI_INFO_ENV ... Still does nothing for now
2019-04-14 Augustin DegommeMPI_Comm_get_info, MPI_Comm_set_info
2019-04-13 Augustin Degommeyet another attempt to handle MPI special values in...
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-06 Augustin Degommemost linuxes seem to prefer resetting this value at...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommeFix getopt for BSD systems
2019-04-04 degommeAdd plenty more checks to MPI collectives, to comply...
2019-04-04 Arnaud Giersch[sonar] Remove useless commented lines of code.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 degommeadd some coverage in fortran bindings
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschUse bool for boolean values.
2019-04-02 degommeplease clang
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-01 Augustin Degommeadd a refcount for MPI_Op
2019-04-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-31 Augustin Degommethat helper was completely unnecessary... as mpi_wait...
2019-03-29 degommefactorize
2019-03-29 degommeAdd MPI_Alltoallw and MPI_Ialltoallw
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeTest of an MPI_Ibarrier implementation.
2019-03-28 degommeAdd MPI_Request_get_status, MPI_Status_set_cancelled...
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-03-21 Arnaud GierschUncomment constant definition, even though currently...
2019-03-13 Frederic Sutercleanups in smpi, mostly cosmetic stuff and indent
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Frederic SuterSimplifications
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-15 Arnaud GierschUse const references for parameters.
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-10-27 Martin QuinsonRevert "Fix multiple memleaks in the replay of multiple...
2018-10-24 Martin QuinsonFix multiple memleaks in the replay of multiple SMPI...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Augustin Degommefix warnings
2018-09-25 Augustin DegommeHave attributes actually work in fortran... the horror
2018-09-25 Augustin Degommeget was done, now fix set
2018-09-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-22 Augustin Degommereturn the correct value in MPI_get_attr and friends...
next