mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
tests
This commit is contained in:
parent
8bf3ee4336
commit
afc92d177b
2 changed files with 9 additions and 1 deletions
|
@ -51,6 +51,14 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public intel-mpi-benchmarks/openmpi-2021.3-all-ccipl
|
||||
(transform-package (
|
||||
(instead-of "openmpi-glicid-libfabric-rdma" openmpi-glicid-libfabric-rdma-ucx-ccipl)
|
||||
intel-mpi-benchmarks/openmpi-2021.3-gcc-11
|
||||
) "ccipl")
|
||||
)
|
||||
|
||||
|
||||
(define-public stream-benchmarks
|
||||
(package
|
||||
(name "stream-benchmarks")
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public openmpi-ccipl-libfabric-rdma-ucx
|
||||
(define-public openmpi-glicid-libfabric-rdma-ucx-ccipl
|
||||
(transform-package
|
||||
(
|
||||
(instead-of "slurm" slurm-ccipl)
|
||||
|
|
Loading…
Add table
Reference in a new issue