Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'depencencies' of https://framagit.org/simgrid/simgrid into depencencies
[simgrid.git] / src / smpi / mpi /
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables in smpi::Comm too.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Arnaud GierschCosmetics: use empty parentheses for new std::container.
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-20 Arnaud GierschEnsure malloc is not called with a size of 0.
2019-12-20 Arnaud Giersch[sonar] A single statement should not have more than...
2019-12-18 Frederic Sutercodefactor: reduce complexity in s4u_FileSystem.cpp
2019-12-16 Arnaud GierschReduce code duplication.
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-12 Arnaud GierschFix refcounting of smpi::Errhandler.
2019-12-12 Arnaud GierschFix refcounting of smpi::Info.
2019-12-12 Arnaud GierschLink Topo and Comm in both directions, and fix memory...
2019-12-12 Arnaud Giersch[sonar] Unused parameters.
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-10 Augustin Degommeactivate tests.
2019-12-10 Augustin Degommeappend / to mountpoint when generated
2019-12-10 Augustin DegommeMPI_STATUS_IGNORE = null, actually.
2019-12-10 Augustin DegommeAllow to use non absolute path in MPI IO.
2019-12-09 Augustin Degommeplease codefactor
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommeleak--
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Augustin Degommeenhance shared tests to validate comms are skipped
2019-11-28 Augustin DegommeTry to have a real mpi_cart_sub
2019-11-26 Augustin DegommeAvoid copying data if it comes from/to a shared buffer...
2019-11-24 Arnaud GierschMemory leak--
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-16 Martin Quinsonsmpi: many classes died tonight, but that will save...
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschNo, scan-build, there is no memory leak here.
2019-10-24 Frederic Suterboss not happy, partial revert
2019-10-24 Frederic Sutermake HostImpl::actor_list_ private
2019-10-24 Frederic Sutersome process to actor renaming
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Arnaud GierschFix another dead store caught by cppcheck.
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschCosmetics: useless negation.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Arnaud Giersch[sonar] Put parentheses around macro parameters.
2019-09-26 Arnaud GierschThere's no more need for ActorPtr there.
2019-09-25 Arnaud GierschUse plain pointers in internal structures, and hopefull...
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-24 Augustin Degommeadd MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_a...
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-27 Arnaud Giersch[cppcheck] Reduce scope for variable.
2019-08-20 Augustin DegommeMerge branch 'trace_smpi_execute_flops' into 'master'
2019-08-19 Augustin DegommeFor File, we can change the default error handler by...
2019-08-19 Augustin DegommeUnlike errors on communicators and windows, the default...
2019-08-18 Augustin DegommeDon't return an error when a key is not found in an...
2019-08-18 Augustin Degommeset default error handler to MPI_ERRORS_ARE_FATAL,...
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-10 Martin Quinsonreduce the use of simcall_process_sleep() -> this_actor...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-26 Augustin Degommeactivate a fortran test
2019-07-26 Augustin Degommestandard says : "The names attached to opaque objects...
2019-07-26 Martin Quinsonsmpi: cut some includes
2019-07-26 Augustin DegommeChange a bit F2C handling
2019-07-24 Augustin Degommedon't test on a cancelled comm
2019-07-22 Augustin Degommebetter handling of some datatypes in fortran
2019-07-18 Augustin DegommeActivate some OP tests, and add some optional (stupid...
2019-07-18 Augustin DegommeOnly wait on active requests (not null and not finished)
2019-07-18 Augustin DegommeFix the fix of the fix of testsome.
2019-07-18 Augustin DegommeStatus must be given for a detached request. But not...
2019-07-17 Augustin DegommeHave the communicators created together share a unique ID.
2019-07-02 Arnaud GierschDeprecate legacy xbt_ex; kill xbt_errcat_t.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
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*
next