Mark R. Yoder, Ph.D.
Mark R. Yoder, Ph.D.
Observing the same thing. In particular, `nc-config --fflags` runs. correctly from the command line (aka, returns useful information), but when run from a script, it quietly returns a message about...
I'm using 4.7.1 and 4.5.2. I'll double check to see that it's not some sort of scope issue, where I am somehow pulling a different version of NetCDF from the...
... and I have done something now to make this feature work as it is intended. If I figure out what that was, I'll be sure to post it. Mark...
Very much appreciate it! And when I get it working, I'll share my Spack environment. Thanks! mark Mark Yoder, PhD 805 451 8750 *www.linkedin.com/in/Mark-R-Yoder-PhD * "If you bore me, you...
How about just some updated syntax example, for example for the `mkmf` parts of the compile process? I'm pulling out my hair trying to figure out a syntax to make...
The linked example would suggest to pass multiple directives in single quotes, eg: `mkmf -l '-L Path1 -la -LPath2 -lb' ` . When I do that, I see quotes in...
Ok; I'll have a closer look. Come to think of it, I was referring to the error message I was getting, not directly to the `Makefile`, which would be consistent...
If it is helpful... I built a SeisSol enviornment in Spack. I ran into some trouble using the developers' `seissol-env` package (environment builds fine, but I think I run into...
Would it be possible to include some improved documentation for compiling AM4? The Makefile and templates are a great start, but they seem to have features specific to the system...
Thanks Thomas. I guess it would be nice if the documentation just said, "modify the templates and use these makefiles." There are other related codes where `mkmf` is part of...