Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill useless code
[simgrid.git] / src / smpi /
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-07 Martin QuinsonFurther cleanups in SMPI includes
2017-05-07 Martin Quinsonfurther empty smpi/private.h
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-05 Martin QuinsonUpdate all our XML files + next XML version will be...
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-05 Martin Quinsonportability cheating: avoid the configurations that...
2017-05-05 Martin Quinsonshell typo
2017-05-04 Martin QuinsonMore doc [skip ci]
2017-05-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-03 Martin Quinsontry to fix #161 on Mac OSX too
2017-05-03 Martin QuinsonMerge pull request #164 from sthibaul/smpi_user_data
2017-05-03 Samuel Thibaultrestore smpi_process_get_user_data and smpi_process_set...
2017-05-03 Samuel ThibaultRevert "kill useless code"
2017-05-03 Martin QuinsonNew option: smpi/keep-temps to not cleanup temp files
2017-05-02 Martin Quinsonsmpicc: fail on undefined symbols (fix #161)
2017-05-02 Christian Heinrich[SMPI] Remove include from smpi_deployment.cpp
2017-05-02 Christian Heinrich[SMPI] Ported smpi_deployment.cpp to C++
2017-05-02 Christian Heinrich[SMPI] Alignment cosmetics
2017-05-02 Christian Heinrich[SMPI] Add errno and strerror to SMPI memory error msg
2017-05-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-01 Martin QuinsonFix the execution with NS3
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-30 Martin Quinsonkill dead code
2017-04-24 Martin Quinsonfix my late sunday commit
2017-04-23 Martin Quinsonreduce the verbosity of that message
2017-04-22 Martin Quinson32bits I hate you.
2017-04-22 Martin Quinsondamn 32bits
2017-04-22 Martin Quinsontry to avoid that others fall into the trap where I...
2017-04-21 Martin Quinsoncheck that the sendfile worked correctly or die verbose...
2017-04-21 Martin Quinsoninline a function (to please sonar)
2017-04-20 Martin Quinsonmore informative msg when the dlopen of mmap priv fails
2017-04-20 Martin Quinsonplease sonar a tiny bit
2017-04-20 Martin Quinsondlopen: give one fdin per thread to avoid stupid races...
2017-04-20 Martin QuinsonI cannot even use xbt_die correctly anymore, bummer
2017-04-20 Martin QuinsonEven more informative error messages when dlopen fails
2017-04-20 Martin Quinsonbe more verbose when dlopen fails
2017-04-20 Martin Quinsonfix the dlopen privatization (fix #157)
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-18 Martin Quinsonplease sonar a tiny bit
2017-04-17 Martin QuinsonSMPI cleanups: rename a symbol and remove unused parameters
2017-04-17 Martin Quinsonsmall sonar-inspired cleanups
2017-04-16 Martin Quinsonplease sonar and cosmetics
2017-04-15 Martin Quinsonplease sonar: kill unused parameters
2017-04-14 Martin Quinsontry to fix 32bits builds
2017-04-14 Augustin Degommefix 32 bits builds ... probably
2017-04-14 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-04-14 Martin Quinsonthis static function is now useless
2017-04-14 Martin Quinsoncosmetics
2017-04-14 Martin QuinsonMerge pull request #156 from simgrid/munmap_size
2017-04-14 Tom CornebizeCall munmap with the size in smpi_shared_free.
2017-04-14 degommePatch up smpi process creation ...
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-13 degommeseems needed here.
2017-04-13 Martin QuinsonPortability fun with FreeBSD
2017-04-13 Martin Quinsonportable implementation of sendfile
2017-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-04-12 Martin Quinsondl_open priv: manually copy the file w/o using cp
2017-04-12 Martin Quinsonmake smpirun use SMPI_init to unify call paths
2017-04-12 Martin Quinsonuse surf init/fini callbacks, no need for TRACE ones
2017-04-12 Tom CornebizeRemove useless code.
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Christian Heinrich[SMPI] Updated the SmpiHost class
2017-04-12 Christian Heinrich[SMPI] Use SmpiHost::orecv().
2017-04-12 Christian Heinrich[SMPI] Added SmpiHost.cpp and .hpp
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-12 Martin QuinsonSMPI: simplify process creation
2017-04-12 Martin QuinsonSMPI: simplifies the process destruction
2017-04-11 degommeFix .. something ?
2017-04-11 degommeooooops
2017-04-11 degommeYet another dlopen merge
2017-04-11 Martin Quinsonkill useless code
2017-04-11 Martin Quinsonsimplify SMPI process creation a tiny bit
2017-04-11 Martin Quinsontry to cleanup how MPI process are created. First act.
2017-04-11 Tom CornebizeRemove warnings.
2017-04-11 degommeIprobe was actually ignored if MPI_STATUS_IGNORE was...
2017-04-07 Tom CornebizeReplace int by size_t.
2017-04-07 Tom CornebizeTake the intersection of the private blocks instead...
2017-04-07 Tom CornebizeSome more fixes for the communication optimization.
2017-04-07 Tom CornebizeFix the communication optimization.
2017-04-07 Tom CornebizeWorking copy optimization \o/
2017-04-07 Tom CornebizeKeep working on the communication optimization.
2017-04-06 Tom CornebizeBegin working on the communication optimization for...
2017-04-06 degommetry to appease ubsan a bit
2017-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-05 degommecornercases handling
2017-04-05 degommePotential crash --
2017-04-05 degommeHave lock and unlock actually behave like they should...
2017-04-05 degommePotential crash --
2017-04-05 degommeActually we can have locks and fences (erk) in the...
2017-04-05 degommeAdd MPI_Rput, Rget, Raccumulate and Rget_accumulate...
2017-04-05 degommeAdd MPI_Compare_and_swap (normally atomic) call
2017-04-05 degommeWe need this order of parameters, as the user may want...
2017-04-05 Tom CornebizeAdd some assertions.
2017-04-05 Tom CornebizeAdd more tests for partial shared malloc.
2017-04-05 Tom CornebizeFix tests for shared and partial-shared.
2017-04-05 Tom CornebizeFix shared_malloc, add a macro for partial_sahred_malloc.
2017-04-04 Tom CornebizeImplement partial shared_malloc.
2017-04-04 Tom CornebizeSplit smpi_shared_malloc into several functions.
next