Matt Thompson
Matt Thompson
@jsquyres I just caught up on all my on-leave email and: ```console ❯ nagfor -V NAG Fortran Compiler Release 7.1(Hanzomon) Build 7101 Product NPMI671NA for Apple Intel Mac OSX 64-bit...
Gilles, I'll get it to you next week when I get back to work. Note that it's entirely possible NAG *cannot* support ignoring TKR. NAG is pretty strict to the...
@nuclearfusionreactor We have a thought. My current guess is the gftl, gftl_shared, and fargparse in your `/usr/share` might be too old for current pFUnit and maybe that is causing the...
Ah. Looking at [its help page](https://cmake.org/cmake/help/latest/variable/CMAKE_SYSTEM_IGNORE_PREFIX_PATH.html) it was introduced in CMake 3.23 and you are older than that. It worked for me because we have that version. Well, if it's...
> There is no GFE library in that folder. If you meant GFTL then it is 1.2.7, for GFTL_SHARED it is 1.0.7 Ah. Sorry. GFE is the "Goddard Fortran Ecosystem"...
I went a little deeper and the problem does seem to be in Omni. If you look inside their code, you'll see that after the `configure` step, the `Makefile`, etc....
@clementval Actually, I am now not so sure it's the fault of `omni-compiler` but rather...CMake. From reading your `CMakeLists.txt` it looks like you build `omni-compiler` or, rather, `xcodeml-tools` with: ```...
@clementval It doesn't. I just thought you should know. I could make a PR if you like. It would be a simple one. :)
Agreed this would be useful. In my testing with `gum filter` I have say: ``` > Filter... • Clear /Users/mathomp4/Models/GrITAS-MERRA2_V2_SLES12-fromCVS/GrITAS /Users/mathomp4/Models/mat-qvi-1_0_r3-SLES12-fromCVS/QVI /Users/mathomp4/Models/GEOSgcm-GNU-TestMOM6AppUpdate/GEOSgcm /Users/mathomp4/Models/GEOSgcm-Intel-TestMOM6AppUpdate/GEOSgcm /Users/mathomp4/Models/GEOSldas-NAG-OLD/GEOSldas /Users/mathomp4/Models/GEOSldas-NAG/GEOSldas /Users/mathomp4/Models/GrITAS-MERRA2_V2_SLES12-fromCVS/GrITAS /Users/mathomp4/Models/mat-qvi-1_0_r3-SLES12-fromCVS/QVI /Users/mathomp4/Models/MAPL3-GNU/MAPL /Users/mathomp4/Models/MAPL-GNU12-ZstdBaselib/MAPL /Users/mathomp4/Models/MAPL-GNU/MAPL...
> I just found this project but they use [sahilm/fuzzy](https://github.com/sahilm/fuzzy) for the fuzzy searching so maybe the problem is with them. Again I just found this project so I could...