Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove a global variable, and use a static to remember if smpi_main is running.
[simgrid.git] / src / smpi / include / private.hpp
2021-06-04 Arnaud GierschRemove a global variable, and use a static to remember...
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-04 Bruno DonassoloMoving SMPI app deployment to C++ code
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-07 Augustin DegommeProperly terminate non blocking collective requests...
2021-04-20 Arnaud GierschGlobal--.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-19 Arnaud GierschConst, once again.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-09 Augustin Degommetry to be preemptive about 32 bits complaints
2021-04-09 Augustin DegommeAdd initialization/finalization check at each call.
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeremove unwanted s4u include in all smpi files
2021-04-06 Augustin Degommeadd two fortran declarations
2021-04-06 Augustin Degomme\t removed
2021-04-04 Augustin Degommechecks for PMPI_Type_create_subarray
2021-04-04 Augustin Degommecheck illegal in_place for gather/scatter
2021-04-04 Augustin Degommeincrease rank checking for RMA comms
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-03 Augustin Degommevalidate that MPI_Op can be applied at entrance of...
2021-04-02 Arnaud GierschA bool is OK in boolean context.
2021-04-02 Augustin DegommeAdd a deleted flag to keep track of invalid but not...
2021-03-07 Augustin DegommeUse flags to handle cancellation instead of a tri-state int
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-18 Augustin Degommedon't mark as truncated probe requests (and get rid...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschUse a local variable, and hope to fix PVS-studio warning.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-05-27 Augustin DegommeMPI IO: now with more fortran bindings
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Augustin Degommeadd smpi_execute_flops_benched call
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Augustin Degommeadd some fortran bindings, useful for bigdft
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-10 Augustin Degommeplease sonar and codefactor
2019-12-10 Augustin Degommeplease sonar
2019-12-10 Augustin Degommeinput sanitization continued.
2019-12-09 Augustin DegommeUnify input checking using shared macros. Avoid repeati...
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschFactor code to get and resize temporary shared mem...
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 Degommehelp mc initialize smpi options.
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-03 Augustin DegommeAdd call_location to ti-trace and replay as well.
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-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-20 Augustin DegommeMerge branch 'trace_smpi_execute_flops' into 'master'
2019-08-20 Faure Adrienfix bad private function location
2019-08-18 Augustin Degommedisalign tags for collectives from their nonblocking...
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-01 Martin QuinsonSMPI: redesign the end of actors/ranks' lifetime
2019-08-01 Martin Quinsonsort out the functions on MPI init/fini
2019-07-31 Martin QuinsonMPI init: inline a function and various small cleanups
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-24 Augustin Degommetake care of some C/Fortran discrepancies
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud GierschKill never implemented option "model-check/snapshot_fds".
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-13 Augustin Degommeyet another attempt to handle MPI special values in...
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 degommefunctioning MPI_Comm_get_name, MPI_Comm_set_name
2019-04-02 degommenon blocking collectives, now for fortran edition.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-28 degommeAdd "some" other nonblocking collectives
2019-03-28 degommeSimple implementation of generalized requests in MPI.
2019-03-21 Arnaud GierschUncomment constant definition, even though currently...
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
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-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 Degommeget was done, now fix set
next