Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill trailing whitespaces in source code files.
[simgrid.git] / src / smpi / include /
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-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
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-08-07 Augustin Degommeallow smpi/init option in replay as well.
2021-08-05 Augustin Degommekill is_replayable() for datatypes.
2021-06-14 Augustin DegommeAdd smpi/pedantic flag to avoiding reporting controvers...
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
2021-06-11 Arnaud GierschUse 'std::vector' instead of a C-style array.
2021-06-10 Arnaud GierschMisc. Sonar smells.
2021-06-08 Arnaud GierschFix memleaks with MPI_*_get_info, when info is duplicated.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Augustin Degommecatch if MPI_Win_fence was only called once (not enough...
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 GierschSome int -> bool conversions (+ use of existing macro).
2021-06-02 Arnaud GierschDefine class SmpiBenchGuard, and use RAII to handle...
2021-05-31 Arnaud GierschHandle case where different groups are given to MPI_Win...
2021-05-31 Arnaud GierschExplicitly delete the copy constructor and copy assignm...
2021-05-28 Arnaud GierschFix refcount for Datatype_contents.
2021-05-26 Augustin DegommeCheck types matching in MPI communications.
2021-05-26 Augustin Degommekeep track of which datatype was duplicated, to be...
2021-05-26 Augustin Degommenothing old here, just the type ..
2021-05-25 Arnaud GierschPlug memleaks with Fortran bindings.
2021-05-25 Arnaud GierschFix refcounting of MPI keyvals when keyval_free is...
2021-05-25 Arnaud GierschSimplify a bit Keyval::attr_delete.
2021-05-25 Arnaud GierschDon't increase refcount when existing elem is overwritten.
2021-05-25 Arnaud GierschSave an indirection with smpi keyvals.
2021-05-25 Arnaud GierschPrefer using emplace() to insert() for smpi keyvals...
2021-05-25 Arnaud GierschMake smpi::Keyval::attribute() return a reference.
2021-05-25 Arnaud GierschNo need to test for attributes()->empty().
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-07 Augustin Degommenon blocking collectives : array->vector
2021-05-07 Augustin DegommeFix previous fix.
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-20 Arnaud Gierschaid_t for src and dst in smpi::Request.
2021-04-19 Arnaud GierschConst, once again.
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::rank(s4u::Actor*).
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschChange smpi::Group::set_mapping to take a pid.
2021-04-18 Arnaud GierschDefine new rank_to_pid_map_.
2021-04-18 Arnaud GierschIn smpi::Group, 'index' is in fact a PID. Fix type...
2021-04-18 Arnaud GierschPass large parameter by const reference.
2021-04-17 Arnaud GierschPointer-to-const parameters in smpi::Group.
2021-04-17 Arnaud GierschReduce code duplication (and fix bug in Group::difference).
2021-04-16 Arnaud GierschKill redundant member 'size_' from smpi::Group.
2021-04-16 Arnaud GierschMinor changes in smpi::Group.
2021-04-12 Arnaud GierschConst ref for std::string parameter.
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 GierschConst/override for member functions.
2021-04-07 Augustin Degommehide references to current_handle inside *.cpp file...
2021-04-06 Augustin Degommeappease clang
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 Degommeremove unwanted s4u include in all smpi files
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 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 Augustin Degommeset keyval to invalid after free
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 Arnaud GierschCosmetics.
2021-04-02 Arnaud GierschFunction doesn't exist.
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 DegommeAdd a deleted flag to keep track of invalid but not...
2021-03-19 Arnaud GierschMake Datatype::contents_ a private std::unique_ptr.
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-10 Augustin Degommeimplement MPI_File_set_size
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Augustin Degommechange the way MPI datatypes are declared.
2021-03-07 Augustin DegommeUse flags to handle cancellation instead of a tri-state int
2021-03-02 Augustin Degommeadd errhandlers support for mpi_comm_world
2021-03-02 Augustin Degommeadd leak checking for info and errhandlers
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-22 Arnaud Giersch[smpi] Use a std::unique_ptr for f2c_lookup_.
2021-02-19 Arnaud GierschFunctions are not overridden anymore.
next