From a0caf6e59096de5e4db001e3eee57762eb4eca4e Mon Sep 17 00:00:00 2001 From: Yann Dupont Date: Fri, 22 Apr 2022 18:40:38 +0200 Subject: [PATCH] redefine benchs --- glicid/packages/benchmark.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/glicid/packages/benchmark.scm b/glicid/packages/benchmark.scm index 1eeb7bf..684901e 100644 --- a/glicid/packages/benchmark.scm +++ b/glicid/packages/benchmark.scm @@ -35,16 +35,16 @@ (define-public intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma (transform-package ( - (instead-of "openmpi" openmpi-glicid-libfabric-rdma) + (instead-of "openmpi" openmpi-glicid-libfabric-rdma-ucx) intel-mpi-benchmarks/openmpi-2021.3 - ) "fab+rdma") + ) "fab+rdma+ucx") ) (define intel-mpi-benchmark-transform-gcc-11 (gcc11-instead-of-gcc intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma) ) -(define-public intel-mpi-benchmarks/openmpi-2021.3-gcc-11 +(define intel-mpi-benchmarks/openmpi-2021.3-gcc-11 (package (inherit intel-mpi-benchmark-transform-gcc-11) (version (string-append (package-version intel-mpi-benchmark-transform-gcc-11) "-gcc-11" )) @@ -53,8 +53,8 @@ (define-public intel-mpi-benchmarks/openmpi-2021.3-all-ccipl (transform-package ( - (instead-of "openmpi-upstream-glicid-libfabric-rdma" openmpi-glicid-libfabric-rdma-ucx-ccipl) - intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma + (instead-of "openmpi" openmpi-glicid-libfabric-rdma-ucx-ccipl) + intel-mpi-benchmarks/openmpi-2021.3 ) "ccipl") )