Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / smpi / bindings /
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-10 Martin QuinsonOnly add a barrier to 8 collectives. The other ones...
2022-10-10 Martin QuinsonNew option to detect dangerous code mixing collectives...
2022-10-06 Augustin DegommeMerge branch 'adegomme-master-patch-91657' into 'master'
2022-10-06 Augustin DegommeSMPI: add option to inject a barrier before every colle...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-03 Augustin DegommeDon't crash simulation if size is 0 in sendrecv_replace...
2022-10-03 Augustin DegommeMPI_Win: set to MPI_WIN_NULL after deletion to avoid...
2022-09-16 Arnaud GierschUse existing function.
2022-09-16 Arnaud GierschUse existing macros (and fix error code).
2022-08-09 Augustin Degommeseek and other calls must use number of elements and...
2022-08-09 Augustin Degommesmpi io: restore position after calls which should...
2022-08-09 Augustin Degommeimplement MPI_File_get_type_extent, MPI_File_s/get_atom...
2022-06-01 Arnaud GierschCall smpi_mpi_init before smpi_bench_begin.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-04 Arnaud GierschNested conditional operators are not Sonar-compliant...
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-20 Martin Quinsonsmall sonar fixes
2022-03-20 Augustin DegommeHave MPI collectives display their root and MPI_Op...
2022-03-20 Augustin Degommeadd check for collectives, using check_collectives_orde...
2022-03-20 Augustin Degommeadd finalizing state for smpi actor:
2022-03-20 Augustin DegommeMPI Win: add check if we try to delete a locked or...
2022-03-19 Augustin Degommeuse correct type
2022-03-19 Augustin DegommeSMPI: add check for buffer size in windows creation...
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschCosmetics: whitespaces and empty statement.
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin Degommefix test action ti-tracing, it needs to behave like...
2022-01-24 Your Nameadd fortran bindings for smpi_file_get/set_size
2022-01-10 SUTER Fredericc++-ify interface to instr
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2021-12-29 Augustin DegommeTI tracing. Fix source/destination rank in trace, in...
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-07 Augustin Degommetry to have reduce_scatter output identically on re...
2021-08-07 Augustin Degommeoops, maxsize was needed here.
2021-08-07 Augustin Degommereplay : add actions scan and exscan
2021-08-07 Augustin Degommemultiple fixes for replay
2021-08-07 Augustin Degommesecure collectives against some allowed uninitialized...
2021-08-07 Augustin Degommeensure alltoallv tracing/replay/tracing again is coherent.
2021-08-06 Augustin Degommeswitch from pid to rank for ti-tracing the wait action
2021-08-06 Augustin DegommeOther fix for #78 : Fortran logical and MPI_LOGICAL...
2021-08-05 Augustin Degommeimprove iterations to fill vectors
2021-08-05 Augustin Degommekill is_replayable() for datatypes.
2021-08-05 Augustin DegommeFix for fg #78 : allotallv/w tracing was reporting...
2021-07-16 Arnaud Giersch[lgtm] Ensure that the type casting is done before...
2021-07-13 Arnaud Giersch[sonar] Less implicit conversions.
2021-06-14 Augustin Degommeset this error added in 9d5b713b1 as a pedantic one...
2021-06-10 Arnaud GierschSuperfluous blank lines.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Augustin Degommeprotect type_creation routines against null pointers...
2021-06-07 Augustin Degommecatch if MPI_Win_fence was only called once (not enough...
2021-06-07 Augustin Degommeget_accumulate: if MPI_NO_OP is specified, origin*...
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-03 Arnaud GierschUseless test; TODO--.
2021-06-02 Arnaud GierschSome int -> bool conversions (+ use of existing macro).
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-06-01 Arnaud GierschAdd missing calls to smpi_bench_begin() on error paths.
2021-05-28 Arnaud GierschAllow null ranks for MPI_Group_incl when n == 0.
2021-05-27 Augustin DegommeAdd flag to provide an optional barrier in MPI_Finalize.
2021-05-25 Arnaud GierschPlug memleaks with Fortran bindings.
2021-05-25 Arnaud GierschReview allocation of MPI attributes with Fortran bindings.
2021-05-25 Arnaud GierschFix parameter names.
2021-05-10 Arnaud GierschReduce code duplication.
2021-05-07 Augustin DegommeProperly terminate non blocking collective requests...
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-19 Arnaud GierschMore int -> aid_t.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Arnaud GierschPlug memory leak.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Arnaud GierschFinally rename smpi::Group::actor_pid() back to actor().
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschKill a TODO (-1 is correct for an invalid PID).
2021-04-18 Arnaud GierschMPI_SOURCE is a rank; src_traced should be a PID.
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-06 Augustin Degommetry to improve handling of comm_self a bit.
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeoops
2021-04-06 Augustin Degommesame for win, get_info needs a copy.
2021-04-06 Augustin Degommeremove unwanted s4u include in all smpi files
2021-04-06 Augustin Degommeget_info calls actually must return a copy.
2021-04-06 Augustin Degommegeneralize mark_as_deleted call
2021-04-06 Augustin Degommeadd two fortran declarations
2021-04-06 Augustin DegommeAdd message to help improve backtrace
2021-04-06 Augustin Degommeprint backtrace when we exit due to an MPI failure
next