mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
redefine benchs
This commit is contained in:
parent
9347825357
commit
a0caf6e590
1 changed files with 5 additions and 5 deletions
|
@ -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")
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue