Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move SMPI config to smpi_config.cpp file.
[simgrid.git] / src / smpi / internals / smpi_global.cpp
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-12-02 Augustin DegommeFix issue with copy avoidance, which was merely working...
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Augustin Degommeenhance shared tests to validate comms are skipped
2019-11-26 Augustin DegommeIgnore copies in plain shared_mallocs.
2019-11-19 Martin QuinsonChange smpi::Colls static class into a namespace of...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-04 Frederic Suteruser data should stay in user space
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-17 Frederic SuterMerge branch 'master' into disk
2019-09-16 Martin Quinsonremove another pimpl in smpi initialization
2019-09-16 Martin Quinsonsmpi: get ride of process_data and use a regular Extension
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-18 Martin QuinsonApply the default settings of 'smpi/buffering' too
2019-08-10 Martin Quinsonreduce the use of simcall_process_sleep() -> this_actor...
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-08-01 Martin Quinsonsort out the functions on MPI init/fini
2019-08-01 Martin Quinsonsmall simplification of MPI initialization
2019-08-01 Martin QuinsonMPI: we don't mess with argc/argv anymore nowadays
2019-07-31 Martin QuinsonI'd like to turn process_data into a regular extension...
2019-07-31 Martin QuinsonSMPI: prefer xbt_assert to 'if () xbt_die'
2019-07-31 Martin Quinsonsmpi::ActorExt: this constructor parameter is not used
2019-07-29 Martin Quinsonkill smpi_process_count(), use smpi_get_universe_size...
2019-07-29 Martin Quinsonsmpi: some useless cleanups while I read this code
2019-07-24 Martin QuinsonDon't whine that smpi/host-speed was not set in MC...
2019-07-03 Arnaud Giersch[sonar] Replace "std::function" by a template parameter.
2019-07-03 Arnaud Giersch[sonar] Move all #include directives before any code...
2019-06-21 Augustin Degommeunused
2019-06-21 Augustin Degommeadd haiku support. Because why not.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Arnaud GierschDon't take buffer on stack, 4M may be too big.
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-15 Augustin Degommesay mmap is not ready for privatization in SunOS.
2019-05-07 Frederic Sutercosmetics: make more fields private
2019-05-02 Arnaud GierschUpdate URLs (FG #1).
2019-04-24 Arnaud Giersch[sonar] Unused function parameters.
2019-04-23 Arnaud GierschMove some includes where they are used.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-15 degommeread, seek + init
2019-04-14 Augustin DegommeMPI_INFO_ENV ... Still does nothing for now
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 degommeSpring cleaning : remove manual privatization from...
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-16 Arnaud GierschCosmetics.
2019-03-11 Arnaud GierschMore references for parameters of type std::function.
2019-03-01 Arnaud GierschStop setting random seed at initialization.
2019-02-27 Arnaud GierschReplace #define with constexpr declarations.
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-06 Arnaud GierschRewrite smpi_copy_file() again.
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Arnaud GierschCosmetics.
2019-02-05 Arnaud GierschReduce scope for variable 'rank'.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-11 Arnaud GierschSlightly simplify logic.
2019-01-08 Martin Quinsons/HAVE_SENDFILE/SG_HAVE_SENDFILE/
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-04 Martin Quinsonuse strncpy instead of strcpy to please sonar
2018-11-28 Millian Poquet[smpi] smpi::Host ext init: smpi_main -> SMPI_init
2018-11-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-11-21 Martin QuinsonMerge pull request #316 from bcamus/master
2018-11-21 Martin QuinsonMerge pull request #314 from simgrid/smpi-args-cleanup
2018-11-16 Millian Poquet[smpi args cleanup] internal changes for clean-up
2018-10-16 Arnaud GierschDisable mmap on kFreeBSD too.
2018-10-16 Arnaud GierschSendfile may be unimplemented. Try again when it retur...
2018-10-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-13 Arnaud GierschUse PRIdMAX instead of %jd.
2018-10-13 Arnaud GierschFix format string.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-10-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-05 Arnaud GierschRemove features marked with DEPRECATED_v322.
2018-09-24 Arnaud GierschRTLD_DEEPBIND is not supported by sanitizers.
2018-09-19 Arnaud GierschRevert "Remove usage of RTLD_DEEPBIND."
2018-09-19 Arnaud GierschTarget_libs may be multiple.
2018-09-18 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-18 Arnaud GierschRemove usage of RTLD_DEEPBIND.
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-09-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-10 Augustin DegommeAllow insertion of time inside gettimeofday and clock_g...
2018-09-10 Martin Quinsonmove smpi_mpi_wtime near to the other time-related...
2018-08-13 Arnaud GierschVariable may be unused.
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-10 Arnaud GierschForgot that ifort needs argv to stay alive.
2018-08-10 Arnaud GierschAnother try to fix memory leaks in smpi_run_entry_point.
2018-08-10 Arnaud GierschVariables are not used with SMPI_FORT.
next