Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docker: fix the build of images for simgrid stable
[simgrid.git] / src / smpi / mpi /
2019-05-14 Augustin DegommeOn some systems, sqrt(int) is not defined properly...
2019-05-14 Augustin Degommeadd some debug messages to MPI_Testany
2019-05-14 Augustin Degommebefore matching message sent with MPI_ANY_SOURCE, check...
2019-05-14 Augustin DegommeDon't use positive tags for internal messages.
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-05-01 Augustin Degommeget out before dereferencing null pointer in this case
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-29 Arnaud GierschConstify third parameter of smpi::Op::apply, and save...
2019-04-26 Augustin DegommeMPI_Comm_dup_with_info
2019-04-26 Augustin Degommesome forgotten consts
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-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-23 degommeUse what was previously added, and fix broken tests
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 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 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 Degommechange verbosity of some messages, to ease testing
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_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_Count can be used in ops too.
2019-04-14 Augustin DegommeMPI_Comm_get_info, MPI_Comm_set_info
2019-04-14 Augustin DegommeSupport MPI3 datatype MPI_Count
2019-04-13 Augustin Degommeyet another attempt to handle MPI special values in...
2019-04-11 Arnaud GierschMemory leaks.
2019-04-08 degommeFix fortran f2c.
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommesome potentially useful debug messages
2019-04-04 degommeAdd checks for comms and datatypes as well
2019-04-04 degommeAdd plenty more checks to MPI collectives, to comply...
2019-04-03 Arnaud Giersch[scan-build] Assert that there is no memory leak here.
2019-04-03 Arnaud Giersch[sonar] Declare one identifier per statement.
2019-04-03 Arnaud Giersch[cppcheck] Reduce scope for variables.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschUseless parentheses.
2019-04-02 Arnaud GierschUse bool for boolean values.
2019-04-02 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-01 Augustin DegommeMPI_Iallreduce
2019-04-01 Augustin DegommeAdd MPI_Ireduce
2019-04-01 Augustin Degommeadd a refcount for MPI_Op
2019-03-29 degommeactivate another test.. and fix a stupid bug
2019-03-29 degommeactivate a test to improve coverage a bit
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-16 Arnaud GierschCosmetics.
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-12 Frederic Sutermv ActorImpl where it belongs
2019-03-11 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-11 Frederic SuterSimplifications
2019-03-01 Arnaud GierschAvoid shadowing outer variables.
2019-02-22 Frederic Suterdo not use xbt_mutex_t in SMPI
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschRemove superfluous refcounting.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-15 Frederic Suterfix build
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-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Christian Heinrich[SMPI] Fix iprobe bound
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-12-27 Martin QuinsonDrop sg_cmdline. Please use xbt_cmdline instead (+inclu...
2018-11-26 Frederic Suterlimit the conversion trick for non-replayable types...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-02 Christian Heinrich[SMPI] Add comments to explain variables
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Augustin DegommeHave attributes actually work in fortran... the horror
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-28 Augustin DegommeUpgrade MPICH collective selector to 3.3.
next