Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-04-20 Martin Quinsontest dlopen privatization too
2017-04-20 Martin Quinsonfix the dlopen privatization (fix #157)
2017-04-20 Martin Quinsonrename option smpi/privatize-global-variables to smpi...
2017-04-20 degommefix typos in cmake, preventing include paths from being...
2017-04-19 Martin Quinsonimprove the documentation of smpi/privatize-global...
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 Quinsonignore newly activated mpich tests
2017-04-17 Martin Quinsonsmall sonar-inspired cleanups
2017-04-16 Martin Quinsonplease sonar and cosmetics
2017-04-16 Martin Quinsonmake the mpich3 tests compile with the warnings on...
2017-04-15 Martin Quinsonplease sonar: kill unused parameters
2017-04-15 Martin Quinsonfix the copyright date on these files
2017-04-15 Tom CornebizeReduce the size of partial shared malloc tests.
2017-04-14 Martin Quinsondamn, there is more of these nasty %lx around there
2017-04-14 Martin Quinsontry to fix 32bits builds
2017-04-14 Augustin Degommefix 32 bits builds ... probably
2017-04-14 Augustin Degommefix dist
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 CornebizeFix tesh tests.
2017-04-12 Martin QuinsonIncrease a timeout to help TSan converging
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 Martin Quinsonhttp://abstrusegoose.com/432
2017-04-12 Martin QuinsonMC: further snapshot comparison simplifications
2017-04-12 Martin QuinsonThis is a for loop
2017-04-12 Martin QuinsonMC: snapshot comparison simplification
2017-04-12 Frederic Suterfix inconsistencies between smpi_replay and instr_TI_tr...
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-12 Martin Quinsonregenerate the smpi_location thingy
2017-04-12 Martin Quinsonignore the newly created test files
2017-04-11 degommeAvoid trailing whitespaces when dl not found
2017-04-11 degommeOoooops ²
2017-04-11 degommeFix .. something ?
2017-04-11 degommefix mc build
2017-04-11 degommeooooops
2017-04-11 degommefix smpi tests
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 Martin Quinsontravis: activate optimizations, since the tests are...
2017-04-11 Tom CornebizeRemove warnings.
2017-04-11 Martin Quinsonplease sonar by killing useless parameters and cleanups
2017-04-11 Martin Quinsontypos
2017-04-11 degommeIprobe was actually ignored if MPI_STATUS_IGNORE was...
2017-04-10 Martin QuinsonMC: this bug was disabling state equality detection
2017-04-10 Martin Quinsontypos
2017-04-10 Martin Quinsonbetter handling of the MC debug on unknown simcalls
2017-04-10 degommeDue to recent "improvements" in the smpi mpich rma...
2017-04-10 degommeAdd two new mpich tests.
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 Christian Heinrich[SMX] Fixed wrong termination timing when daemons are...
2017-04-07 Tom CornebizeWorking copy optimization \o/
2017-04-07 Tom CornebizeKeep working on the communication optimization.
2017-04-07 Martin Quinsonfix a dead link
2017-04-07 Frederic Suterfix some newly introduced smells
2017-04-06 Martin Quinsonbe more robust to plugins creating processes a bit...
2017-04-06 Tom CornebizeBegin working on the communication optimization for...
2017-04-06 degommetry to appease ubsan a bit
2017-04-06 Tom CornebizeTests for the communication of partially shared buffer.
2017-04-06 Tom CornebizeMore complex test.
2017-04-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-06 Frederic Suterplug some leak by delete last message before leaving
2017-04-05 degommeactivate some more rma tests
2017-04-05 degommecornercases handling
2017-04-05 Gabriel Corona[mc] Install simgrid-mc
2017-04-05 Frederic Sutertry to please MC
2017-04-05 Frederic Suternew s4u example: chord
2017-04-05 degommeSuper lazily avoid globals in this test.
2017-04-05 degommeActivate some more tests.
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.
next