Re: [petsc-users] Error when configure cmake

2023-09-29 Thread Satish Balay via petsc-users
Here --download-cmake is failing [due to the old version of c++ compiler]. You can try installing an older version manually instead of --download-cmake Or you might be able to install a newer gcc/g++ easily [if its not already installed on your machine]. For ex: git clone https://github.com/spa

Re: [petsc-users] Error when configure cmake

2023-09-29 Thread Pierre Jolivet
You are using g++ (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23). You need to use a less ancient C++ compiler. Please send logs to petsc-maint, not petsc-users. Thanks, Pierre > On 30 Sep 2023, at 7:00 AM, Ivan Luthfi wrote: > > I am trying to configure my pets-3.13.6, but I have an error when running

[petsc-users] Spring 2024 PETSc meeting and release announcement 3.20

2023-09-29 Thread Barry Smith
The May 23-24, 2024 PETSc annual meeting in Cologne Germany website is now available: https://cds.uni-koeln.de/en/workshops/petsc-2024/home Please register and start making your travel plans. We are pleased to announce the release of PETSc version 3.20.0 at https://petsc.org/release/downloa

Re: [petsc-users] Issue when configuring my petsc-3.20.0

2023-09-29 Thread Satish Balay via petsc-users
Can you send us the complete configure.log file [as attachment] - perhaps to petsc-ma...@mcs.anl.gov Satish On Sat, 30 Sep 2023, Ivan Luthfi wrote: > Hi team, > I have an issue when I configure my petsc with the following script: > > ./configure --with-fc=0 --download-f2cblaslapack=1 > --with

[petsc-users] Issue when configuring my petsc-3.20.0

2023-09-29 Thread Ivan Luthfi
Hi team, I have an issue when I configure my petsc with the following script: ./configure --with-fc=0 --download-f2cblaslapack=1 --with-blaslapack-lib=libsunperf.a --with-blas-lib=libblas.a --with-lapack-lib=liblapack.a --download-make --with-cc=gcc --with-cxx=/home/ivanluthfi1/openmpi/opt-4.1.

Re: [petsc-users] Xcode 15.0 breaks PETSc configure?

2023-09-29 Thread Paul Tackley
It works. The current git main branch configures and compiles with Xcode-15 on my M1 Mac. Thank you, Paul > On 28 Sep 2023, at 15:56, Satish Balay wrote: > > petsc git repo main branch has fixes for xcode-15. Can you give it a try? > > Satish > > On Thu, 28 Sep 2023, Paul Tackley wrote: >