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:
parent
d6e44b94d6
commit
16d5cc2c99
@ -51,7 +51,7 @@ class Adios2(CMakePackage):
|
|||||||
# transport engines
|
# transport engines
|
||||||
variant('sst', default=True,
|
variant('sst', default=True,
|
||||||
description='Enable the SST staging engine')
|
description='Enable the SST staging engine')
|
||||||
variant('dataman', default=True,
|
variant('dataman', default=False,
|
||||||
description='Enable the DataMan engine for WAN transports')
|
description='Enable the DataMan engine for WAN transports')
|
||||||
variant('dataspaces', default=False,
|
variant('dataspaces', default=False,
|
||||||
description='Enable support for DATASPACES')
|
description='Enable support for DATASPACES')
|
||||||
|
Loading…
Reference in New Issue
Block a user