mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
specific package
This commit is contained in:
parent
fc5190f955
commit
bea7e3bfb3
1 changed files with 3 additions and 3 deletions
|
@ -669,14 +669,14 @@ in the @code{debug} output), and binutils.")))
|
|||
)
|
||||
|
||||
|
||||
(define-public glicid-specific-openmpi-gcc-11
|
||||
(define-public glicid-specific-openmpi
|
||||
(package
|
||||
(inherit glicid-openmpi-gcc-11)
|
||||
(name "glicid-specific-openmpi-gcc-11")
|
||||
(inputs `(
|
||||
("gcc",gcc-11)
|
||||
("rdma-core",glicid-specific-rdma-core-gcc-11)
|
||||
("ucx",glicid-specific-ucx-gcc-11)
|
||||
("ucx",glicid-specific-ucx-gcc-10)
|
||||
("libfabric",glicid-specific-libfabric-gcc-11)
|
||||
,@(package-inputs glicid-openmpi-gcc-11)))
|
||||
)
|
||||
|
@ -686,7 +686,7 @@ in the @code{debug} output), and binutils.")))
|
|||
(package
|
||||
(inherit glicid-intel-mpi-benchmarks)
|
||||
(name "glicid-specific-intel-mpi-benchmarks")
|
||||
(inputs `(("openmpi", glicid-specific-openmpi-gcc-10)
|
||||
(inputs `(("openmpi", glicid-specific-openmpi)
|
||||
("gcc",gcc-11)
|
||||
,@(package-inputs glicid-intel-mpi-benchmarks)))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue