tests mpi et reecriture packets

This commit is contained in:
Yann Dupont 2021-11-26 22:03:59 +01:00
parent 4e0db4ebc9
commit 79801ad18d
2 changed files with 21 additions and 7 deletions

View file

@ -94,6 +94,8 @@
#:use-module (glicid packages linux)
#:use-module (glicid packages fabric-management)
#:use-module (glicid utils)
#:use-module (gnu packages parallel)
)
@ -105,9 +107,10 @@
(version (string-append (package-version latest-openmpi) "-glicid" ))
(inputs `(
("ucx",ucx-latest) ;; should be latest beetween guix and glicid
; ("ucx",ucx-latest) ;; should be latest beetween guix and glicid
("rdma-core",rdma-core-latest) ;; should be latest beetween guix and glicid
("libfabric",libfabric-latest)
("libfabric",libfabric-latest)
("slurm",slurm-20.02)
,@(package-inputs latest-openmpi)))
)
)
@ -132,3 +135,7 @@
(version (string-append (package-version openmpi-glicid-transform-gcc-10) "-gcc-10" ))
)
)
openmpi-glicid