mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
new intel mpi benchmarks
This commit is contained in:
parent
1853b10e7e
commit
1eb3bdeb01
1 changed files with 8 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
#:use-module (gnu packages mpi)
|
#:use-module (gnu packages mpi)
|
||||||
#:use-module (gnu packages sssd)
|
#:use-module (gnu packages sssd)
|
||||||
#:use-module (gnu packages fabric-management)
|
#:use-module (gnu packages fabric-management)
|
||||||
#:use-module (gnu packages benchmark)
|
#:use-module ((gnu packages benchmark) #:prefix gnu:)
|
||||||
#:use-module (gnu packages messaging)
|
#:use-module (gnu packages messaging)
|
||||||
#:use-module (gnu packages web)
|
#:use-module (gnu packages web)
|
||||||
#:use-module (gnu packages gnome)
|
#:use-module (gnu packages gnome)
|
||||||
|
@ -123,6 +123,13 @@
|
||||||
;;;;;;;;
|
;;;;;;;;
|
||||||
|
|
||||||
|
|
||||||
|
(define-public intel-mpi-benchmarks/openmpi
|
||||||
|
(package
|
||||||
|
(inherit gnu:intel-mpi-benchmarks/openmpi)
|
||||||
|
(version "2021.3")
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
(define-public glicid-intel-mpi-benchmarks
|
(define-public glicid-intel-mpi-benchmarks
|
||||||
(package
|
(package
|
||||||
(inherit intel-mpi-benchmarks/openmpi)
|
(inherit intel-mpi-benchmarks/openmpi)
|
||||||
|
|
Loading…
Add table
Reference in a new issue