Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2013-07-02 alebreMinor changes for fixing dp_intensity at java level...
2013-07-01 alebreFix VM params once for all - Adrien
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-28 Takahiro HirofuchiFix super slow and meaning less code
2013-06-26 Paul BédarideFix problems on host on/off
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-17 Paul BédarideAdd MSG_host_on and MSG_host_off
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...
2013-06-11 suterone parameter less for open
2013-06-11 suterget rid of mode for open in Java bindings too
2013-06-11 suterget rid of "mode" parameter in the open file function...
2013-06-11 Augustin Degommeadd missing file in dist
2013-06-11 Augustin Degommeremove warning
2013-06-11 degommeremove warning
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 Degommeuseless line
2013-06-10 Augustin Degommeadd tests for ompi selector
2013-06-10 Augustin Degommeadd a new allreduce algorithm from openmpi
2013-06-10 Augustin Degommeactivate commute flag for MPI_Op, adds smpi_op_is_commu...
2013-06-10 Augustin Degommeremove warnings in smpi selector
2013-06-10 Marion Guthmullermodel-checker : update tesh for liveness example
2013-06-10 Marion Guthmullermodel-checker : update tesh
2013-06-10 Marion Guthmullermodel-checker : remove out of date tesh of chord example
2013-06-10 suteravoid double variable definition when tracing is activa...
2013-06-08 Marion Guthmullermodel-checker : free memory
2013-06-08 Marion Guthmullermodel-checker : increase number of colors for dot output
2013-06-08 Marion Guthmullercosmetics : indent
2013-06-08 Marion Guthmullermodel-checker : use raw_heap instead of std_heap
2013-06-08 Marion Guthmullermodel-checker : fix dot output for smpi examples
2013-06-08 Marion Guthmullercosmetics : indent
2013-06-08 Marion Guthmullermodel-checker : add information in counter-example...
2013-06-08 George MarkomanolisNew actions for the time independent trace replay frame...
2013-06-07 degommerename old alltoall selector function, which will proba...
2013-06-07 degommeadd ompi selector for smpi collectives (use --cfg=smpi...
next