Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-05-16 Arnaud GierschInclude TRACING_SRC only when HAVE_TRACING.
2013-05-15 Arnaud GierschGive size of pointed area, not size of pointer.
2013-05-15 Arnaud GierschAdd platf_route_rulebased2full.py to bin_files.
2013-05-15 Arnaud GierschAvoid unnecessary utf8 characters in ChangeLog.
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
2013-05-10 Paul BédarideAdd new boolean type for configuration
2013-05-07 Augustin Degommerequalify tesh for replay to account for 301c31f7
2013-05-07 Augustin Degommesynchronize all replay processes at the end
2013-05-07 Augustin DegommeWarning removal
2013-05-07 Augustin DegommeFix nasty bug with wrong addressing of the processes...
2013-05-07 Augustin Degommeadd an option smpi/iprobe, to inject sleeping time...
2013-05-07 Augustin DegommeMC showed that this test could go wrong if receiver...
2013-05-07 Augustin Degommefix bug with tracing of MPI_Sendrecv
2013-05-07 Arnaud GierschUse right test for error checking.
2013-05-07 Arnaud GierschTypo.
2013-05-07 Arnaud GierschAdd sg_xml_unit_converter.py to bin_files.
2013-05-07 Arnaud GierschAlso handle IEC binary prefixes for bandwidth.
2013-05-07 Arnaud GierschUse correct capitalization for unit prefixes.
2013-05-07 Arnaud GierschFactorize code for parsing values with units.
2013-05-06 Paul BédarideLess error prone unit conversion
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI for MC32...
2013-05-06 Paul BédarideFix to handle warnings+optimizations on CI [#15544]
2013-05-06 Paul BédarideAdd unit support in xml files [#14422]
2013-04-30 Arnaud GierschRemove stale forward declarations.
2013-04-30 Arnaud GierschRemove duplicate file.
2013-04-30 Arnaud GierschRemove binary file!
2013-04-30 Nicolas BonichonMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-29 Marion Guthmullermodel-checker : cleanups in tesh examples
2013-04-26 Nicolas BonichonRemove unused notion of stalled messages for "piece...
2013-04-26 Paul BédarideFix unset var in smpirun
2013-04-26 Nicolas Bonichonbittorrent: Replace the last isend by dsend
2013-04-25 Nicolas Bonichonreindent ... this time with the appropriate options
2013-04-25 Nicolas BonichonFully implement the piece selection algorithms of Bitto...
2013-04-25 Nicolas BonichonMerge branch 'bittorrent'
2013-04-25 Nicolas Bonichon-Cleaning a bit the code
2013-04-25 Nicolas Bonichonreindent before changes
2013-04-25 Paul BédarideAuto generate hostfile if not given to smpirun [#14692]
2013-04-23 Paul BédarideFix doc bug [#15024]
2013-04-22 Paul BédarideFix absolute path in documentation
2013-04-17 Guillaume SerrièreCorrection of documentation.
2013-04-16 Arnaud GierschMake check-dist-archive succeed (take last changes...
2013-04-16 Arnaud GierschSlightly improve error message when check_dist_archive...
2013-04-15 Arnaud GierschReally call function TRACE_disable_power().
2013-04-15 Arnaud GierschUse correct parameter for bcast operation.
2013-04-15 Arnaud GierschReturn early on error.
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-15 Jonathan Rouzaud... Add new tracing options to reduce the size of the traces
2013-04-12 Paul BédarideAdd mpi allgatherv GB
2013-04-12 Paul BédarideReactivate some mpi collectives
2013-04-12 Arnaud GierschRemove unused file.
2013-04-12 Paul BédarideAdd teshsuite missing files
2013-04-12 Paul BédarideAdd mpi allgatherv pair ring
2013-04-11 Paul BédarideRemove mpi alltoall{,w}_pairwise (identical to ring)
2013-04-11 Paul BédarideAdd mpi alltoallv ring ring-light-barrier ring-mpi...
2013-04-11 Paul BédarideAdd mpi alltoallv pair
2013-04-11 Paul BédarideAdd mpi alltoallv pair_light_barrier pair_mpi_barrier...
2013-04-11 Augustin Degommetry not to copy from outside of an array
2013-04-11 Augustin Degommeadd missing coll test
2013-04-10 Arnaud GierschDisable stream buffer when reading /proc/self/maps.
2013-04-10 Paul BédarideAdd mpi alltoallv bruck and fix mpi alltoallv pairwise
2013-04-10 Paul BédarideAdd mpi alltoallv pairwise
2013-04-10 Paul BédarideAdd test for mpi alltoallv
2013-04-10 Marion Guthmullermodel-checker : update tesh for jenkins (memory managem...
2013-04-10 Arnaud GierschRemove algorithm bcast-TSB.
2013-04-10 Arnaud GierschFix out-of-source build.
2013-04-10 Arnaud GierschRemove unused variables.
2013-04-09 Arnaud GierschInitialize remainder.
2013-04-09 Arnaud GierschInitialize field loopback_link.
2013-04-09 Arnaud GierschRegenerate mmalloc_32.tesh.
2013-04-09 Arnaud GierschRemove temporary files.
2013-04-09 Augustin Degommereplace star_reduction by our own reduction
2013-04-09 Augustin Degommeremove a few more leaks to please valgrind, but nothing...
2013-04-09 Arnaud GierschFix hack for smpi_replay in smpirun.
2013-04-09 Arnaud GierschRemove redundant file.
2013-04-09 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2013-04-09 Arnaud GierschRemove useless code.
2013-04-09 Arnaud GierschChange file mode (remove execute bit).
2013-04-09 Paul BédarideFix mpi reduce tesh
2013-04-09 Paul BédarideFix mpi bcast flattree-pipeline collective
2013-04-09 Augustin DegommeRequests are deallocated inside the Waitall, do not...
2013-04-09 Augustin Degommedo not allocate 0 sized buffers which won't be copied...
2013-04-09 Augustin Degommeavoid unitialized use
2013-04-09 Augustin DegommeFix possible leak with 0 sized messages
2013-04-09 Augustin DegommeAvoid marking as finished and deleting requests when...
2013-04-09 Augustin DegommeAttempt to fix problems with complex datatype copy...
2013-04-09 Augustin DegommeFix possible memory leak
2013-04-09 Augustin Degommeavoid looping forever on iprobe
2013-04-09 Augustin DegommeFix bug with tracing of smpi internals and MPI_ANY_SOURCE
2013-04-08 Paul BédarideChange mpi_bcast teshtest to handle all cases
2013-04-08 Paul Bédaridechange collective calls in smpi_replay
2013-04-08 Paul BédarideAdd missing file in DefinePackage
2013-04-08 Paul BédarideUse simgrid function instead of MPI in collectives
2013-04-04 Augustin Degommeremove another algorithm
2013-04-04 Augustin Degommefix two failing tests
2013-04-04 Augustin Degommeport a reduce algorithms with internal smpi calls
2013-04-04 Augustin Degommeremove a redundant algorithm
2013-04-04 Paul BédarideAdd tesh files to test all new collectives
2013-04-03 Martin Quinsonlittle refresh, and a word about git commit messages
2013-04-03 Martin Quinsonuse links in the manual TOC
2013-04-03 Augustin Degommeanother allreduce ported
next