Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-06 Thread Kaus, Boris
is able to overcome it. I pushed this change to `balay/fix-macos-version-check` branch - can you try from it? Satish On Wed, 5 Apr 2023, Kaus, Boris wrote: I don’t understand why this keeps giving the same error (shouldn’t): sandbox:${WORKSPACE}/srcdir/petsc-3.18.0 # ./configure --prefix

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
MacOSX Catalina OS\n') +isDarwinCatalina_value = True +except: + if log: log.write('MacOS version detecton failed!\n') + pass if output.find('freebsd') >= 0: if log: log.write('Detected FreeBSD') isFreeBSD_value = True Satish On We

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
alay@ypro petsc % python3 Python 3.9.6 (default, Mar 10 2023, 20:16:38) [Clang 14.0.3 (clang-1403.0.22.14.1)] on darwin Type "help", "copyright", "credits" or "license" for more information. import platform platform.mac_ver() ('13.3', ('', '', ''), 'x86_64')

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
.0.3 (clang-1403.0.22.14.1)] on darwin Type "help", "copyright", "credits" or "license" for more information. import platform platform.mac_ver() ('13.3', ('', '', ''), 'x86_64') platform.mac_ver()[0].split('.') ['13', '3'] tuple([int(a) for a in platform.mac_ver()[0].sp

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
It requires Julia, BinaryBuilder and a system that allows Docker. Boris On 5. Apr 2023, at 22:49, Kaus, Boris wrote: Don’t think so: sandbox:${WORKSPACE}/srcdir/petsc-3.18.0 # env _=/usr/bin/env VERBOSE=true BUILD_LD=/opt/bin/x86_64-linux-musl-cxx11/x86_64-linux-musl-ld OLDPWD=/workspace/srcdir/petsc

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
-strings -Wno-unknown-pragmas -fstack-protector -fno-stack-check -Qunused-arguments -fvisibility=hidden -g3 -O0 Version: Apple clang version 14.0.3 (clang-1403.0.22.14.1) ... ... On Wed, 5 Apr 2023, Kaus, Boris wrote: It can be reproduced with this: sandbox:${WORKSPACE}/srcdir/petsc-3.18.0

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
s some typo/error in the configure command that is being >> executed. Can you post it here? >> >> Il giorno mer 5 apr 2023 alle ore 23:18 Kaus, Boris ha >> scritto: >> >>> Hi everyone, >>> >>> I’m trying to install precompiled binaries for

Re: [petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
te: It seems there's some typo/error in the configure command that is being executed. Can you post it here? Il giorno mer 5 apr 2023 alle ore 23:18 Kaus, Boris mailto:k...@uni-mainz.de>> ha scritto: Hi everyone, I’m trying to install precompiled binaries for PETSc 3.18.5 & 3.19.0

[petsc-users] Installation issue of 3.18.* and 3.19.0 on Apple systems

2023-04-05 Thread Kaus, Boris
Hi everyone, I’m trying to install precompiled binaries for PETSc 3.18.5 & 3.19.0 using the BinaryBuilder cross-compilation: https://github.com/JuliaPackaging/Yggdrasil/pull/6533, which mostly works fine: https://buildkite.com/julialang/yggdrasil/builds/2093). Yet, on apple systems I receive a

Re: [petsc-users] Galerkin multigrid coarsening

2014-01-30 Thread Kaus, Boris
Thanks Jed, I'll give it a try and let you know. Might take a bit though. Boris On Jan 30, 2014, at 17:45, Jed Brown j...@jedbrown.org wrote: Boris Kaus k...@uni-mainz.de writes: While doing multigrid it is possible to explicitly set restriction and prolongation/interpolation

[petsc-users] Recursive fieldsplit

2013-05-20 Thread Kaus, Boris
Hi, Example 42 (src/ksp/ksp/examples/tutorials) with recursive fieldsplit used to work in petsc 3.2 and petsc 3.3p2 with the patch suggested below by Barry. mpiexec -np 4 ./ex42 \ -stokes_ksp_type gcr \ -stokes_ksp_rtol 1.0e-6 \ -stokes_pc_type fieldsplit \ -stokes_pc_fieldsplit_type SCHUR \

[petsc-users] fieldsplit recursive

2012-06-29 Thread Kaus, Boris
Hi, If I understand this correctly, it also implies that the fieldsplit-in-fieldsplit options described in Jed's manuscript on the new multiphysics options of PETSc http://www.mcs.anl.gov/uploads/cels/papers/P2017-0112.pdf section IV are broken in PETSC 3.3. That's a bummer as it is the