<div dir="ltr">Thanks, (off list)<div><br></div><div>I've got a git problem.</div><div><br></div><div>I rebased over master a few times in the past week (including this AM). The first time I did this I got a lot of conflicts from DM partitioner routines that I fixed manually, and after that these rebases were smooth.</div><div><br></div><div>Today I made some fixes on another machine and pushed them. You had given me the idiom 'git pull --rebase; git push', but I did not do this. I think this caused a massive problem.</div><div><br></div><div>I tried rebasing aging over master from my home machine and I got all kinds of conflicts, starting with these DM partitioning things. I started fixing these again and was getting conflicts as git replay commits, over and over. I gave up eventually.</div><div><br></div><div>So I am stuck. Is there something like a fix of history that is causing this problem, plz. This is branch adams/feature-dmplex-snes-landau. </div><div><br></div><div>The real diffs are in plex and the two plex header files.</div><div><br></div><div>Thanks again,</div><div>Mark</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 13, 2020 at 11:24 AM Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@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>