Tom Clune
                                            Tom Clune
                                        
                                    Damian, Could you post a demagogical submodule example for those of us that would rather learn that way than by reading a book? - Tom > On Jan 12, 2016,...
Yes - there have been issues with overloading structure constructors in ifort. Many have been fixed, but I believe I’ve still seen at least one case with version 16. The...
Unfortunately, the first thing that occurs to me as idiomatic Fortran are the consistent _bad_ practices that are used throughout the community. E.g., using short variable names, long procedures, etc....
Never mind. I spelled “ISO_FORTRAN_ENV” as “ISO_C_BINDING” and got unlucky that the first error was for INT16. Getting some caffeine … > On Jan 21, 2016, at 7:56 AM, Tom...
Polymorphism should return a new instance for the base class if it is not abstract. But if it is ... then of() should not have been used.
Very odd. I don't have any immediate theory as to what could generate that error. It should be produced by a relatively simple python script that preprocesses a Fortran-FPP file....
I'll be on leave through next week and will not be able to dig into this until after that. The "multi-repo" testing definitely became more fragile after I allowed other...
Ah - thanks. I'm surprised this was not caught when I last tested these. I suspect I refactored to avoid the need for local variables, but did not clean up....
fixed. thanks.
I am a bit confused by this request. AFAIK, gFTL is installing in a canonical fashion. I am not strongly opposed to further generalization, but we have found that such...