mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
tests mpi et reecriture packets
This commit is contained in:
parent
4e0db4ebc9
commit
79801ad18d
2 changed files with 21 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue