Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
starpu.gitlabpages.inria.fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
starpu
starpu.gitlabpages.inria.fr
Commits
a9b925cd
Commit
a9b925cd
authored
5 years ago
by
Nathalie Furmento
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contents/tutorials/2019-11-HPNS-Inria/index.html
+9
-1
9 additions, 1 deletion
contents/tutorials/2019-11-HPNS-Inria/index.html
with
9 additions
and
1 deletion
contents/tutorials/2019-11-HPNS-Inria/index.html
+
9
−
1
View file @
a9b925cd
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment