Unable to build MET11.0.0 (on Cray HPC) #1991
-
Although I have successfully built MET11.0.0 on the desktop I have been unable to do so on our Cray HPC. The Beta4 release was OK, but I didn't try the Beta5 release (which would have picked it up earlier). From the config.log file I am using for gcc configure:6231: $? = 0 On the desktop version I am using (for context): configure:6231: $? = 0 I haven't had chance to see if I can correct things as yet. Rob |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@robdarvell I did some reading about the Change FROM: Also, please check to see if any newer compiler versions are already available on the Cray that support the C++11 standard. If so, please try compiling MET-11.0.0 as-is using the newer version. FYI, the So while the fix to the immediate problem is simple, the bigger concern is all the questions it raises.
Let's talk more about this at today's development meeting. |
Beta Was this translation helpful? Give feedback.
-
A quick update. I have removed the override keyword within the seeps.h file and recompiled. It has now moved onto some updates made in the seeps.cc before failing (around the SeepsClimoGrid::SeepsClimoGrid section). Given the age of the compiler I initially used(!) I agree it probably doesn't warrant a bug fix unless others come back with similar issues. I am trying to find various g++ compilers to try out still. |
Beta Was this translation helpful? Give feedback.
A quick update. I have removed the override keyword within the seeps.h file and recompiled. It has now moved onto some updates made in the seeps.cc before failing (around the SeepsClimoGrid::SeepsClimoGrid section).
Given the age of the compiler I initially used(!) I agree it probably doesn't warrant a bug fix unless others come back with similar issues.
I am trying to find various g++ compilers to try out still.