Commit Graph
20 Commits
Author SHA1 Message Date
Veselin Dobrev 90d3a987fe Modified the unit tests to print that they are not supported with
single precision and return the "skip" exit code.
2024-03-22 11:31:45 -07:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Will Pazner b2a7499cbf Add options to enable mfem::out test output and verbose mode
Also move global variable definitions to run_unit_tests.hpp to avoid duplication
in each test main cpp file.
2022-06-02 15:34:00 -07:00
Will Pazner 755c136f1b Don't duplicate unit test output in parallel 2022-03-24 08:39:58 -07:00
Will Pazner 4ace41773d Remove Mpi::Session, access directly using static member functions 2022-03-11 15:41:07 -08:00
Will Pazner 8d812ec8c3 Rename MPI class to Mpi to avoid conflict with (deprecated) C++ MPI namespace 2022-03-11 13:43:14 -08:00
Will Pazner 6602fdd255 Remove GlobalMPISession in TMOP unit tests 2022-03-09 08:34:23 -08:00
Tzanio f2cad1e55b MPI_Session -> MPI singleton in examples, miniapps and tests 2022-03-08 19:29:45 -08:00
Tzanio 8f7cb0b3db Switch to a singleton for the hypre session object: 'HYPRE_Session hypre;' -> 'Hypre::Init();' 2022-03-08 18:06:43 -08:00
Tzanio 447f00d80b Added a HYPRE_Session class to hypre.?pp and examples/miniapps 2022-03-07 14:22:22 -08:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Will Pazner ea0dfd78db Refactor unit test main files 2021-07-06 22:37:45 -07:00
Will Pazner 7be7168769 Unit tests that depend on mfem/data repository
Only run unit tests if data directory is present
Clone mfem/data in GitLab CI
2021-07-06 17:21:08 -07:00
Veselin Dobrev b8ed750ddd A number of tweaks and fixed in the CMake and GNU make build
systems for the unit tests.
2021-05-07 18:55:52 -07:00
camierjs 07d8f71a22 Add a unit tests command line '--all' option to launch *all* non-regression tests 2021-05-07 11:26:01 -07:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Will Pazner 9d83eed55c Upgrade to Catch v2.13.0 from v1.6.1 2020-08-04 08:37:48 -07:00
Tzanio 09d58fab94 Removed more spaces 2020-03-10 16:48:32 -07:00
camierjs 80600ae5d0 WIP parallel/serial test_sedov 2020-03-09 20:25:19 -07:00