Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the doc of the context factories
[simgrid.git] / src / smpi /
2017-02-02 Martin Quinsonimprove the doc of the context factories
2017-02-01 degommeAdd some missing types for MPI operators.
2017-02-01 Martin Quinsoncosmetics
2017-02-01 Martin Quinsondon't malloc tons of dynars in mpi_waitany
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Matthieu VolatFix a typo in smpirun.
2017-01-23 Augustin Degommeremove weird blank characters
2017-01-13 Matthieu VolatIn smpiff/smpif90 program, make -o consume the next...
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-26 Martin Quinsonsmpirun: don't use the ARGS variable, that may be used...
2016-12-26 Martin Quinsonsmpirun: keep the temps when the cmd fails
2016-12-12 Martin Quinsonthese are redundent tests of which we already have...
2016-12-12 Martin Quinsondon't test pointers after dereferencing them (thanks...
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-14 degommeAdd a smpi/grow-injected-times option.
2016-11-14 degommesome more tiny optims for the smpirun generation
2016-11-13 degommeAdd a hint about a non trivial error.
2016-11-13 degommeget rid of most of the awfully slow cut commands in...
2016-11-04 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-11-03 degommereplace multiples allocs by one.
2016-11-03 degommeSMPI tracing : match links with sender/receiver + tag...
2016-11-02 degommeThe sed version used on macos doesn't like the I flag..
2016-10-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-31 degommeFrom M. Volat : more portable way of opening shm buffer...
2016-10-31 degommehandle MPI_IN_PLACE for this collective
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-20 degommeReally fix the issue.
2016-10-20 degommeFix bug in SMPI tracing, where messages were sometimes...
2016-10-20 degommesmpi replayed waitall was not working, as request vecto...
2016-10-20 degommeadd some debug messages for smpi tracing
2016-10-19 degommecleanup handling of Fortran compiler in cmake (Patch...
2016-10-19 degommeadd a few fortran (unimplemented) declarations
2016-10-18 degommeAdd a check so that process_init exits cleanly when...
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-02 Martin Quinsonadd a solve() fun pointer to maxmin datatype (+minor...
2016-09-25 Martin Quinsonsleep disorder treatment
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Frederic Suterreindent and cosmetics
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Frederic Suterfactor parce_factor
2016-09-02 Martin QuinsonMerge pull request #112 from glesserd/teshpy
2016-09-02 Frederic Suterplug leak and cosmetics
2016-09-01 Frederic Suterfix rma
2016-09-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-01 Frederic Suterremove dict and dynar
2016-09-01 Frederic Suterdynar to vector*
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Martin Quinsonsmpi/running-power is renamed to smpi/host-speed
2016-08-29 Martin Quinsonsmpi/cpu-threshold:-1 should become smpi/simulate-compu...
2016-08-25 degommeplug some more "leaks"
2016-08-16 degommebetter handling of info_* in smpi to avoid leaks
2016-08-15 Martin Quinsonactivate global privatization by default in smpi
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-15 Martin Quinsonplug two memleak in smpi, and cosmetics
2016-08-15 degommeleaks --
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-14 Martin Quinsonplug another memleak, in SMPI this time
2016-08-14 Martin Quinsonplease sonar with some cleanups
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-10 Frederic Suterbug smell indent
2016-08-09 Martin Quinsonkill an obsolete file
2016-08-08 Martin Quinsonthis issue disapeared with years
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin Quinsondon't connect this log channel as it breaks on windows
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-01 Martin Quinsonremove a useless dirty hack for SMPI+MSG
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-31 Martin Quinsoncosmetics
2016-07-31 Martin Quinsonkill 3 more functions around processes
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-07-29 Frederic Sutermore cosmetic cleanups
2016-07-29 Frederic Suterthis code is full of void
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Gabriel Corona[simix] Dexbtization: remove xbt_dynar_t argument in...
2016-07-22 adfaure[SIMIX]add timeout to simcall_comm_waitany
2016-07-13 degommeCopy the name of the "file", as we don't know where...
2016-07-13 degommedon't try to mmap with size 0 when a *** code asks...
2016-07-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-06 Christian Heinrich[SMPI] Make trace_call_location a member
2016-07-05 Christian Heinrich[SMPI] Fix includes for PAPI.
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-07-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-07-04 degommeleak --
2016-07-01 Frederic Suterfix one rule catches: comments in comments
2016-07-01 Christian Heinrich[SMPI] Fixed wrong delete (should've been delete[])
2016-07-01 Frederic Suterchasing blockers in collectives (part 1)
2016-06-29 Christian Heinrich[SMPI] Added PAPI counters functionality to SMPI.
next