Update aws-ofi-nccl to use the hwloc option (#43287)
This commit is contained in:
parent
0eb1957999
commit
2303332415
@ -26,6 +26,7 @@ class AwsOfiNccl(AutotoolsPackage):
|
|||||||
depends_on("cuda")
|
depends_on("cuda")
|
||||||
depends_on("nccl")
|
depends_on("nccl")
|
||||||
depends_on("mpi")
|
depends_on("mpi")
|
||||||
|
depends_on("hwloc")
|
||||||
depends_on("autoconf", type="build")
|
depends_on("autoconf", type="build")
|
||||||
depends_on("automake", type="build")
|
depends_on("automake", type="build")
|
||||||
depends_on("libtool", type="build")
|
depends_on("libtool", type="build")
|
||||||
@ -52,6 +53,7 @@ def configure_args(self):
|
|||||||
"--with-cuda={0}".format(spec["cuda"].prefix),
|
"--with-cuda={0}".format(spec["cuda"].prefix),
|
||||||
"--with-nccl={0}".format(spec["nccl"].prefix),
|
"--with-nccl={0}".format(spec["nccl"].prefix),
|
||||||
"--with-mpi={0}".format(spec["mpi"].prefix),
|
"--with-mpi={0}".format(spec["mpi"].prefix),
|
||||||
|
"--with-hwloc={0}".format(spec["hwloc"].prefix),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user