Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make declarations visible.
[simgrid.git] / src / smpi /
2018-08-10 Arnaud GierschMake declarations visible.
2018-08-10 Augustin Degommetry to get rid of linking issue
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...
2018-07-13 Martin Quinsoncleanup: use actor::yield() instead of a compute(0)
2018-07-13 Martin Quinsonkill the last instance of MSG in src/smpi \o/
2018-07-12 Martin Quinsonwho still needs MSG in 2018?
2018-07-12 Martin Quinsonkill a useless type definition
2018-07-12 Martin Quinsonrename smpi::Process to smpi::ActorExt
2018-07-12 Martin Quinsonsmpi: initialize fields, and don't reset the actor...
2018-07-09 Augustin Degommeneed to change here as well
2018-07-09 Augustin DegommeInitialize fortran data structures in all cases.
2018-07-09 Augustin Degommeprevent <0 errorcodes in MPI_Error_code
2018-07-09 Augustin DegommeChange size of 2 fortran MPI datatypes.
2018-07-09 Augustin DegommeFix issue with Fortran indexes not computed properly...
2018-07-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-08 Augustin Degommeadd include for papi
2018-07-07 Martin QuinsonMerge pull request #283 from mpoquet/smpi_convert_fix
2018-07-06 Augustin Degommedeactivate bad call to MPI_Attr_put
2018-07-06 Augustin DegommeFix warning by putting the array only where it's needed
2018-07-06 Augustin Degommecleanup
2018-07-06 Augustin DegommeGenerate error strings at the same time enum is generated.
2018-07-06 Augustin DegommeHave MPI_* send a debug messages whenever output is...
2018-07-06 Augustin Degomme- Support MPI_Error_string
2018-07-06 Frederic SuterRevert "address FIXME and kill useless code"
2018-07-06 Frederic Suteraddress FIXME and kill useless code
2018-07-06 Christian Heinrich[SMPI] Remove specific encoding of MPI_DATATYPE_NULL
2018-07-06 Christian Heinrich[SMPI] Make MPI_DATATYPE_NULL a non-null object
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Christian Heinrich[SMPI] Assert: host_speed must be > 0, not >= 0.
2018-07-05 Christian Heinrich[SMPI] Replace surf_get_clock with SIMIX_get_clock
2018-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-07-05 Frederic Suterremove a dependency on MSG from SMPI
2018-07-05 Christian Heinrich[SMPI/PAPI] Make PAPI counters compile again ;)
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-07-03 Martin Quinsonobey our coding standards and cosmetics
2018-07-02 Martin Quinsonkill some include directives
2018-07-01 Martin Quinsonmerge extension<simgrid::simix::Host>() into HostImpl
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-06-29 Christian Heinrich[SMPI] Also commit changes to the fortran part in smpi_...
2018-06-29 Martin QuinsonMerge pull request #271 from mpoquet/dynamic_replay
2018-06-29 Millian Poquet[smpi] replay: increase storage dynamicity
2018-06-29 Millian Poquet[smpi] replay: storage index: (pid-1) -> pid
2018-06-29 Millian Poquet[smpi] replay: storage var is now an ordered_map
2018-06-29 Christian Heinrich[SMPI] Remove outdated FIXME from smpi_deployment
2018-06-29 Martin Quinsonanother attempt to disable mmap on old MacOSX
next