<div dir="ltr"><div>We should really try to find a workaround for this issue.<br></div><div>The problem only triggers with a quite old GCC version.</div><div>I cannot avoid feeling guilty about it.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 13 Jul 2020 at 18:24, Satish Balay via petsc-dev <<a href="mailto:petsc-dev@mcs.anl.gov">petsc-dev@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Checking src/mat/tests/ex231.cxx  you need:<br>
<br>
diff --git a/src/dm/impls/plex/landau/kokkos/tutorials/ex1.cxx b/src/dm/impls/plex/landau/kokkos/tutorials/ex1.cxx<br>
index d04eaf96e7..967efc3625 100644<br>
--- a/src/dm/impls/plex/landau/kokkos/tutorials/ex1.cxx<br>
+++ b/src/dm/impls/plex/landau/kokkos/tutorials/ex1.cxx<br>
@@ -1,5 +1,7 @@<br>
 static char help[] = "Simple Kokkos test\n\n";<br>
<br>
+#define PETSC_SKIP_CXX_COMPLEX_FIX<br>
 #include <petscdmplex.h><br>
<br>
<br>
<br>
Also #requiresdefine is not meant for example makefile. You can use:<br>
<br>
build: requires: in /*TEST section<br>
<br>
Satish<br>
<br>
<br>
On Mon, 13 Jul 2020, Mark Adams wrote:<br>
<br>
> I have a wip C++ test that just calls PetscInitialize and Finalize, and I<br>
> am getting some sort of error in the include file:<br>
> <br>
> <a href="https://gitlab.com/petsc/petsc/-/jobs/635768809" rel="noreferrer" target="_blank">https://gitlab.com/petsc/petsc/-/jobs/635768809</a><br>
> <br>
> All I do is:<br>
> <br>
> #include <petscdmplex.h><br>
> <br>
> Any ideas?<br>
> Thanks,<br>
> Mark<br>
> <br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Lisandro Dalcin<br>============<br>Research Scientist<br>Extreme Computing Research Center (ECRC)<br>King Abdullah University of Science and Technology (KAUST)<br><a href="http://ecrc.kaust.edu.sa/" target="_blank">http://ecrc.kaust.edu.sa/</a><br></div></div></div>