You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Whether ZFP (or other compression) is supported
Whether OpenMP is supported
Whether GPU acceleration is supported on tricky grids.
If Python API is available or not.
(any other ideas?)
This functionality can be tagged along with the current vaporversion utility program.
The text was updated successfully, but these errors were encountered:
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:
This functionality can be tagged along with the current
vaporversion
utility program.The text was updated successfully, but these errors were encountered: