<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 12, 2020 at 1:36 PM 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">This build is with --with-cxx=0 - so .cxx source-files shouldn't get compiled.<br>
<br>
I'm not sure what the mechanism we have for disabling compile of cxx sources when --with-cxx=0 is used.<br>
<br>
Checking -  I see most of the cxx sources are tied to external-packages - and the corresponding package configure enforces c++ requirement<br>
<br>
How is kokkos enabled? Is there no --download-kokkos [or equivalent] needed in configure for kokkos?<br></blockquote><div><br></div><div>This is not a kokkos file, well it is but the guts are #ifdef'ed out to get it to build. (I can build and run the regression test in the tutorials directory directly).</div><div><br></div><div>If someone wants to make --download-kokkos I have a test.</div><div><br></div><div>Thanks,</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Note --with-cxx=0 - likely g++ is somehow getting picked up here [ with /usr/include/stdio.h] - resulting in failure<br>
<br>
Satish<br>
<br>
On Sun, 12 Jul 2020, Mark Adams wrote:<br>
<br>
> I am getting pipeline errors for  adams/feature-dmplex-snes-landau on<br>
> Windows-uni. mswin-gnu is fine.<br>
> <br>
> There are lots of errors, here is the start. I've tried to match<br>
> mat/viennacl, which has .cxx files, w/o luck.<br>
> <br>
> Any ideas?<br>
> Thanks,<br>
> Mark<br>
> <br>
>         CXX<br>
> arch-ci-mswin-uni/obj/dm/impls/plex/landau/kokkos/landau_kokkos.o<br>
> In file included from /usr/include/stdio.h:61,<br>
>                  from<br>
> /home/glci2/builds/p34_q_s8/0/petsc/petsc/include/petscsys.h:225,<br>
>                  from<br>
> /home/glci2/builds/p34_q_s8/0/petsc/petsc/include/petscis.h:7,<br>
>                  from<br>
> /home/glci2/builds/p34_q_s8/0/petsc/petsc/include/petscvec.h:9,<br>
>                  from<br>
> /home/glci2/builds/p34_q_s8/0/petsc/petsc/include/petscmat.h:6,<br>
>                  from<br>
> /home/glci2/builds/p34_q_s8/0/petsc/petsc/include/petsc/private/dmpleximpl.h:4,<br>
>                  from<br>
> /home/glci2/builds/p34_q_s8/0/petsc/petsc/src/dm/impls/plex/landau/kokkos/landau_kokkos.cxx:5:<br>
> /usr/include/sys/types.h:165:18: error: conflicting declaration ‘typedef<br>
> __uid_t uid_t’<br>
>   165 | typedef __uid_t  uid_t;  /* user id */<br>
>       |                  ^~~~~<br>
> <br>
</blockquote></div></div>