Plugin | Description |
---|---|
Decl'HDF5 plugin | Read and write data from HDF5 files in a declarative way. |
Decl'NetCDF plugin | Read and write data from NetCDF files in a declarative way. |
FlowVR plugin | Write FlowVR modules without knowing any specific FlowVR API calls. |
trace plugin | Generate a trace of what happens in PDI data store. |
user-code plugin | Call your function on event or when data becomes available. |
serialize plugin | Serializes and deserializes shared data. |
set_value plugin | Set values to data and metadata from yaml file. |
FTI plugin | Perform checkpoints using FTI library. |
Pycall plugin | Call python scripts from C application |
MPI plugin | Enables MPI support in PDI and plugins. |
Decl'SION plugin | Read and write data from SIONlib files in a declarative way. |
To learn how to create your own plugin see: How to create a plugin