Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tony Delarue
guix-hpc
Commits
5a1886ef
Commit
5a1886ef
authored
Mar 11, 2020
by
PRUVOST Florent
Browse files
hiepacs: the native chameleon's input were missing
parent
9be77f88
Changes
1
Show whitespace changes
Inline
Side-by-side
inria/hiepacs.scm
View file @
5a1886ef
...
...
@@ -173,7 +173,8 @@ area (CPUs-GPUs, distributed nodes).")
(
substitute-keyword-arguments
(
package-arguments
chameleon
)
((
#
:configure-flags
flags
'
())
`
(
cons
"-DCHAMELEON_SIMULATION=ON"
(
delete
"-DCHAMELEON_USE_MPI=ON"
,
flags
)))))
(
inputs
`
((
"simgrid"
,
simgrid
)))
(
inputs
`
((
"simgrid"
,
simgrid
)
,@
(
package-inputs
chameleon
)))
(
propagated-inputs
`
((
"starpu"
,
starpu+simgrid
)
,@
(
delete
`
(
"starpu"
,
starpu
)
(
package-inputs
chameleon
))
,@
(
delete
`
(
"mpi"
,
openmpi
)
(
package-inputs
chameleon
))))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment