Skip to content

ADIOS2: Remove IOADIOS2 from IO Kit

Ryan Krattiger requested to merge ryan.krattiger1/vtk:adios2_parallel_kit into master

ADIOS2 depends on Parallel and IO, so it must be in the StandAlone Kit to avoid cyclic dependencies.

A more involved fix would require either:

  • splitting the module into two modules IOADIOS2 in the IO Kit and IOParallelADIOS2 in the Parallel Kit
  • Creating a ParallelIO Kit to handle these cyclic dependencies.

@chuck.atkins

Edited by Ryan Krattiger

Merge request reports