Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize cabinet creation
[simgrid.git] / src / smpi /
2021-04-12 Arnaud GierschConst ref for std::string parameter.
2021-04-09 Augustin Degomme[ci-skip] we want to order by the largest first ..
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-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-08 Arnaud GierschUseless forward declaration.
2021-04-07 Arnaud GierschPrefer nullptr.
2021-04-07 Arnaud GierschConst/override for member functions.
2021-04-07 Augustin Degommeplease sonar
2021-04-07 Augustin DegommeDisplay leak origin in message, if -trace-call-location...
2021-04-07 Augustin Degommehide references to current_handle inside *.cpp file...
2021-04-06 Augustin Degommeappease 32 bits
2021-04-06 Augustin Degommeappease clang
2021-04-06 Augustin Degommechange the way we display leak types, skipping demangling
2021-04-06 Augustin Degommetry to improve handling of comm_self a bit.
2021-04-06 Augustin Degommefix for potentially empty names
2021-04-06 Augustin DegommeAdd the option to print origin of a failing handle.
2021-04-06 Augustin Degommeadd a name() to all F2C objects.
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 DegommeDon't add handles to the lookup for the sake of just...
2021-04-06 Augustin Degommeadd two fortran declarations
2021-04-06 Augustin DegommeAdd message to help improve backtrace
2021-04-06 Augustin Degomme\t removed
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 Degommeset keyval to invalid after free
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 Degommeoops.
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 Arnaud GierschFix null dereference.
2021-04-03 Arnaud GierschSort the list of leaks before print.
2021-04-03 Augustin Degommeavoid allocating comm_self if not needed
2021-04-03 Martin QuinsonTell when we have more leaked handles to display
2021-04-03 Martin QuinsonDisplay the leaked handles in the tests (using no_loc...
2021-04-03 Martin QuinsonCosmetics in an error message
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 Arnaud GierschA bool is OK in boolean context.
2021-04-02 Arnaud GierschCosmetics.
2021-04-02 Arnaud GierschFix count for SMPI leak report.
2021-04-02 Arnaud GierschFunction doesn't exist.
2021-04-02 Augustin DegommeMPI_BYTE has some specific requirements, and doesn...
2021-04-02 Augustin Degommereport the proper size on the receiver side, when its...
2021-04-02 Augustin Degommeselect proper errhandler when MPI_COMM_WORLD is duplicated
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 DegommeAdd a deleted flag to keep track of invalid but not...
2021-04-02 Augustin Degommefix size of allocated buffer
2021-04-02 Augustin DegommeImplement MPI_Comm_test_inter.
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-28 Augustin Degommetypo [noci]
2021-03-28 Augustin Degommeadd message when 0 bytes are allocated
2021-03-28 Augustin Degommeadd -analyze to smpirun to activate both smpi/display...
2021-03-28 Augustin Degommerename option,
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-26 Augustin Degommesupport MPI_CXX types.
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-22 Arnaud GierschMake SIMIX_comm_copy_data_callback a member of CommImpl.
2021-03-21 Augustin DegommeThis is the index, we want the rank for the underlying...
2021-03-20 Augustin Degommeextraneous chars
2021-03-20 Augustin Degommestatus can actually be MPI_STATUS_IGNORE
2021-03-19 Arnaud GierschMake Datatype::contents_ a private std::unique_ptr.
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-17 Arnaud GierschSonar wants separate declarations.
2021-03-14 Augustin Degommetry to match types correctly this time
2021-03-14 Augustin Degommethat was supposed to be removed now, thanks ubuntu...
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
2021-03-14 Augustin Degommedowngrade message to info level, it's usually not a...
2021-03-14 Augustin Degommeattempt to fix en issue when timing functions are calle...
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 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Augustin Degommemove MPI_COMM_WORLD to smpi_comm.cpp.
2021-03-08 Augustin Degommegeneralize previous change to other MPI predefined...
2021-03-08 Augustin Degommesonar is right here
2021-03-08 Augustin Degommechange the way MPI datatypes are declared.
2021-03-07 Augustin Degommedebug message --
2021-03-07 Augustin DegommeUse flags to handle cancellation instead of a tri-state int
2021-03-07 Augustin DegommeChange handling of MPI_PROC_NULL as a src or a dest.
next