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