Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[config] some declare_flag to Flag
[simgrid.git] / src / smpi /
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonKill a useless static function
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-10 Arnaud GierschUse std::function for smpi_comm_copy_data_callback.
2022-03-09 Martin Quinsonfurther simpify the MC initialization on app side
2022-03-08 Arnaud GierschMark all of simix.h as deprecated.
2022-03-06 Martin Quinsonsonar fixes and little cleanups
2022-03-04 Martin QuinsonReimplement s4u::Barrier natively, and make them visibl...
2022-03-03 Augustin Degommeput back s4u barrier for MC only (untested)
2022-03-03 Augustin DegommeSMPI. RMA: get rid of the s4u barrier, use an MPI one...
2022-03-03 Arnaud GierschPolish previous fix.
2022-03-03 Arnaud GierschMake smpi compilation script work when there are spaces...
2022-03-02 Arnaud GierschRename method for consistency.
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-25 Augustin Degommeleak--
2022-02-23 Augustin Degommeavoid going back to complex selector and switch to...
2022-02-23 Augustin Degommemore tab2spaces
2022-02-23 Augustin Degommetab to spaces
2022-02-23 Augustin Degommeappease clang
2022-02-23 Augustin Degommethese are all pretty much allright, actually ...
2022-02-23 Augustin Degommeadd openmpi scatter linear_nb algorithm
2022-02-23 Augustin Degommeadd butterfly algorithm from openmpi
2022-02-23 Augustin Degommepending implementation of new algorithms (see fixme...
2022-02-22 Augustin DegommeUpdate OMPI selector.
2022-02-18 Martin QuinsonAdd the MPI tag to the Send/Recv Transitions
2022-02-16 Arnaud GierschUse type 'bool' for boolean variables.
2022-02-16 Arnaud GierschOne less implicit conversion (sonar).
2022-02-08 SUTER Fredericsimplify calls to CommImpl::isend and CommImpl::irecv
2022-02-06 SUTER Frederictest and testany are non blocking simcalls
2022-02-05 SUTER Fredericback to normal ... keep progressing towards modern...
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 SUTER Fredericlet SMPI use old simcalls for now
2022-02-03 SUTER Fredericmake isend and irecv observable (except for irecv in...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschReduce depth of nested 'if' statements (sonar).
2022-02-01 Arnaud GierschCosmetics: whitespaces and empty statement.
2022-02-01 SUTER FredericStart to modernize the remaining old simcalls related...
2022-02-01 Augustin Degommefix waitall handling in SMPI replay.
2022-01-31 Arnaud GierschMerge branch 'stable'
2022-01-31 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-30 Augustin DegommeSMPI: enforce MPI message ordering. Fix #100 (hopefully)
2022-01-30 Augustin Degommefix test action ti-tracing, it needs to behave like...
2022-01-25 Arnaud GierschFix git-version in smpi scripts.
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
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-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-12-07 Bruno DonassoloSonar code smells
2021-12-06 Bruno DonassoloSMPI network calibration: tutorial
2021-10-27 SUTER Fredericreindent file
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-27 SUTER Frederic[sonar] use shared_ptr instead of new/delete
2021-10-26 Arnaud GierschMove smpi_replay.hpp in private section.
2021-10-26 Arnaud GierschAdd default value for variable TRACE_CALL_LOCATION...
2021-10-25 Augustin Degommesomehow smpif90 was not handling trace_call_location...
2021-10-25 Augustin Degommefortran: don't generate temporary files when not necessary.
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-05 Arnaud GierschSetup argc/argv for the Fortran run-time environment...
2021-10-02 Arnaud GierschUse 'auto' with functions returning iterators [sonar].
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-30 Augustin DegommeMC does not like mutexes, so disable the barrier for it.
2021-09-30 Augustin DegommeAdd a simgrid barrier at the end of MPI_Init call.
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-28 Arnaud GierschFix memory leak when smpi_exit is called.
2021-09-27 Augustin Degommeuse a more simgrid-y way of telling the compiler that...
2021-09-27 Augustin DegommeMark the smpi_exit call as noreturn, and really kill...
2021-09-26 Augustin DegommeIntercept exit() to avoid killing simulations too early...
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-23 Julien EMMANUELMake some SMPI functions public
2021-09-20 SUTER Frederictry to reduce calls to get_instance and plug some leaks
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-17 SUTER Frederictransfer some parts of the initialization from SIMIX_gl...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-03 SUTER Fredericforgot one access to now private field
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-16 SUTER Fredericmodernize SIMIX_comm_set_copy_data_callback
2021-08-10 Augustin Degommefix potential leak in replay, as a temporary buffer...
2021-08-10 Augustin Degommesomehow the wrong tag was used for these colls.
2021-08-07 Augustin Degommetry to have reduce_scatter output identically on re...
2021-08-07 Augustin Degommeallow smpi/init option in replay as well.
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 Degommefix issues in replay of scatter and scatterv
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 Degommeprevious ti-tracing improvement for bcast and reduce...
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 Degommereplay: small changes to avoid discrepencies when traci...
2021-08-05 Augustin Degommeallow the use of cfg=smpi/finalization-barrier for...
2021-08-05 Augustin Degommeimprove iterations to fill vectors
next