mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
glicid intel mpi bench
This commit is contained in:
parent
cd57c592de
commit
28dff6ea6c
1 changed files with 17 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
|||
#:use-module (gnu packages mpi)
|
||||
#:use-module (gnu packages sssd)
|
||||
#:use-module (gnu packages fabric-management)
|
||||
#:use-module (gnu packages benchmark)
|
||||
#:use-module (gnu packages web))
|
||||
|
||||
|
||||
|
@ -236,6 +237,8 @@
|
|||
)
|
||||
|
||||
|
||||
|
||||
|
||||
(define-public glicid-openmpi-gcc-10
|
||||
(package
|
||||
(inherit openmpi)
|
||||
|
@ -255,6 +258,17 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-intel-mpi-benchmarks
|
||||
(package
|
||||
(inherit intel-mpi-benchmarks)
|
||||
(name "glicid-intel-mpi-benchmarks")
|
||||
(inputs `(("glicid-openmpi-gcc-10", glicid-openmpi-gcc-10)
|
||||
,@(package-inputs intel-mpi-benchmarks)))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
(define-public glicid-gromacs-gcc-10
|
||||
(package
|
||||
|
@ -267,4 +281,7 @@
|
|||
))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
;;; glicid.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue