Mark C. Miller

Results 870 comments of Mark C. Miller

@casperson1 I'll be recording some notes here as I begin work. Since you are new to GitHub, I suggest having a quick look over [our docs on managing notifications](https://visit-sphinx-github-user-manual--17556.org.readthedocs.build/en/17556/getting_help/notifications.html). **NOTE**:...

If possible, I'd like to make the solution we develop *generally* useful and not *require* a special file naming convention. That said, one basic *requirement* is that each tarball (and...

From @casperson1 > $ ls > xxxx00000.root > xxxx00000 $ zip -r xxxx00000.root.zip xxxx00000* > (Adds xxxx00000.root and all the files in the xxxx00000 directory) > Ideally when I open...

> Ideally when I open xxxx00000.root.zip in visit with ZipWrapper it would extract in the tmp directory, and know to open xxxx00000.root. Ok, so this is captured in Case 1B...the...

> ### Case 1A all files, including root file are in the tarball > * User asks VisIt to open `foo_0000.tar.gz` or `foo_0001.tar.gz`, etc... > * ZipWrapper uncompresses and untars...

I might suggest that this function be expanded to support a mesh name (e.g. return variables for a given mesh) and a mask for type (e.g. return scalars and/or vectors...

> Is masonry using VisIt's build system to make the manuals? (Calling our cmake targets) or is it doing them as a separate command? haven't investigated that yet but I...

> do you have PYTHONPATH set in your env? Nope. `env | grep -i py` produces nothing. Yes, it is calling `make manuals` which, after I threaded through the CMake...

Let me be a bit clearer...the search above examins only `.py` files that were installed to the Python `bin` directory VisIt created for itself. There are a number of other...

Changing the sh-bang in `sphinx-build` in the above from `#!/Applications/Xcode.app/Contents/Developer/usr/bin/python3` to `#!/Users/miller86/visit/visit/33rc/release/build-mb-3.3.0-darwin-10.14-x86_64-release/thirdparty_shared/third_party/python/3.7.7/darwin-x86_64/bin/python3` so that it winds up using the python3 installed as part of the VisIt build instead of the...