Skip to content
Snippets Groups Projects
Commit 910df8cb authored by Axel Huebl's avatar Axel Huebl Committed by Greg Becker
Browse files

openPMD-api: Default +adios1 (#14599)

Enable the ADIOS1 backend by default.
parent 74266ea7
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class OpenpmdApi(CMakePackage):
description='Enable parallel I/O')
variant('hdf5', default=True,
description='Enable HDF5 support')
variant('adios1', default=False,
variant('adios1', default=True,
description='Enable ADIOS1 support')
variant('adios2', default=False,
description='Enable ADIOS2 support')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment