Greg Sjaardema
Greg Sjaardema
Re: compression for classic formats. I remember some work from about a decade ago where there were some patches or something to the NetCDF library which provided compression. I think...
I do not have a concrete proposal at this time. But, I know of several compression algorithms, both lossy and non-lossy, and the thought of adding support for all of...
Yes, I was guilty of that... Trying to do better.
$? Expands to the exit status of the most recently executed foreground pipeline. It checks whether the `nem_spread` execution on the preceding line succeeded or exited with an error.
I am definitely not a windows programmer so have very little to offer as advise. The SEACAS system including Exodus is built on every commit on AppVeyor using the commands...
I can neither confirm nor deny... Sorry, we don't typically run on Windows and only verify that the library will build and run some tests.
I've discussed the `CMAKE_BUILD_TYPE` issue with the TriBITs developer (a wrapper around CMake used by SEACAS and Trilinos). His discussion is in https://github.com/TriBITSPub/TriBITS/issues/131
This should now be supported ed0b5c543db23515db2d8b8d042238df52675012
Dr. Sjaardema, Sorry it took so long to get around to testing it, but I’ve built and tested the new python-exodus with both Python 2 and 3 (versions 1.13 and...
RE: “use of future” – I wanted to minimize any potential changes to users existing workflows and that meant minimal touching of the existing python 2 version of exodus.py. As...