File: utilities.rst

package info (click to toggle)
adios2 2.10.2%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 33,764 kB
  • sloc: cpp: 175,964; ansic: 160,510; f90: 14,630; yacc: 12,668; python: 7,275; perl: 7,126; sh: 2,825; lisp: 1,106; xml: 1,049; makefile: 579; lex: 557
file content (23 lines) | stat: -rw-r--r-- 860 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
######################
Command Line Utilities
######################

ADIOS 2 provides a set of command line utilities for quick data exploration and 
manipulation that builds on top of the library. The are located in the inside the ``adios2-install-location/bin`` directory after a ``make install`` 

.. tip::

   Optionally the ``adios2-install-location/bin`` location can be added to your PATH to avoid absolute paths when using adios2 command line utilities   


Currently supported tools are:

* ``bpls`` : exploration of bp/hdf5 files data and metadata in human readable formats   
* ``adios_reorganize``
* ``adios2-config``
* ``sst_conn_tool`` : SST staging engine connectivity diagnostic tool

.. include:: utilities/bpls.rst
.. include:: utilities/adios_reorganize.rst
.. include:: utilities/adios2-config.rst
.. include:: utilities/sst_conn_tool.rst