mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bench was not compiled with latest gcc
This commit is contained in:
parent
884e261316
commit
e3a9a060fe
1 changed files with 4 additions and 2 deletions
|
@ -489,7 +489,8 @@ in the @code{debug} output), and binutils.")))
|
|||
(package
|
||||
(inherit intel-mpi-benchmarks/openmpi)
|
||||
(name "glicid-intel-mpi-benchmarks")
|
||||
(inputs `(("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
||||
(inputs `(("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
||||
("gcc",gcc-11)
|
||||
,@(package-inputs intel-mpi-benchmarks/openmpi)))
|
||||
)
|
||||
)
|
||||
|
@ -644,7 +645,8 @@ 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-11)
|
||||
(inputs `(("openmpi", glicid-specific-openmpi-gcc-11)
|
||||
("gcc",gcc-11)
|
||||
,@(package-inputs glicid-intel-mpi-benchmarks)))
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue