Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / src / smpi / bindings /
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
2021-04-04 Augustin Degommechecks for PMPI_Type_create_subarray
2021-04-04 Augustin Degommecheck for alloc mem
2021-04-04 Augustin Degommecheck illegal in_place for gather/scatter
2021-04-04 Augustin Degommecheck ranks for probes/iprobes
2021-04-04 Augustin Degommeincrease rank checking for RMA comms
2021-04-03 Augustin Degommegroup inputs validation
2021-04-03 Augustin DegommeMPI_Abort : try to kill other processes from the commun...
2021-04-03 Augustin DegommeKeyvals : handle MPI_KEYVAL_INVALID
2021-04-03 Augustin DegommeErrhandler : inputs + cleanup
2021-04-03 Augustin DegommeAbort : check input, and remove fixme... Actual impleme...
2021-04-03 Augustin DegommeInit : dont just crash with asserts, return errors...
2021-04-03 Augustin Degommecomm, input validation
2021-04-03 Augustin Degommeuse MPI_COMM_WORLD errhandler if MPI_COMM_NULL is given
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-03 Augustin DegommePack_size is meant to return the upper bound of the...
2021-04-02 Augustin Degommerecv should return MPI_ERR_TRUNCATE
2021-04-02 Augustin Degommefail when trying to attach a buffer if one is already...
2021-04-02 Augustin Degommewhen the standard said "return" here, it was not meant...
2021-04-02 Augustin Degommewe need to check comm is not null before trying for...
2021-04-02 Augustin Degommefix size of allocated buffer
2021-04-02 Augustin DegommeImplement MPI_Comm_test_inter.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-20 Augustin Degommestatus can actually be MPI_STATUS_IGNORE
2021-03-10 Augustin Degommeimplement MPI_File_set_size
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschSonar wants one declaration per line.
2021-03-08 Augustin Degommesonar is right here
2021-03-07 Augustin DegommeChange handling of MPI_PROC_NULL as a src or a dest.
2021-03-06 Augustin DegommeAdd multiple unimplemented calls in smpi.h
2021-03-06 Augustin DegommeImplement MPI_Aint_add and MPI_Aint_diff
2021-03-06 Augustin Degomme"Implement" MPI_Type_get_extent_x, MPI_Type_get_true_ex...
2021-03-02 Augustin Degommeadd leak checking for info and errhandlers
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschEnforce usage of std::shared_ptr for TIData.
2021-02-19 Arnaud GierschWhitespaces!
2021-02-19 Augustin Degommefortran: avoid adding twice to lut, now that it's done...
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-18 Augustin Degommemore explicit messages when failing in RMA comms
2021-02-18 Augustin DegommeDie when attempting to free predefined operators.
2021-02-17 Augustin Degommeimprove error messages
2021-02-17 Augustin DegommeMPI_Comm_split cannot have a negative color (except...
2021-02-17 Augustin DegommeAdd checks on collectives to prevent incoherent inputs.
2021-02-17 Arnaud GierschRemove excess semicolon.
next