Skip to content

Add version information to bpls

Podhorszki, Norbert requested to merge github/fork/chuckatkins/bpls-version into master

Created by: chuckatkins

Fixes #1871 (closed)

This adds version information to the bpls utility. For example:

On CentOS 7 x86_64 with gcc

$ ./bin/bpls --version
2.5.0.408
$ ./bin/bpls --version-full
blps: ADIOS file introspection utility

Build configuration:
ADIOS version: 2.5.0.408
C++ Compiler:  GNU 4.8.5
Target OS:     Linux-3.10.0-1062.9.1.el7.x86_64
Target Arch:   x86_64

On Cray aarch64 with allinea:

> ./bin/bpls --version
2.5.0.409
> ./bin/bpls --version-full
blps: ADIOS file introspection utility

Build configuration:
ADIOS version: 2.5.0.409
C++ Compiler:  Clang 7.1.0 (CrayPrgEnv)
Target OS:     Linux-4.12.14-150.17_5.0.87-cray_ari_s
Target Arch:   aarch64

Merge request reports