Skip to content
Snippets Groups Projects
Commit a0172dc1 authored by Fort Frédéric's avatar Fort Frédéric
Browse files

Summary: Updated ptask wrappers. Precedence set may now be generated pre-sorted


git-svn-id: https://svn.onera.fr/Prelude/Prelude/trunk@897 49f62630-d767-4ccd-930e-b3f5589f52e1
parent 3275929f
Branches
Tags
No related merge requests found
......@@ -6,9 +6,10 @@ Pre-requisites
- the liballegro package
To build and execute (the sampling example) in mono-core:
make -f ../../share/ptask_wrapper.make NODE=sampling PROG=sampling
sudo sh -c "echo -1 > /proc/sys/kernel/sched_rt_runtime_us"
./sampling
1) Edit the makefile (ptask_wrapper.make) according to your installation
2) make -f ../../share/ptask_wrapper.make NODE=sampling PROG=sampling
3) sudo sh -c "echo -1 > /proc/sys/kernel/sched_rt_runtime_us"
4) ./sampling
For multi-core, compile with ptask_wrapper_aer.make instead.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment