Re: [petsc-dev] Kokkos build fail

2021-12-09 Thread Satish Balay via petsc-dev
My build is with xcode clang - not brew clang Satish On Thu, 9 Dec 2021, Mark Adams wrote: > Mpich seems to give the same error. > I use clang 13.0. I think I get that from homebrew. > Should I try something like: > brew install llvm@12 > > I see: > > (conda_env) 07:50 adams/fix_mat_ex5k=

Re: [petsc-dev] Kokkos build fail

2021-12-08 Thread Satish Balay via petsc-dev
This build goes through fine for me. [with petsc/main] xpro:petsc balay$ sw_vers ProductName:Mac OS X ProductVersion: 10.15.7 BuildVersion: 19H1519 xpro:petsc balay$ clang --version Apple clang version 12.0.0 (clang-1200.0.32.2) xpro:petsc balay$ ./configure --download-mpich --with-fc=0

Re: [petsc-dev] Kokkos build fail

2021-12-08 Thread Jacob Faibussowitsch
> And your algorithm looks idempotent to me Believe me, I was sufficiently shocked when everything magically started working the 3rd time around :) Best regards, Jacob Faibussowitsch (Jacob Fai - booss - oh - vitch) > On Dec 8, 2021, at 09:29, Mark Adams wrote: > > Thanks, > And your

Re: [petsc-dev] Kokkos build fail

2021-12-08 Thread Mark Adams
Thanks, And your algorithm looks idempotent to me On Wed, Dec 8, 2021 at 9:13 AM Jacob Faibussowitsch wrote: > So I had similar issues back when I originally wrote the clang linter — on > Big Sur. The TL;DR for me was that Catalina originally shipped with broken > cmath headers, something

Re: [petsc-dev] Kokkos build fail

2021-12-08 Thread Jacob Faibussowitsch
So I had similar issues back when I originally wrote the clang linter — on Big Sur. The TL;DR for me was that Catalina originally shipped with broken cmath headers, something future updates wouldn’t necessarily fix. The only way to fix it was to: 1. Reinstall CLT 2. Reinstall/install Xcode 3.

Re: [petsc-dev] Kokkos build fail

2021-12-08 Thread Mark Adams
Monterey. And my serial, optimized build works but it seems to use the same compiler. I am testing the parallel build again with debug turned off. On Wed, Dec 8, 2021 at 9:04 AM Jacob Faibussowitsch wrote: > You aren’t by chance on Catalina are you? > > Best regards, > > Jacob Faibussowitsch >

Re: [petsc-dev] Kokkos build fail

2021-12-08 Thread Jacob Faibussowitsch
You aren’t by chance on Catalina are you? Best regards, Jacob Faibussowitsch (Jacob Fai - booss - oh - vitch) > On Dec 8, 2021, at 08:49, Mark Adams wrote: > > I am failing on OSX with openmpi. Kokkos is failing to build. > I seem to be using: > > (conda_env) 08:46 1 adams/fix_mat_ex5k *=