Skip to content

Files

Latest commit

 

History

History

plugins

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ADIOS2 plugins examples

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:

  1. 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++
  2. operator: The operator example demonstrates how to read and write variables using the ADIOS2/plugins/operators/EncryptionOperator and ADIOS2's BP engine.
    • Languages: C++