Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-06-25 Augustin Degommetry again and again to be more portable with this test
2013-06-25 Augustin Degommesame as before, to make ci happy
2013-06-25 Augustin Degommetry again to be 32/64 bit agnostic
2013-06-25 Augustin Degommemodify reduce test to provide better coverage
2013-06-25 Augustin Degommetry to make the shared test compatible with 32bit archi...
2013-06-25 Augustin Degommempich allgatherv was using wrong size value
2013-06-25 Augustin Degommemem leaks
2013-06-25 Augustin DegommeAdd a test for SMPI shared malloc and free
2013-06-25 suterunits for bandwidth properties too
2013-06-25 suterThese "properties" are actually bandwidths: allow users...
2013-06-25 suterstart to clarify this example
2013-06-25 suterremove an ugly pimple thanks to units in XML
2013-06-25 suterallow to use units for storage too (bits, or bytes...
2013-06-24 Augustin Degommeseparate allreduce tests, with one large and the other...
2013-06-24 Augustin Degommefix two nasty bugs in complex datatypes handling, caugh...
2013-06-24 Augustin Degommemem leak
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 Degommecorrect a few bcast algorithms and change the test...
2013-06-19 Augustin Degommehave allreduce test work on much larger arrays to trigg...
2013-06-19 Augustin Degommeompi selector was using the wrong algo for alltoallv...
2013-06-19 Augustin Degommeincrease tesh timeout for replay
2013-06-19 Augustin Degommeadd forgotten test for an mpich algorithm
2013-06-18 suterapply some coding standard in function naming (agier...
2013-06-18 suterdon't call things storage when it's mount
2013-06-18 suterdon't call things storage when it's mount
2013-06-18 Augustin DegommeThis is a bug in the implementation in OpenMPI, with...
2013-06-18 Augustin Degommetest for barrier algorithms was testing scatter ...
2013-06-18 Augustin Degommechange some defined values to less current ones
2013-06-18 Augustin DegommeMPI_ERR_COMM was sometimes returned instead of MPI_ERR_...
2013-06-18 Augustin Degommereduce_scatter default implementation was a mess
2013-06-18 Augustin Degommeif we send 0 data, don't bother with subtypes
2013-06-18 Augustin Degommeadd option "smpi/use_shared_malloc", with true as defau...
2013-06-18 suteryet another simplification of the storage API: we don...
2013-06-18 sutersize shouldn't be accessible from the user API.
2013-06-17 Paul BédarideFix of pastry
2013-06-17 Paul BédarideAdd pastry msg example (First attempt)
2013-06-14 Guillaume SerrièreChange xbt_os_timer interface to handle cpu time, threa...
2013-06-14 Arnaud GierschUse HEAD as default reference for git archive.
2013-06-14 Arnaud GierschAdd a small value to avoid rounding differences between...
2013-06-14 Arnaud GierschChange type double for size_t.
2013-06-14 Arnaud GierschRemove unused variables.
2013-06-14 Arnaud GierschComment out useless operation.
2013-06-14 Arnaud GierschAdd missing dependency.
2013-06-14 Augustin Degommewrong file name in cmake file
2013-06-14 Augustin Degommeadd missing prototype
2013-06-14 Augustin Degommeopenmpi recently changed its decision for alltoallv...
2013-06-14 Augustin Degommeadd missing replay files to dist
2013-06-13 degommeforgot one file
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 Jonathan Rouzaud... SIMIX call + MSG function + Java binding for get_core
2013-06-13 Marion Guthmullermodel-checker : restore while statement for bugged1_liv...
2013-06-13 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-06-13 Jonathan Rouzaud... Properties available for cluster tag
2013-06-13 Marion Guthmullermodel-checker : update bugged1 and bugged2 tesh (differ...
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 Guthmullerunused variable if tracing disabled
2013-06-13 Marion Guthmullermodel-checker : increase timeout in tesh
2013-06-13 Marion Guthmullermodel-checker : missing #ifdef
2013-06-13 Marion Guthmullermodel-checker : update bugged2 tesh
2013-06-13 Marion Guthmullermodel-checker : fix (again ..) DPOR for iSend/iRecv...
2013-06-13 Marion Guthmullermodel-checker : improve debug messages
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 degommeunused variable
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 Jonathan Rouzaud... fix Node.java
2013-06-12 Arnaud GierschSimplify the link specifications for libSG_java on...
2013-06-12 Arnaud GierschPrototypes were changed by previous commit.
2013-06-12 suterfurther simplification of the storage API, keep size...
2013-06-12 Arnaud GierschUse correct modifier, and don't lie about pointer type.
2013-06-12 Arnaud GierschAddress compilation warnings.
2013-06-12 Arnaud GierschAdd CMakeLists.txt for examples/msg/semaphores/.
2013-06-12 Arnaud GierschSort entries.
2013-06-12 Arnaud GierschAdd files to the dist archive.
2013-06-12 Arnaud GierschThis file doesn't belong to the dist archive.
2013-06-12 Arnaud GierschUse real parameter name in comment.
2013-06-12 Jonathan Rouzaud... AS access from MSG layer
2013-06-11 Augustin Degommeremove warnings 2
2013-06-11 Augustin Degommeremove warnings
2013-06-11 Paul BédarideRemove debuging printf
2013-06-11 Jonathan Rouzaud... Fix jmsg_as getSons
2013-06-11 Paul BédarideAdd msg As getModel and GetHosts
2013-06-11 Paul BédarideAdd missing files
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 DegommeFix bug happening with MPI_Datatypes
2013-06-11 Augustin Degommeadd allgatherv algo from ompi
2013-06-11 Augustin Degommeadd new allgather algo from ompi
2013-06-11 sutersize_t instead of unsigned long for storage size and...
2013-06-11 sutersimplify the simcall stack for file unlink
2013-06-11 suterthere is no stat on files anymore
2013-06-11 sutercleaning step: uniform naming (stream to fd) + some...
next