Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
call sg_instr_new_host via signal call
[simgrid.git] / src / smpi /
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.
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-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 degommeStop lying. Really activate privatization by default...
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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 degommeSplit up smpi_bench.cpp .
2017-03-28 degomme2 a.m. commits are always a good way to fail.
2017-03-28 degommeMainly on 32 bits systems, target_disp can be seen...
2017-03-27 degommeAdd an smpi_is_shared call, and ignore memcpys in SMPI...
2017-03-27 degommesupport MPI_Op_commutative call, as it was already...
2017-03-27 degommeAdd MPI_Win_allocate, MPI_Win_create_dynamic, MPI_Win_a...
2017-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-23 Martin Quinsonpet sonar: kill a 'using namespace'
2017-03-23 Martin Quinsonpetting sonar as every night before bed
2017-03-22 degommeSMPI copyright bump before release
2017-03-22 degommeAdd mpi_get_accumulate call. And MPI_NO_OP operation
2017-03-22 Frederic Suterfix example (bummer)
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 degommesmells --
2017-03-22 degommeBetter handling of lock modes. Should avoid some rare...
2017-03-22 Martin Quinsonanother round for sonar
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-21 degommeFix stupid tag collision bug. RMA tag is used to order...
2017-03-20 degommeDebug in progress :\
2017-03-20 degommeok, I stop trying to please sonar.
2017-03-20 degommeSimple MPI_Win_lock and MPI_Win_unlock implementation.
2017-03-20 degommeleaks --
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-19 degommeBetter with the new files
2017-03-19 degommeAdd smpi_status.cpp and hpp.
2017-03-19 degommesay goodbye to smpi_base.cpp .. It was made quite empty...
2017-03-18 degommeIntroduce smpi::Process
2017-03-16 degommesmells --
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-16 degommeToo advanced syntax for gcc 4.8, default to some other ...
2017-03-16 degommemore macros to avoid duplications ..
2017-03-16 degommePlease sonar. Hopefully a lot.
2017-03-16 degommeremove useless unspecialized template which was causing...
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 degommeMore template based factorization
2017-03-15 degommeExpand the Keyval mechanism to Win.
next