Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S(A)MPI] Add copyright header
[simgrid.git] / src / smpi /
2018-10-02 Christian Heinrich[S(A)MPI] Add copyright header
2018-10-02 Arnaud GierschSonar cosmetics.
2018-10-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-10-01 Arnaud GierschClang's address sanitizer is not compatible with -Wl...
2018-09-25 Martin QuinsonMerge pull request #302 from mpoquet/rename-s4u-synchro...
2018-09-25 Augustin Degommesend warning here instead of debug
2018-09-25 Augustin Degommefix warnings
2018-09-25 Augustin DegommeHave attributes actually work in fortran... the horror
2018-09-25 Augustin Degommeget was done, now fix set
2018-09-25 Augustin Degommeprotect against failed get
2018-09-24 Arnaud GierschRestore CMDARGS before LINKARGS (commit 11c619824e2acd3...
2018-09-24 Arnaud GierschRTLD_DEEPBIND is not supported by sanitizers.
2018-09-24 Arnaud GierschCosmetic rename.
2018-09-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-09-23 Augustin Degommelet's not use useless casts
2018-09-22 Augustin Degommereturn the correct value in MPI_get_attr and friends...
2018-09-21 Augustin Degommepass linkargs before cmdargs to avoid overriding a...
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-18 Martin Quinsonsmpirun: make sure that <cluster is on its own line...
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-09-10 Martin Quinsonalign doc and code on a more sensible value
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 Martin QuinsonImprove option smpi/wtime
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-28 Augustin Degommeupdate ompi selector as well with "recent" version
2018-08-28 Augustin DegommeUpgrade MPICH collective selector to 3.3.
2018-08-28 Augustin DegommeFix https://github.com/simgrid/simgrid/issues/294
2018-08-25 Martin QuinsonPlease people, stop including internal_config.h in...
2018-08-25 Martin QuinsonRename simgrid::exception into simgrid::Exception
2018-08-24 Martin Quinsonmerge xbt/ex.hpp into simgrid/exception.hpp
2018-08-13 Arnaud GierschVariable may be unused.
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
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.
2018-08-10 Arnaud GierschAdd include guard.
2018-08-10 Arnaud GierschRevert "try to get rid of linking issue"
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Augustin Degommetry to get rid of linking issue
2018-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-09 Christian Heinrich[SMPI] Remove TRACE_smpi_send_process_data_in & _out
2018-08-09 Christian Heinrich[SMPI/LB] Require an actor as argument for get_mapping
2018-08-08 Christian Heinrich[SMPI/LB] Remove trailing spaces
2018-08-08 Christian Heinrich[SMPI/LB] Not the object is const, but the pointer
2018-08-08 Christian Heinrich[SMPI/LB] Remove commented-out function calls
2018-08-08 Christian Heinrich[SMPI/LB] Add copyright header
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Augustin Degommefix declaration
2018-08-03 Augustin Degommeremove reference to glibc malloc functions, as they...
2018-08-03 Christian Heinrich[SMPI] Fix datatype to aid_t instead of int
2018-08-03 Christian Heinrich[SMPI/LB] Small cleanups
2018-08-02 Christian Heinrich[SMPI/LB] Make LB + Mapping classes XBT_PRIVATE
2018-08-02 Christian Heinrich[SMPI/LB] Make header file private
2018-08-02 Christian Heinrich[SAMPI] Move ampi signals to simgrid::smpi::plugin...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions definitions to instr_amp...
2018-08-02 Christian Heinrich[SAMPI] Move tracing functions to instr_ampi.hpp
2018-08-02 Christian Heinrich[SAMPI] Rename from sampi_pampi.cpp to ampi/ampi.cpp
2018-08-02 Christian Heinrich[SMPI/LB] Add comment noting that an arg must not be 0
2018-08-02 Christian Heinrich[SMPI/LB] Check migration counter before the LB execution
2018-08-02 Christian Heinrich[SMPI/LB] Implement GreedyLB with a Fibonacci Heap
2018-08-02 Christian Heinrich[Plugins/LB] Add LoadBalancer class
2018-08-02 Christian Heinrich[SAMPI] Update the sampi_loadbalancer code
2018-08-02 Christian Heinrich[SAMPI] Add sampi_pampi.cpp
2018-08-02 Christian Heinrich[SMPI] Add 3 tracing functions for SAMPI
2018-08-02 Christian Heinrich[SMPI/INSTR] Replace ! with 'not' ...
2018-07-30 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-30 Augustin Degommeplug leaks... Still don't like what's done here, it...
2018-07-27 Arnaud GierschFix memory errors.
2018-07-26 Augustin DegommeDon't free there for intel compiler, it breaks.
2018-07-26 Augustin Degommemissed one
2018-07-26 Augustin Degommemake a copy of args for each process
2018-07-26 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-26 Augustin DegommeSometimes C and fortran compiler family differs...
2018-07-25 Augustin Degommeflang also does need some help
2018-07-25 Augustin Degommeforgot to change here
2018-07-25 Augustin Degommeintel somehow also matches __GNUC__
2018-07-25 Augustin Degommethese were not used since ... well .. a long time
2018-07-25 Augustin Degommesend argv and argc to fortran runtimes, to allow using...
2018-07-25 Frederic Suterchanging the way the tracing category is passed to...
2018-07-24 Augustin DegommeRework SMPI initialization to handle argc and argv...
2018-07-24 Frederic Suterfix the (unoticed) mess I made
2018-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-21 Frederic Suterremove direct call to simcall
2018-07-21 Frederic Suterdo not use simcall_execution_start directly
2018-07-18 Christian Heinrich[SMPI/REPLAY] Fix issues with daemons
2018-07-18 Arnaud GierschSimplify memory handling.
2018-07-18 Arnaud GierschMemory leak.
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-16 Frederic Suterif the deque is empty, remove it from the map
2018-07-14 Martin QuinsonSMPI does not need to have its own userdata pointer...
2018-07-13 Martin Quinsondeprecate some of simix.h C API
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
next