Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

Issue Installing Ngsolve

More
4 years 5 months ago #2148 by THaubold
Hi,

we can't compile Ngsolve anymore. I pulled the git and tried to update my version, a colleague of mine (in the same institute) tried to compile a new installation, but we both get the following error:

This code does not compile with GCC 8.1/8.2, please upgrade your compiler

Do we need a more recent GCC compiler than that?
(We are working on a fixed redhat enviroment, so there was no change on our side regarding the compiler (gcc 8.1 and cmake 3.10))

Best regards,
Tim
More
4 years 5 months ago - 4 years 5 months ago #2149 by hvwahl
Replied by hvwahl on topic Issue Installing Ngsolve
Hi Tim,

looking at this commit from yesterday I would guess the answer is yes.

Best wishes,
Henry
Last edit: 4 years 5 months ago by hvwahl.
More
4 years 5 months ago #2153 by christopher
Hi,
yes, gcc 8.1 has a severe bug that removes some for loops over initialization lists. We had workarounds at some places where we knew this could occour, but now decided to exclude these compiler versions because of this bug. You can use 7.4, 8.3 or gcc 9.
Best
Christopher
Time to create page: 0.134 seconds