[petsc-users] Error when configure cmake
Satish Balay
balay at mcs.anl.gov
Sat Sep 30 00:16:24 CDT 2023
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/spack/spack/
cd spack
./bin/spack install gcc at 7.5.0
Satish
On Sat, 30 Sep 2023, Pierre Jolivet wrote:
> 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 <ivanluthfi5 at gmail.com> wrote:
> >
> > I am trying to configure my pets-3.13.6, but I have an error when running configure on cmake. Please help me on this. Here is the following configure.log.
> >
> > <configure.log>
>
More information about the petsc-users
mailing list