Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2014-07-24 Gabriel Corona[mc] Use mc_region_contain where it could be used
2014-07-24 Gabriel Corona[mc] Udpate doxygen comments
2014-07-24 Paul BédarideAdd test for host on off and some fixes
2014-07-23 Augustin DegommeSet 4 tests that fail on Windows and won't ever pass...
2014-07-22 Gabriel Corona[mc] Add tests for sparse snapshot
2014-07-22 Gabriel Corona[mc] Disable soft-dirty page tracking by default
2014-07-21 Augustin Degommesanitize get/set_name functions for fortran use
2014-07-21 Gabriel Corona[mc] Disable optimisation for xbt when using MC
2014-07-21 Gabriel Corona[mc] Do not handle mc_model_checker->parent_snapshot...
2014-07-21 Augustin DegommeAdd MPI_Win_get_name and MPI_Win_set_name support
2014-07-21 Augustin Degommereactivate allred test
2014-07-21 Gabriel Corona[mmalloc] Force metadata update in mmalloc/mrealloc
2014-07-21 Gabriel Corona[mmalloc] Add mmcheck() which checks mmalloc heap consi...
2014-07-21 Gabriel Corona[mmalloc] Add new block type for heapinfo blocks
2014-07-17 Augustin Degommerevert changes on allgatherv4, which needed manual...
2014-07-17 Augustin Degommeremove warning with mc
2014-07-17 Augustin Degommeremove warning
2014-07-17 Augustin DegommeFinish pulling changes from mpich trunk testsuite
2014-07-17 Augustin DegommeUpdate comm, datatype from mpich trunk
2014-07-17 Augustin Degommeenforce a scatter error in some cases
2014-07-17 Augustin Degommeupdate collectives teshsuite from mpich git (only minor...
2014-07-17 Augustin Degommetesh update for fabien's work on surf
2014-07-17 Augustin Degommefabien's work on surf
2014-07-16 Adrien LebrePush Takahiro Patch and fix cloud.tesh - Adrien
2014-07-16 Adrien LebreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-07-16 Adrien LebreFix a typo in the java-cloud example and add one TODO...
2014-07-16 Augustin Degommefix dist
2014-07-16 Augustin Degommerename function
2014-07-16 Augustin Degommerequalify tesh
2014-07-16 Augustin Degommeuse global variables to store values that may be used...
2014-07-16 Augustin Degommeadd time injection in MPI_Wtime and MPI_Test, to match...
2014-07-16 Augustin Degommeadd comment for magic value
2014-07-16 Augustin Degommeadd F90 rma tests
2014-07-16 Takahiro Hirofuchimigration: minor cleanup and update TODO
2014-07-16 Takahiro Hirofuchimigration: fix status check of migration
2014-07-15 degommeremove the allred test
2014-07-15 degommeallred test needed unsigned char support, which was...
2014-07-15 degommeAdd MPI_Type_set_name and MPI_Type_get_name and activat...
2014-07-15 degommeactivate scatterv test, which needed Carts and Dim
2014-07-14 degommeadd definitions
2014-07-14 degommefix dist
2014-07-14 degommeset default size of Aint to integer*8 ... not ideal...
2014-07-12 degommeadapt mpif.h for rma
2014-07-11 degommeAdd f77 RMA tests
2014-07-11 degommempich testsuite: add f77 topo test
2014-07-11 degommempich testsuite: activate now working datatype test
2014-07-11 Gabriel Corona[mmalloc] Add documentation
2014-07-11 Gabriel Corona[mmalloc] Avoid useless memset0
2014-07-11 Gabriel Corona[mc] Remove 'previous' variable ind mmalloc_compare_heap()
2014-07-11 Gabriel Corona[mc] Fix test on type in mc_diff
2014-07-10 Gabriel Corona[mc] Fix name of mc_snapshot_memcmp()
2014-07-10 Gabriel Corona[mc] Add unit tests for reading/comparing the whole...
2014-07-10 Gabriel Corona[mc] Test flat snapshots as well
2014-07-10 Gabriel Corona[mc] Add unit test for mc_snapshot
2014-07-08 Augustin DegommeFix distcheck
2014-07-08 Augustin Degommefile was not in the dist
2014-07-08 Augustin Degommeactivate working test
2014-07-08 Augustin DegommeAdd perf mpich3 tests
2014-07-08 Augustin Degommereduce size of recently added tests, to avoid them...
2014-07-08 Augustin DegommePrevious commit exposes a bug in OpenMPI, switch algori...
2014-07-08 Augustin Degommeactivate two tests in collective communications
2014-07-08 Gabriel Corona[mc] Move page store test from the integration test...
2014-07-08 Gabriel CoronaAdd support for C++ in tools/sg_unit_extractor.pl
2014-07-08 Augustin Degommeleak --
2014-07-08 Gabriel Corona[mc] Use mc_snapshot_region_memcmp() in compare_areas_w...
2014-07-08 Gabriel Corona[mc] Avoid memory allocation for flat snapshots in...
2014-07-08 Gabriel Corona[mc] Fix name of mc_snapshot_region_memcmp
2014-07-08 Gabriel CoronaMerge branch 'mc-fix' into mc-fastsnapshot
2014-07-08 Gabriel Corona[mc] Fix check on type name
2014-07-08 Gabriel Corona[mc] Fix bad parameter passed in mc_diff
2014-07-07 Augustin Degommeadd minloc and maxloc for long_long
2014-07-07 Augustin Degommethis should be err_rank, not err_comm
2014-07-07 Augustin Degommeadd a non-existing MPI_2LONG datatype to handle some...
2014-07-07 Paul BédarideXml platform cleaning teshsuite/msg
2014-07-07 Gabriel Corona[mc] Fix lookup of malloc fragment type
2014-07-07 Augustin Degommeactivate working tests
2014-07-07 Augustin Degommeuse the right types in fortran for some platforms ...
2014-07-07 Augustin Degommedefine types used by fortran even when only C code...
2014-07-07 sutertemporary hack to be able to replay traces of fortran...
2014-07-04 Gabriel Corona[mc] Fix bound check in mc_snapshot_read_region
2014-07-04 Gabriel Corona[mc] Add mc_snapshot_read_pointer()
2014-07-04 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-03 Marion Guthmullerdon't destroy detached comm from the sender side during...
2014-07-03 Marion Guthmullerfix debug message (wrong buffer was printed)
2014-07-03 Marion Guthmullermodel-checker : update tesh
2014-07-03 Marion Guthmullermodel-checker : cosmetic in log message
2014-07-03 Marion Guthmullermodel-checker : check dict content before removing...
2014-07-03 Marion Guthmullermodel-checker : remove useless condition
2014-07-03 Gabriel Corona[mc] Fast path when comparing NULL against non-NULL...
2014-07-03 Gabriel Corona[mc] Bug: MC was reading from the wrong region
2014-07-03 Martin QuinsonLittle script to report on our MPICH3 coverage
2014-07-02 Augustin Degommefix platform paths for windows packaging
2014-07-01 Gabriel Corona[mc] Fix unit MC tests after platform file move/rename
2014-07-01 Paul BédarideFix test-smpi-mpich3 tests
2014-07-01 Paul BédarideFix CMakeLists.txt
2014-07-01 Gabriel Corona[mc] Remove useless question in assert
2014-07-01 Paul BédaridePath relative to xml directory works
2014-06-30 Paul BédarideXml platform cleaning examples/msg/ns3
2014-06-30 Paul BédarideFix ns3
2014-06-30 Paul BédarideXml platform cleaning example/scala
next