Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2013-04-03 Augustin Degommefix a bug happening with manually defined clusters
2013-04-03 Augustin Degommeadapt two collectives of starmpi to avoid timing issues...
2013-04-03 Augustin Degommeactually use starmpi collectives for allreduce
2013-04-03 Marion Guthmullermodel-checker : new examples (with tesh) for verificati...
2013-04-03 Marion Guthmullermodel-checker : display address of communication in...
2013-04-03 Marion Guthmullermodel-checker : iSend/iRecv independent with Wait but...
2013-04-02 Marion Guthmullermodel-checker : state at max depth may have none interl...
2013-04-02 Augustin Degommehave sendrecv_replace work with non contiguous datatype...
2013-04-02 Marion Guthmullermodel-checker : update tesh
2013-04-02 Marion Guthmullermodel-checker : signed int instead of unsigned int
2013-04-02 Marion Guthmullermodel-checker : update tesh (different log messages)
2013-04-02 Marion Guthmullermodel-checker : create dot_output file after MC_do_the_...
2013-04-01 Marion Guthmullermodel-checker : restore independence between iSend...
2013-04-01 Marion Guthmullermodel-checker : update state equality detection
2013-03-29 Paul BédarideTesh sort wanted output
2013-03-29 Augustin Degommenew attempt to stabilize the use of underscores on...
2013-03-29 Augustin Degommefreebsd compatibility
2013-03-29 Augustin Degommeremove states for the new tracing option, as only links...
2013-03-29 Augustin Degommeswitch back from two underscores to one in fortran...
2013-03-29 Augustin Degommeadd a cfg:tracing/smpi/internals option, to trace all...
2013-03-29 Augustin Degommeupdate dtd
2013-03-29 Augustin Degommeadd a loopback_lat and loopback_bw to cluster tag
2013-03-29 Augustin Degommeadd limiter_link option to cluster tag, to add a pseudo...
2013-03-29 Augustin Degommeadd a bunch of bindings/new definitions of unimplemente...
2013-03-28 Arnaud GierschCosmetics: those are regexps.
2013-03-28 Arnaud GierschRemove extraneous parentheses, and silent clang.
2013-03-28 Arnaud GierschMake dist complete, and fix "make distcheck".
2013-03-28 Arnaud GierschFix build without smpi.
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-27 Marion Guthmullermodel-checker : add example (electric_fence) to check...
2013-03-27 Martin Quinsonfix for windows -- not sure if it's still mandatory...
2013-03-25 Arnaud GierschFix various build errors.
2013-03-25 Arnaud GierschReindent files before changes.
2013-03-25 Arnaud GierschMissing include.
2013-03-25 Marion Guthmullermodel-checker : variable declaration deleted with a...
2013-03-25 Marion Guthmullermodel-checker : add variable deleted before to resolve...
2013-03-25 Marion Guthmullermodel-checker : ignore variable about time used with...
2013-03-25 Marion Guthmullermodel-checker : if acceptance cycle is detected, get...
2013-03-25 Marion Guthmullermodel-checker : last fix in DPOR algorithm if max depth...
2013-03-25 Marion Guthmullermodel-checker : update bugged1 tesh
2013-03-25 Martin Quinsondocumentation cosmetics
2013-03-25 Martin Quinsonfix some simple errors in the commit of Paul (not enoug...
2013-03-25 Martin Quinsonrework the SMPI documentation quite a bit
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 Jonathan Rouzaud... Fix sendBounded java binding
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-21 Arnaud GierschDumb commit: kill empty line.
2013-03-21 Arnaud GierschKill unused variable.
2013-03-21 Marion Guthmullermodel-checker : use xbt_free_f instead of a new functio...
2013-03-21 Marion Guthmullermodel-checker : fix soundness of DPOR algorithm if...
2013-03-19 Arnaud GierschAlso link with platform independent libunwind.
2013-03-19 Arnaud GierschInitialize variables.
2013-03-19 Arnaud GierschGenerated file has changed.
2013-03-19 Arnaud GierschAdd missing declarations.
2013-03-19 Marion Guthmullermodel-checker : update tesh
2013-03-19 Marion Guthmullermodel-checker : order reached_pairs by number of proces...
2013-03-19 Marion Guthmullermodel-checker : free memory
2013-03-19 Marion Guthmullermodel-checker : cosmetics
2013-03-19 Marion Guthmullermodel-checker : fragment size and fragment number may...
2013-03-19 Jonathan Rouzaud... Add receive bounded to the java binding
2013-03-19 Marion Guthmullermodel-checker : store heap_bytes_used and number of...
2013-03-19 Marion Guthmullermodel-checker : update tesh (according to previous...
2013-03-19 Marion Guthmullermodel-checker : cleanups
2013-03-19 Marion Guthmullermodel-checker : code refactoring for get_hash_global
2013-03-18 Nicolas BonichonFix msg-bittorrent's problem of incompletion
2013-03-16 Marion Guthmullermodel-checker : update msg chord example for the verifi...
next