Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
P-A Bouttier
gricad_guix_packages
Commits
4f08aa59
Commit
4f08aa59
authored
Oct 13, 2021
by
P-A Bouttier
Browse files
Change in osu benchmark for mpi
parent
94da6204
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/benchmark.scm
View file @
4f08aa59
...
@@ -34,6 +34,14 @@
...
@@ -34,6 +34,14 @@
(
base32
(
base32
"19a4wg0msipibkxsi8i0c34d07512yfaj2k37dxg5541ysdw690f"
))))
"19a4wg0msipibkxsi8i0c34d07512yfaj2k37dxg5541ysdw690f"
))))
(
build-system
gnu-build-system
)
(
build-system
gnu-build-system
)
(
arguments
`
(
#
:phases
(
modify-phases
%standard-phases
(
add-after
'unpack
'setenv
(
lambda
_
(
setenv
"CC"
(
which
"mpicc"
))
(
setenv
"CXX"
(
which
"mpic++"
))
#t
)))))
(
propagated-inputs
(
propagated-inputs
`
((
"openmpi"
,
openmpi
)))
`
((
"openmpi"
,
openmpi
)))
(
synopsis
"OSU micro benchmarks"
)
(
synopsis
"OSU micro benchmarks"
)
...
...
Write
Preview
Supports
Markdown
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