Peter Teuben
Peter Teuben
deja vu on this.... was this due to otf compilation wasn't the same as the one via the makedefs/Makefile ?
voila, the default is now -std=c++17, and it seems falcON needs -std=c++14 or below. I've decided on c++11, since code was developed as late as 2011. See code fix in...
See also #56
A more detailed look seems to show that gfortran-10 on linux works fine, but it's the one on the Mac that is broken. And to be clear, this is homebrew...
Not sure if you saw my first, or edited message, as i had to admit the problem is on mac only
The compiler error on gcc-11 is: Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/CHARACTER(*)). but by adding a -fallow-argument-mismatch flag, this passes the compiler...
I've added this flag to the Makefile in io_nemo. I don't have runtime error on ubuntu20, but I'm looking into U21.10 where there is still a runtime error.
My error was that from a previous test a 0 length plummer was there, then the rest fails. I would like to argue the testsuite scripts should write their files...
I have a proposed solution (not committed yet), where RT= is set via commandline arg to the scripts. We could also make this the default. The other problem with /tmp/...
committed