Scroll to navigation

BPCMP.PY(1) User Commands BPCMP.PY(1)

NAME

bpcmp.py - compare ADIOS2 data files

DESCRIPTION

usage: bpcmp [-h] [-t TOLERANCE] [-p TOLPERC] [-s] [-v] file.bp [file.bp ...]

Utility code to compare the data within BP files

positional arguments:

list of BP files to be compared

options:

show this help message and exit
tolerance for comparing values (default: 0)
tolerance as percentage of values (default: 0)
compare stats (min/max) and not values
all different values are printed, not just a summary

If more than two files are provided, all files are compared to the first

April 2026 bpcmp.py