Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a utility program that detects and reports system variables that affect VAPOR. #3142

Open
shaomeng opened this issue Jun 29, 2022 · 0 comments

Comments

@shaomeng
Copy link
Contributor

shaomeng commented Jun 29, 2022

Sometimes system variables can affect behaviors of VAPOR. These variables can be OS (Linux, Windows, etc.), software libraries (ZFP, HDF5, drivers) or even hardware (Graphics card, network). It'd be useful to have a standalone program that detects these variables, and reports back how VAPOR will be affected by these variables.

A few candidate variables are:

  1. Whether ZFP (or other compression) is supported
  2. Whether OpenMP is supported
  3. Whether GPU acceleration is supported on tricky grids.
  4. If Python API is available or not.
  5. (any other ideas?)

This functionality can be tagged along with the current vaporversion utility program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants