Tom Clune
                                            Tom Clune
                                        
                                    Hmm. Well there is no error in that output. But it did not complete either. Even more odd, it looks like ExceptionVector.F90 built successfully, despite no record of having built...
The CMake option (as of 3.23) is ``` cmake .. -DCMAKE_SYSTEM_IGNORE_PREFIX_PATH='/usr/share/cmake' ``` You'll need to add any system paths that CMake may be searching; unfortunately the list is not short,...
@mathomp4 - just in case you are not following this ticket. Probably not a fun one to track down.
We are looking a bit more closely at the CI today. At first glance, the problem appears to be that CMake 3.25 is incorrectly processing the dependencies for files that...
Of course, if there are really are only 2 possibilities, then the entire section would be clearer with a logical. And for an integer, do you really want the reader...
I have agonized over these issues more than I probably should have for all the (lack of) actual problems I’ve encountered. One thing that is clear to me is that...
One additional point that might be worth making. So-called “half-precision” is becoming an important optimization on hardware accelerators when your code can tolerate it. I suspect that ISO_FORTRAN_ENV should be...
On Jan 12, 2018, at 11:12 AM, LadaF wrote: Hi, I do agree one should have generic version for multiple kinds prepared, at least in a library. I do not...
> On Jan 12, 2016, at 9:40 AM, LadaF [email protected] wrote: > > Hi, I don't believe there can be any definitive true naming convention for Fortran. Consistency within a...
I meant to add earlier in this thread, that I too used to use the “_t” suffix. Also flirted a bit with prefix “t_”. I’ve ultimately found them superfluous, though...