The plugins examples are meant to introduce you to the plugin capabilities of ADIOS2, such as how to develop your own engine or operators.
They can be found in the following subdirectories, and they should be explored in the order that they are listed:
- engine: The engine example demonstrates how to develop the read/write capabilities of your ADIOS2 engine
and use it to read and write variables.
- Languages: C++
- operator: The operator example demonstrates how to read and write variables using the
ADIOS2/plugins/operators/EncryptionOperator and ADIOS2's BP engine.
- Languages: C++