Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
4b7ad06d
Commit
4b7ad06d
authored
Oct 07, 2019
by
Müller, Felix
Browse files
Disable tests for PETSc with nonmatching type
parent
ca27d54f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/ProblemStatTest.cpp
View file @
4b7ad06d
...
...
@@ -54,11 +54,19 @@ int main(int argc, char** argv)
{
Environment
env
(
argc
,
argv
);
#if !HAVE_PETSC || PETSC_USE_REAL_SINGLE
test
<
float
>
();
#endif
#if !HAVE_PETSC || PETSC_USE_REAL_DOUBLE
test
<
double
>
();
#endif
#if !HAVE_PETSC
test
<
long
double
>
();
#endif
#if HAVE_QUADMATH
#if HAVE_QUADMATH
&& (!HAVE_PETSC || PETSC_USE_REAL___FLOAT128)
test
<
Dune
::
Float128
>
();
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment