Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Begin filling in computations of ex(C) and en(C)
[simgrid.git] / src / smpi /
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-04 Arnaud GierschSimplify assertions.
2023-03-04 Augustin Degommeassume mmap is not functional for us on macos>=11 as...
2023-03-03 Martin QuinsonMove the implem of a function out of the header to...
2023-03-02 Martin QuinsonAllow to call SMPI_app_instance_start() once the simula...
2023-03-02 Arnaud GierschReplace memset(..., 0, ...) with zero-initialization.
2023-03-02 Arnaud GierschUseless assignments to local variable.
2023-03-01 Martin QuinsonNew function SMPI_app_instance_start() to easily start...
2023-03-01 Martin QuinsonTry to fix a fixme blindly, just in case it was easy
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Martin QuinsonMove the files related to the platform parsing to kerne...
2023-02-18 Martin QuinsonTwo more references of the surf/precision option name
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-17 Martin QuinsonUse surf_precision as a value for PMPI_Wtick
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschReduce scope for variables.
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-13 Arnaud GierschMake global variables "const".
2023-02-08 Arnaud GierschReduce scope for variables.
2023-01-13 Arnaud Giersch[smpi] Flush output streams after the run too.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-31 Martin QuinsonAlign the behavior of MC and MC_replay in SMPI, so...
2022-10-28 Arnaud GierschMore functions declared "const" (Sonar).
2022-10-27 Arnaud GierschRemove redundant cast (Sonar).
2022-10-23 Martin QuinsonMove FactorSet from smpi::utils to kernel::resource
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-22 Martin QuinsonInline the parse_factor function now that FactorSet...
2022-10-22 Martin QuinsonReduce the exposition of s_smpi_factor_t
2022-10-22 Martin Quinsonfurther refacto smpi_factors to reduce dupplication
2022-10-22 Martin QuinsonIntroduce class simgrid::smpi::utils::FactorSet to...
2022-10-22 Martin QuinsonReduce dupplication around smpi factors
2022-10-21 Martin QuinsonKill an unused declaration
2022-10-12 Arnaud GierschRemove redundant guard.
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-04 Arnaud GierschCoding style: prefer keyword "not" to "!".
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-29 Arnaud GierschCosmetics: parameter is obviously not empty.
2022-09-28 Lucas NesiRemove old fPIC placement
2022-09-28 Lucas NesiEnsure a fPIC in case CMDARGS has a fPIE
2022-09-16 Arnaud GierschInitialize all members (PVS V730).
2022-09-16 Arnaud GierschUseless assignment (PVS V1048).
2022-09-16 Arnaud GierschUse existing function.
2022-09-16 Arnaud GierschUse existing macros (and fix error code).
2022-08-25 Arnaud GierschDeclare functions "const" (sonar).
2022-08-22 Arnaud GierschKill redundant blank lines (codefactor.io)
2022-08-09 Augustin Degommeremove spurious debug message and warning
2022-08-09 Augustin Degommemultiple attemps to tune behavior of read/write_all
2022-08-09 Augustin Degommefix mpi_file set/get view to set shared pointer properl...
2022-08-09 Augustin Degommeupdate file pointer to match shared one after shared...
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 Degommeintercept getpid call in SMPI, to provide internal...
2022-08-09 Augustin Degommeimplement MPI_File_get_type_extent, MPI_File_s/get_atom...
2022-07-25 Augustin Degommemore protection for non linux builds
2022-07-25 Augustin DegommeDisable mmap privatization if MUSL is detected, as...
2022-07-22 Augustin DegommeMerge branch 'adegomme-master-patch-16995' into 'master'
2022-07-22 Augustin DegommeSMPI/replay: Fix issue with recv of size =0.
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-20 chaixQuick and dirty support of SendRecv in time-independent...
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonAdd a function to determine whether SMPI is currently...
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-06-01 Arnaud GierschCall smpi_mpi_init before smpi_bench_begin.
2022-06-01 Arnaud GierschVarious small fixes.
2022-05-30 Arnaud GierschAdd default value for every member variable (useful...
2022-05-12 Arnaud GierschReduce scope for variables.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-09 Arnaud GierschStructured binding here too.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-06 Arnaud GierschSlighly improve readbility.
next