Matt Thompson

Results 217 comments of Matt Thompson

> I think GSFC people might be able to access to hercules. It will be a great starting point if we can set up a MAPL debugging installation and experiment....

I just hit this as well, so thanks @dhanak. That said, I don't see this on my mac using zsh, but I do see it on a linux box with...

@ZedThree Here is the odd thing. If you look at the GitHub Actions output you'll see (for example): ``` Preprocessing /home/runner/work/MAPL/MAPL/generic3g/couplers/esmf-way/CouplerMetaComponent.F90 Warning: error when preprocessing /home/runner/work/MAPL/MAPL/generic3g/couplers/esmf-way/CouplerMetaComponent.F90 : cpp -traditional-cpp -E...

> This is actually a bug, the paths in the settings file are supposed to be relative to the setting file, but (at least) the exclude paths get processed relative...

@ZedThree Makes sense. We'll stick with the `**`. And good news! With your workaround--and some more excludes--we have some docs: https://geos-esm.github.io/MAPL/mapl3-doc/ 🎉 Now it's time to start enforcing style, etc....

@GeorgeVandenberghe-NOAA I can think of a few things. ## Previously built gFTL If you've already installed gFTL somewhere, then you'd just need to add the path to `CMAKE_PREFIX_PATH` when you...

As for the PGI.cmake, I added a temporary one in my local test based on translating the GNU.cmake file into PGI speak as close as I could: ```cmake # Compiler...

As for the `make tests`: ```bash (1098)((HEAD detached at a7d6dc2)) $ make tests [ 1%] Built target shared [ 4%] Built target template_macros [ 15%] Built target types [ 21%]...

Thing I just learned. gFTL + PGI does not like `make -j tests`. It was...spectacular in its failure. Also, adding `-Mallocatable=03` didn't seem to help either.

@tclune Yes, I still haven't quite been able to get NCCS to install the latest oneAPI. I'll try another push soon. Maybe we should have a few people ask for...