mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
simplification See merge request glicid-public/guix-glicid!56
This commit is contained in:
commit
a3bbed9e16
1 changed files with 22 additions and 22 deletions
|
@ -33,32 +33,32 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma
|
;(define-public intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma
|
||||||
|
; (transform-package (
|
||||||
|
; (instead-of "openmpi" openmpi-glicid-waves)
|
||||||
|
; intel-mpi-benchmarks/openmpi-2021.3
|
||||||
|
; ) "fab+rdma+ucx+psm2")
|
||||||
|
;)
|
||||||
|
|
||||||
|
;(define intel-mpi-benchmark-transform-gcc-11
|
||||||
|
; (gcc11-instead-of-gcc intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma)
|
||||||
|
;)
|
||||||
|
|
||||||
|
;(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" ))
|
||||||
|
; )
|
||||||
|
;)
|
||||||
|
|
||||||
|
(define-public intel-mpi-benchmarks/openmpi-2021.3-waves
|
||||||
(transform-package (
|
(transform-package (
|
||||||
(instead-of "openmpi" openmpi-glicid-waves)
|
(instead-of "openmpi" openmpi-glicid-waves
|
||||||
intel-mpi-benchmarks/openmpi-2021.3
|
intel-mpi-benchmarks/openmpi-2021.3
|
||||||
) "fab+rdma+ucx+psm2")
|
) "waves")
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define intel-mpi-benchmark-transform-gcc-11
|
|
||||||
(gcc11-instead-of-gcc intel-mpi-benchmarks/openmpi-2021.3-libfabric-rdma)
|
|
||||||
)
|
|
||||||
|
|
||||||
(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" ))
|
|
||||||
)
|
|
||||||
)
|
|
||||||
|
|
||||||
(define-public intel-mpi-benchmarks/openmpi-2021.3-all-ccipl
|
|
||||||
(transform-package (
|
|
||||||
(instead-of "openmpi" openmpi-glicid-libfabric-rdma-ucx-ccipl)
|
|
||||||
intel-mpi-benchmarks/openmpi-2021.3
|
|
||||||
) "ccipl")
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
(define-public stream-benchmarks
|
(define-public stream-benchmarks
|
||||||
(package
|
(package
|
||||||
(name "stream-benchmarks")
|
(name "stream-benchmarks")
|
||||||
|
|
Loading…
Add table
Reference in a new issue