Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2017-04-05 Tom CornebizeAdd more tests for partial shared malloc.
2017-04-05 Christian Heinrich[FIX] Fix broken commit 770f1cc88b3b35c90e505470753b70b...
2017-04-05 Christian Heinrich[PLUGINS] Added HostLoad::getAverageLoad() to the HostL...
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.
2017-04-04 degommeactivate tests
2017-04-04 degommeAdd MPI_Win_lock_all MPI_Win_unlock_all MPI_Win_flush...
2017-04-04 degommeOops, this has to be secured by the mutex
2017-04-04 degommeAdd MPI_Fetch_and_op call, which is just a get_accumula...
2017-04-04 degommeOops, we need to store a pointer to the simix process...
2017-04-04 degommeNo_op has a specific effect, actually, and turns the...
2017-04-04 degommeWe can start the recv requests directly now, and don...
2017-04-04 degommecleanup, and allow an external process to start a MPI...
2017-04-04 degommeclose the window if we explicitely tell it's closed
2017-04-04 Frederic Suterno fun if you don't break evertyhing 'cos you're dumb...
2017-04-04 Frederic Suteradd send with timeout and irecv to this_actor API
2017-04-04 Frederic Suterfix bug in asynchronous receive
2017-03-31 degommeReally don't do anything in the copy callback if we...
2017-03-31 degommeIncrease our max limit for tag.. because 1M was low...
2017-03-31 degommeHide xbt_cfg cruft from smpi tesh files.
2017-03-31 degommeStop lying. Really activate privatization by default...
2017-03-31 Frederic Suterkill dead code
2017-03-31 Frederic Suterfix a bunch of recently introduced smells
2017-03-30 Frederic Suteranother leak plugged
2017-03-30 Frederic Suterleak plug
2017-03-30 Frederic Suterdo not initialize surf for nothing
2017-03-30 Frederic Suterattempt to plug all leaks for simdag.
2017-03-30 Frederic Suterremove dead code
2017-03-30 Frederic Sutermodernize two simcalls
2017-03-30 Frederic SuterRevert "Revert "cast once for all at surf level and...
2017-03-30 Frederic SuterRevert "cast once for all at surf level and not in...
2017-03-30 Frederic Sutercast once for all at surf level and not in the APIs
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-30 Frederic Sutercomplete s4u::Storage interface, what a mess...
2017-03-29 degommeReplace linear search by a faster one.
2017-03-29 degommeoops
2017-03-29 degommeAdd a smpi/shared-malloc-blocksize option. This is...
2017-03-29 degommetiny optim
2017-03-29 degommeignore some more memcpys/serialization when a buffer...
2017-03-29 degommeconnect logs
2017-03-28 degommenothing to see here.
2017-03-28 degommeok, let's mess up the includes a bit more.
2017-03-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-28 Frederic Sutersome compilers don't like unused variables
next