aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks/17 mpi
AgeCommit message (Collapse)AuthorFilesLines
2021-07-13Add expected skip annotations for non-linux CI runs to framework testsJon Turney1-1/+1
2021-07-07Annotate framework tests with where they are expected to skipJon Turney1-2/+4
Remove hard-coded framework test skip logic in skippable(), instead annotate test.json with environments in which skip is expected. (Mainly this is done with by testing the value of MESON_CI_JOBNAME now set for linux jobs)
2021-02-18Increase OpenMPI timeout to see if it fixes macOS CI test hangs.Jussi Pakkanen1-3/+3
2020-04-17tests: use a json matrix for MPIDylan Baker1-0/+15
This is a nice way to ensure that all of the methods continue to work
2020-03-19tests/mpi: Add a method optionDylan Baker2-4/+12
So we can force the use of pkg-config or config-tool
2019-10-18MPI: don't excessively skip Windows test cases, which can hide real problemsMichael Hirsch, Ph.D2-21/+27
2019-04-05BUGFIX: Microsoft MPI is only compatible with Intel FortranMichael Hirsch, Ph.D3-44/+38
2019-01-28Disable mixed (mscv/clang + gnu) Windows Fortran tests. Closes #4829.Jussi Pakkanen1-5/+7
2018-12-09Updated Linux CI image to cosmic.Jussi Pakkanen1-1/+1
2018-11-19-Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet1-1/+1
While this isn't solved everywhere, this seems reasonable to disable it. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
2018-10-14Set env vars so MS-MPI tests are runJon Turney1-1/+3
Import MS-MPI env vars set by installer in registry to environment Skip testing we can apply a version constraint to MPI when version isn't known (as is the case for MS-MPI) (These tests have never worked in appveyor)
2018-10-14Use 'CI' environment variable to detect CI environmentJon Turney1-1/+1
Use the 'CI' environment variable to detect CI environment, rather than a collection of CI-specific ones.
2018-08-26Tests for version constraints on custom lookup dependenciesJon Turney1-0/+3
2018-05-02Update CI image to bionic.Jussi Pakkanen2-2/+2
2018-01-06tests: skip mpi test if mpi not installedDylan Baker1-1/+4
2017-10-29Do not run MPI Fortran tests on Ubuntu Artful.Jussi Pakkanen2-1/+18
2017-08-04Move MPI tests into frameworks.Elliott Sales de Andrade4-0/+92
This prevents them being cross-compiled (which wouldn't work without MPI cross-compilers) and disables Windows builds (will need to be fixed later.)