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

Test 8b (Bench Read Parallel): Support Variable encoding, Fix Bugs #1131

Merged
merged 15 commits into from
Oct 27, 2021
Merged
Prev Previous commit
updated 8b env option
  • Loading branch information
guj committed Oct 27, 2021
commit dbee64fb82cd9d2c020922765b5608032193127d
8 changes: 7 additions & 1 deletion docs/source/usage/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,13 @@ The options are: a file prefix, and a read pattern


For example, if the files are in the format of ``/path/8a_parallel_3Db_%07T.bp``
the input will be: ``/path/8a_parallel_3Db <options>``
the input can be simply: ``/path/8a_parallel_3Db <options>``

otherwise, please use the full name of the file.

While openPMD-api supports more than one file types, this benchmark intents to read just one type.
By default, ADIOS2 file is assumed. If it is not the desired file type, one can hint with an environment variable, e.g.
``export OPENPMD_BENCHMARK_USE_BACKEND=HDF5``

The Read options intent to measure overall processing time in the following categories:

Expand Down