aluminum: make network variants "sticky" (#40715)
This commit is contained in:
parent
a9e78dc7d8
commit
1586c8c786
1 changed files with 2 additions and 0 deletions
|
@ -119,12 +119,14 @@ class Aluminum(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
"ofi_libfabric_plugin",
|
"ofi_libfabric_plugin",
|
||||||
default=spack.platforms.cray.slingshot_network(),
|
default=spack.platforms.cray.slingshot_network(),
|
||||||
when="+rccl",
|
when="+rccl",
|
||||||
|
sticky=True,
|
||||||
description="Builds with support for OFI libfabric enhanced RCCL/NCCL communication lib",
|
description="Builds with support for OFI libfabric enhanced RCCL/NCCL communication lib",
|
||||||
)
|
)
|
||||||
variant(
|
variant(
|
||||||
"ofi_libfabric_plugin",
|
"ofi_libfabric_plugin",
|
||||||
default=spack.platforms.cray.slingshot_network(),
|
default=spack.platforms.cray.slingshot_network(),
|
||||||
when="+nccl",
|
when="+nccl",
|
||||||
|
sticky=True,
|
||||||
description="Builds with support for OFI libfabric enhanced RCCL/NCCL communication lib",
|
description="Builds with support for OFI libfabric enhanced RCCL/NCCL communication lib",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue