Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / smpi / include / private.hpp
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-03-20 Augustin Degommeadd finalizing state for smpi actor:
2022-01-24 Your Nameadd fortran bindings for smpi_file_get/set_size
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-09-30 Augustin DegommeAdd a simgrid barrier at the end of MPI_Init call.
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-23 Julien EMMANUELMake some SMPI functions public
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-11 Arnaud GierschUse 'std::vector' instead of a C-style array.
2021-06-10 Arnaud GierschMisc. Sonar smells.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Augustin Degommebetter check for mpi_datatype_null
2021-06-07 Augustin Degommecheck that we are not using RMA-reserved MPI_Op in...
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...
next