Tom Clune

Results 237 comments of Tom Clune

So sorry - this issue apparently got buried during my winter vacation ... This has come up before with a Cray system. The intent was that CMake should only reach...

Sorry for not noticing this issue for so long. Somehow am not getting some notifications in my email. For historical reasons, we export gFTL as "GFTL". So the correct find...

I would argue nothing is broken. `find_package(GFTL)` works fine in a large number of other projects. If you know a simple way to have it export under both capitalizations (without...

Forgot @avysk in previous request.

@LiamBindle This one is for GFE. The one you got last week was for GEOS. (Just so you know that there are 2 different CLA's now.)

Yes I routinely use V2 in my new development. I just never threw the switch to make v2 the default because it would just break older code. The installation uses...

I should create a new suite of examples, but really don't have time for an organized response on that front just now. I can probably point you to a few...

I took a quick break today to at least get the ball rolling on bonafide examples. See `./example/v2/Vector/VecIntAndReal.F90` in branch https://github.com/Goddard-Fortran-Ecosystem/gFTL/tree/feature/%23192-update-examples-for-v2-interfaces Real-world examples coming in a moment.

First - just in case you've not seen them, there is some useful documentation at: https://github.com/Goddard-Fortran-Ecosystem/gFTL/blob/main/include/v2/vector/vector.md and https://github.com/Goddard-Fortran-Ecosystem/gFTL/blob/main/include/v2/map/map.md There are several v2 containers used in my pFlogger project: https://github.com/Goddard-Fortran-Ecosystem/pFlogger/tree/main/src (Note...

I believe cmake provides settings that allow to override the conventions about where various bits are installed. I am happy to accept a PR that would provide something like that...