From f0f4723ff77d1fad8b76c4e23e0f5e69e17e0982 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <networms@gmail.ch> Date: Thu, 20 Jun 2024 23:26:18 +0200 Subject: [PATCH] reformating requires --- stacks/pinot-noir/packages_jed.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/stacks/pinot-noir/packages_jed.yaml b/stacks/pinot-noir/packages_jed.yaml index 752fef1..68afa80 100644 --- a/stacks/pinot-noir/packages_jed.yaml +++ b/stacks/pinot-noir/packages_jed.yaml @@ -14,10 +14,9 @@ packages: - '+cuda' ucx: - require: [+xpmem, +knem, +cma, - +rdmacm, +rc, +ud, +dc, +verbs, +ib_hw_tm, - +vfs, - +gdrcopy, +cuda] + require: + - spec: +xpmem +knem +cma +rdmacm +rc +ud +dc +verbs +ib_hw_tm +vfs +gdrcopy +cuda openmpi: - require: [+hcoll] + require: + - spec: +hcoll -- GitLab