Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_display_process_status becomes Global::display_all_actor_status
[simgrid.git] / teshsuite / smpi /
2019-12-10 Augustin Degommeinput sanitization continued.
2019-12-09 Augustin DegommeAdd more macros for input validation for colls.
2019-12-09 Augustin DegommeUse CHECK_ARGS for more collectives.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschFree dynamically allocated memory.
2019-12-05 Arnaud GierschFree communicators.
2019-12-05 Arnaud GierschReindent + minor stylistic issues.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommeremove debug stuff added by mistake...
2019-12-04 Augustin DegommeSomehow OSX "lost" aligned_alloc recently ?
2019-12-04 Augustin Degommerequalify tesh as one message changed category
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Arnaud GierschFix doubled semicolons.
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Augustin DegommeAdd a test for mpi_cart_sub based on the bug report...
2019-11-28 Augustin Degommeenhance shared tests to validate comms are skipped
2019-11-24 Arnaud GierschInitialize allocated memory.
2019-11-19 Augustin Degommeadd option "smpi/auto-shared-malloc-thresh"
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-10 Arnaud GierschFix test on slow machines.
2019-11-10 Arnaud GierschCode smells spotted by static analyzers.
2019-11-05 Frederic Suteradd example of GH#139
2019-10-27 Augustin DegommeRevert "remove useless (?) common block in fortran...
2019-10-27 Augustin Degommeremove useless (?) common block in fortran code as...
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-26 Augustin Degommeas said in the test : The MPI standard says that there...
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-25 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-24 Augustin Degommewarning --
2019-09-24 Augustin Degommeactivate bsend tests.
2019-09-24 Augustin Degommeadd MPI_Bsend, MPI_Ibsend, MPI_Bsend_init, MPI_Buffer_a...
2019-09-20 Frederic SuterMerge branch 'master' into disk
2019-09-19 Frederic SuterMerge branch 'master' into disk
2019-09-17 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterrevalidate last smpi-io test
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-16 Frederic Suterlet all but io-shared smpi-io tests use the hosts_with_...
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-22 Augustin Degommeshould work better with the hostfile in the dist.
2019-08-22 Augustin DegommeOne rma test actually needs exactly 2 processes per...
2019-08-18 Martin QuinsonThese tests really need zero buffering
2019-08-18 Augustin DegommeThis particular RMA test is filled with stupid calls...
2019-08-18 Augustin Degommeour coll-* tests include bad calls for coverage, they...
2019-08-18 Augustin Degommeadd tests for errhandlers
2019-08-18 Augustin DegommeAdd support for MPI Errhandlers in Comm, File, Win.
2019-08-18 Martin Quinsonmore informative error message when checking params...
2019-08-01 Martin Quinsonadd a dependency of this test to mpi, as required on...
2019-08-01 Martin QuinsonSMPI: redesign the end of actors/ranks' lifetime
2019-07-26 Augustin Degommeadd some comments on tests we don't pass
2019-07-26 Augustin DegommePartially revert 2b4dcee56 and activate a test.
2019-07-26 Augustin Degommeactivate a fortran test
2019-07-24 Augustin Degommedon't referenece missing symbol
2019-07-24 Augustin Degommetake care of some C/Fortran discrepancies
2019-07-24 Augustin Degommeactivate some C/Fortran tests
2019-07-22 Augustin Degommebetter handling of some datatypes in fortran
2019-07-18 Augustin Degommethat can be a bit too much for our poor ci vms
2019-07-18 Augustin Degommesomehow mpich forgot to activate these tests
2019-07-18 Augustin DegommeActivate some OP tests, and add some optional (stupid...
2019-07-18 Augustin Degommefinally activate all weird modes of allpairf(90)
2019-07-17 Augustin Degommethese can now be activated
2019-07-17 Augustin Degommereduce some tests duration as comm_create takes longer...
2019-07-17 Arnaud GierschAdd simple support for MPI_Rsend, MPI_Rsend_init.
2019-07-16 Martin QuinsonAdd support for MPI_Irsend
2019-07-10 Augustin Degommefix+activate rma test
2019-07-10 Augustin DegommeTry to avoid rare bug on one ci node.
2019-07-09 Arnaud GierschFix duplicated entries.
2019-07-02 Arnaud GierschDefine and use _XBT_STRINGIFY and _XBT_CONCAT{,2,3,4}.
2019-06-21 Augustin Degommeadd haiku support. Because why not.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-21 Augustin Degommetry to make rma tests faster
2019-05-18 Martin QuinsonFinish the conversion to python of the hostfile generation
2019-05-16 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-05-14 Augustin Degommewarnings-=2
2019-05-01 Augustin Degommeforgot to push test for write_at_all and read_at_all
2019-04-26 Augustin DegommeMPI_Comm_dup_with_info
2019-04-19 Arnaud GierschSet cfg=smpi/simulate-computation:no.
2019-04-19 degommefix issue seen on 34f5b82ed231ecce .
2019-04-19 degommefix io-shared (remove spurious ordered_read) and do...
2019-04-19 Martin Quinson[sonar] define each identifiers on its line
2019-04-18 Augustin Degomme32 bits insists of having some timestamps off by 1us...
2019-04-18 Augustin Degommebe cleaner with memory
2019-04-18 Augustin Degommefix out of source builds
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Augustin Degommetry to get rid of some variability
2019-04-18 Augustin Degommeadd hostfile as well for tests
2019-04-18 Augustin DegommeAdd some tests for io.
2019-04-14 Augustin DegommeFix 32 bits build
2019-04-14 Augustin DegommeRevert "Reactivate an umpire test, once disabled in...
2019-04-14 Augustin Degommedon't compile non working and non compiling test
2019-04-14 Augustin DegommePretend we support MPI 3.1.
2019-04-14 Augustin Degommecomment tests we don't support in MPI3, and fix a few...
2019-04-14 Augustin DegommeMPI_INFO_ENV ... Still does nothing for now
2019-04-14 Augustin DegommeReactivate an umpire test, once disabled in 56fefe1bf81ca.
next