Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix tests for shared and partial-shared.
[simgrid.git] / src /
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-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-31 Frederic Suterkill dead code
2017-03-31 Frederic Suterfix a bunch of recently introduced smells
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 degommeSplit up smpi_bench.cpp .
2017-03-28 Frederic SuterI think I just killed a simcall
2017-03-28 Frederic Suterpleasing sonar was a bad idea there
2017-03-28 Frederic Sutertest conversion
2017-03-28 Frederic Suterleak plug and test AS properties
2017-03-28 Lucas M. Schnorrtracing TODO marks
2017-03-28 Martin Quinsonplease sonar: this datatype is not used anymore
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-27 Frederic Suterfinish to plug ptaskL07 leak
2017-03-27 Frederic Sutermake isend return a ref on the created Comm
2017-03-27 Frederic Sutertesh conversion
2017-03-26 Frederic Sutersunday bug chase
2017-03-26 Frederic Sutermostly cosmetics
2017-03-26 Frederic Suterdict to map for storage model properties
2017-03-26 Frederic Sutersunday smell chase
2017-03-26 Frederic Suterone more teshsuite convertion
2017-03-24 Frederic SuterTESH: msg to s4u - act 1
2017-03-24 Frederic Sutermatch new with delete in fact
2017-03-24 Martin Quinsonmatch free with mallocs
2017-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-24 Frederic Suterimprove that mess a bit
2017-03-23 Martin Quinsonpet sonar: kill a 'using namespace'
2017-03-23 Martin Quinsonpetting sonar as every night before bed
2017-03-23 Martin Quinsonfix case of a header file
2017-03-23 Frederic Suterno need to call cimix everytime for that
2017-03-23 Frederic Sutersurf_fopen to ifsopen + no need to reimplement streambu...
2017-03-23 Frederic Suterstart to mess up with storage
2017-03-22 Martin Quinsondoxygen fixups
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 Sutersmells -= a lot
2017-03-22 Frederic Suterbugs and smells
2017-03-22 Frederic Suterfix example (bummer)
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Suteradd actor-kill S4U example
2017-03-22 degommesmells --
2017-03-22 degommeBetter handling of lock modes. Should avoid some rare...
2017-03-22 Frederic Sutervain attempt to chase last leak in ptaskL07
2017-03-22 Martin Quinsonanother round for sonar
2017-03-22 Martin Quinsoncosmetics: fix the 'work' of clang-format
2017-03-22 Martin Quinsonplease sonar
2017-03-22 Martin Quinsonplug two memleaks
2017-03-22 Martin QuinsonImplement natively VM_getVMByName. Java VMs are now...
2017-03-22 Martin QuinsonAllow maestro to do simcalls in the Java world too
2017-03-22 Martin QuinsonImplement VM::all() as a native, and use it in tests
2017-03-22 Martin Quinsons4u::VM: make getState() public, and add a state for...
2017-03-22 Martin Quinsoncosmetics
2017-03-22 Martin Quinsonjava: rename an internal method
2017-03-21 Frederic Suterplug (massive) leak with ptaskL07
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Martin Quinsonthat malloc is really useless
2017-03-21 Martin Quinsonjtask: remove the ability to receive from a given host
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-21 Martin Quinsonjtask: reduce the code duplication
2017-03-21 Martin Quinsonsanitizes the msg_task fields default value
2017-03-21 Frederic Suterpartially address a bug in Java initialization
2017-03-21 Martin Quinsoncode cleanups in jtask
2017-03-21 Martin Quinsonjava: plug a memleak
2017-03-21 Martin Quinsonguess what? I hate our java crufty code
2017-03-21 Frederic Suteradd suspend/resume to S4U
2017-03-21 Martin Quinsonmore cleanups to jprocess
2017-03-21 Martin Quinsonjava: inline a function and don't leak a global ref
2017-03-20 Frederic Suterattempt to extend S4U to migrate actors
2017-03-20 Martin Quinsonjprocess: more cruft removed
2017-03-20 Martin Quinsonfurther the jprocess creation by not testing conditions...
2017-03-20 Martin Quinsondeperlify the Java process creation: no need to pass...
2017-03-20 Martin Quinsonjava: code simplification: no need for an extra boolean...
2017-03-20 Martin Quinsonjava: well, use a closure if you really want to
2017-03-20 Martin Quinsoncode simplification by using directly the function...
next