Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix smpi_sleep to execute the sleep on the simulated host (ignoring running host...
[simgrid.git] / buildtools /
2013-06-25 Augustin DegommeAdd a test for SMPI shared malloc and free
2013-06-24 Augustin Degommeseparate allreduce tests, with one large and the other...
2013-06-24 Augustin Degommepass collective selectors through mpich-coll test suite
2013-06-20 Augustin Degommestar-mpi's pairwise alltoall is only valid for power...
2013-06-19 Augustin Degommeompi selector was using the wrong algo for alltoallv...
2013-06-19 Augustin Degommeadd forgotten test for an mpich algorithm
2013-06-17 Paul BédarideAdd pastry msg example (First attempt)
2013-06-14 Augustin Degommewrong file name in cmake file
2013-06-14 Augustin Degommeadd missing replay files to dist
2013-06-13 degommewe now have an mpich selector, and a bunch of new algor...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Marion Guthmullermodel-checker : MC doesn't work with thread context
2013-06-13 Marion Guthmullerdisable optimizations for build MC in jenkins
2013-06-13 Marion Guthmullermodel-checker : update bugged2 tesh
2013-06-13 degommebarrier tests
2013-06-13 degommeend of ompi collectives addition, with barrier
2013-06-13 degommeadd tests for scatter
2013-06-13 degommeadd scatter algos from ompi
2013-06-13 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 degommeadd reduce scatter collectives from openmpi, and fix...
2013-06-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-12 Arnaud GierschSimplify the link specifications for libSG_java on...
2013-06-12 Arnaud GierschAdd CMakeLists.txt for examples/msg/semaphores/.
2013-06-12 Arnaud GierschSort entries.
2013-06-11 Paul BédarideAccess AS hierarchy at Msg layer
2013-06-11 Augustin Degommeadd test for gather collectives
2013-06-11 Augustin Degommeadd gather collectives from ompi
2013-06-11 Augustin Degommeadd allgatherv algo from ompi
2013-06-11 Augustin Degommeadd new allgather algo from ompi
2013-06-11 Augustin Degommeadd missing file in dist
2013-06-10 degommeadd new algos for reduce from ompi
2013-06-10 degommeadd another ompi bcast algo
2013-06-10 Augustin Degommeadd one more bcast algo
2013-06-10 Augustin Degommeadd tests for ompi selector
2013-06-10 Augustin Degommeadd a new allreduce algorithm from openmpi
2013-06-10 Marion Guthmullermodel-checker : remove out of date tesh of chord example
2013-06-07 degommeadd ompi selector for smpi collectives (use --cfg=smpi...
2013-06-06 LionelMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-06 LionelAdded Semaphore visibility to the Java bindings
2013-06-06 Martin QuinsonMake semaphores visible from MSG
2013-06-06 suterfile_stat.h has been removed
2013-05-31 Arnaud GierschTry to support older versions of cmake.
2013-05-24 Arnaud GierschAlso add LICENSE file to simgrid.jar.
2013-05-23 Paul BédarideAdd scala masterslave bypass and kill
2013-05-23 Paul BédarideAdd missing FindScala.cmake
2013-05-23 Paul BédarideAdd a scala masterslave example
2013-05-21 Paul BédarideFix Windows Jenkins script
2013-05-17 Guillaume SerrièreRestore parmap unitTesting as part of teshsuite.
2013-05-17 Paul BédarideAdd linux and win shell scripts for jenkins
2013-05-16 Guillaume SerrièreAdd of context creation in parmap.
2013-05-16 Arnaud GierschInclude TRACING_SRC only when HAVE_TRACING.
2013-05-15 Paul BédarideRemove PCRE dependency and RuleBased routing
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-25 Nicolas BonichonMerge branch 'bittorrent'
2013-04-23 Paul BédarideFix doc bug [#15024]
2013-04-15 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-04-12 Paul BédarideAdd mpi allgatherv GB
2013-04-12 Paul BédarideReactivate some mpi collectives
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_light_barrier pair_mpi_barrier...
2013-04-11 Augustin Degommeadd missing coll test
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 Arnaud GierschRemove algorithm bcast-TSB.
2013-04-09 Augustin Degommereplace star_reduction by our own reduction
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 Degommeremove a redundant algorithm
2013-04-04 Paul BédarideAdd tesh files to test all new collectives
2013-04-03 Marion Guthmullermodel-checker : new examples (with tesh) for verificati...
2013-03-28 Arnaud GierschMake dist complete, and fix "make distcheck".
2013-03-28 Arnaud GierschDon't build smpi in a separate library anymore.
2013-03-28 Paul BédarideAdd collectives for allgather, allreduce, bcast and...
2013-03-25 Martin Quinsonsplit SMPI documentation into a specific file (no real...
2013-03-25 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideAdd colls.h to DefinePackages
2013-03-25 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-03-25 Paul BédarideAdd alltoall collectives from starmpi
2013-03-19 Arnaud GierschAlso link with platform independent libunwind.
2013-03-19 Marion Guthmullermodel-checker : cleanups
2013-03-10 Arnaud GierschAvoid to run the smpirun script through valgrind on...
2013-02-19 Augustin Degommeadd smpi to windows installer
2013-02-19 Augustin Degommeforce lib names to stop changing when activating smpi...
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschFile was removed.
2013-02-18 Arnaud GierschChange regexp to correctly handle types like "short...
2013-02-18 Arnaud GierschRemove duplicated strings.
2013-02-15 Arnaud GierschRemove unused script.
2013-02-15 Arnaud GierschCosmetics: add space before dot.
2013-02-14 Jonathan Rouzaud... Remove commented code from surf_routing_cluster
2013-02-13 Arnaud GierschCheck if INCLUDE_DIRECTORIES were found.
2013-02-13 Arnaud GierschAdd some debug messages.
2013-02-13 Arnaud GierschAdd missing files to the archive.
2013-02-13 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
next