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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user