ADIOS2: ~dataman default (#20003)

Disable dataman by default. It pulls heavy dependencies that are
often not needed for HPC (ZMQ) and it currently does not link
with popular compilers.
This commit is contained in:
Axel Huebl 2020-11-19 11:56:51 -08:00 committed by GitHub
parent d6e44b94d6
commit 16d5cc2c99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ class Adios2(CMakePackage):
# transport engines
variant('sst', default=True,
description='Enable the SST staging engine')
variant('dataman', default=True,
variant('dataman', default=False,
description='Enable the DataMan engine for WAN transports')
variant('dataspaces', default=False,
description='Enable support for DATASPACES')