Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a9b925cd authored by Nathalie Furmento's avatar Nathalie Furmento
Browse files

tutorials: use a specific version of starpu for the package starpu-fxt

parent f176f7bd
No related branches found
No related tags found
No related merge requests found
...@@ -844,9 +844,17 @@ Guix command to use it. ...@@ -844,9 +844,17 @@ Guix command to use it.
</p> </p>
<tt><pre> <tt><pre>
$ guix environment --pure starpu-fxt --ad-hoc starpu-fxt grep coreutils emacs vim less gv -- /bin/bash --norc $ guix environment --pure starpu-fxt --ad-hoc starpu-fxt grep coreutils emacs vim less gv --with-commit=starpu-fxt=3cc33c3cc85eae5dbc0f4b0ddc9291e3409287b2 -- /bin/bash --norc
</pre></tt> </pre></tt>
<p>
The Guix package <tt>starpu-fxt</tt> is currently based on the
version 1.3.3 of StarPU which has a bug which leads to the creation
of huge trace files. This has been fixed but not released yet, we
hence use the Guix parameter <tt>--with-commit</tt> to indicate a
specific commit for StarPU. This will no longer be needed after the
next StarPU release and the upgrade of the Guix package.
</p>
<!-- <!--
<p> <p>
To use the version of StarPU compiled with FxT support, you need to recompile To use the version of StarPU compiled with FxT support, you need to recompile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment