bench was not compiled with latest gcc

This commit is contained in:
Yann Dupont 2021-05-04 16:59:47 +02:00
parent 884e261316
commit e3a9a060fe

View file

@ -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)))
)
)