mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
typo
This commit is contained in:
parent
1208295924
commit
f9e0da44f9
1 changed files with 5 additions and 5 deletions
|
@ -364,7 +364,7 @@ as the 'native-search-paths' field."
|
||||||
; (inherit openmpi)
|
; (inherit openmpi)
|
||||||
; (name "glicid-openpmi-gcc-10")
|
; (name "glicid-openpmi-gcc-10")
|
||||||
; (inputs `(("gcc-10", gcc-10)
|
; (inputs `(("gcc-10", gcc-10)
|
||||||
; ("gfortan-11", gfortan-11)
|
; ("gfortran-11", gfortran-11)
|
||||||
; ,@(package-inputs openmpi)))
|
; ,@(package-inputs openmpi)))
|
||||||
; )
|
; )
|
||||||
;)
|
;)
|
||||||
|
@ -437,7 +437,7 @@ as the 'native-search-paths' field."
|
||||||
))
|
))
|
||||||
|
|
||||||
(inputs `(("gcc-11", gcc-11)
|
(inputs `(("gcc-11", gcc-11)
|
||||||
("gfortan-11", gfortan-11)
|
("gfortran-11", gfortran-11)
|
||||||
,@(package-inputs ucx)))
|
,@(package-inputs ucx)))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
@ -455,7 +455,7 @@ as the 'native-search-paths' field."
|
||||||
))
|
))
|
||||||
|
|
||||||
(inputs `(("gcc-11", gcc-11)
|
(inputs `(("gcc-11", gcc-11)
|
||||||
("gfortan-11", gfortan-11)
|
("gfortran-11", gfortran-11)
|
||||||
("glicid-ucx-gcc-11",glicid-ucx-gcc-11)
|
("glicid-ucx-gcc-11",glicid-ucx-gcc-11)
|
||||||
;; ("glicid-rdma-core",glicid-rdma-core) ;;; segfault !!!
|
;; ("glicid-rdma-core",glicid-rdma-core) ;;; segfault !!!
|
||||||
,@(package-inputs openmpi)))
|
,@(package-inputs openmpi)))
|
||||||
|
@ -487,7 +487,7 @@ as the 'native-search-paths' field."
|
||||||
))
|
))
|
||||||
|
|
||||||
(inputs `(("gcc-11", gcc-11)
|
(inputs `(("gcc-11", gcc-11)
|
||||||
("gfortan-11", gfortan-11)
|
("gfortran-11", gfortran-11)
|
||||||
("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
("glicid-openmpi-gcc-11", glicid-openmpi-gcc-11)
|
||||||
,@(package-inputs gromacs)))
|
,@(package-inputs gromacs)))
|
||||||
))
|
))
|
||||||
|
@ -595,7 +595,7 @@ as the 'native-search-paths' field."
|
||||||
))
|
))
|
||||||
|
|
||||||
(inputs `(("gcc", gcc-11)
|
(inputs `(("gcc", gcc-11)
|
||||||
("gfortran", gfortan-11)
|
("gfortran", gfortran-11)
|
||||||
("libfabric", glicid-specific-libfabric-gcc-11)
|
("libfabric", glicid-specific-libfabric-gcc-11)
|
||||||
("rdma-core",glicid-specific-rdma-core-gcc-11)
|
("rdma-core",glicid-specific-rdma-core-gcc-11)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue