Skip to content
Snippets Groups Projects
Commit 6ccbbf3a authored by Forget Julien's avatar Forget Julien
Browse files

Misc.


git-svn-id: https://svn.onera.fr/Prelude/Prelude/trunk@899 49f62630-d767-4ccd-930e-b3f5589f52e1
parent 6e3f9c86
No related branches found
No related tags found
No related merge requests found
......@@ -17,16 +17,17 @@ Executing with SchedMCore
------
Pre-requisites:
- Prelude
- SchedMCore (see http://sites.onera.fr/schedmcore/)
- "cmake", a package should be available for most Linux architectures
- SchedMCore (see http://sites.onera.fr/schedmcore/). For the cmake
step, enable Prelude support (cmake -DENABLE_PRELUDE_SUPPORT=ON).
To build and execute, you can use the following sequence of commands:
1) mkdir build
2) cd build
3) cmake -DPRELUDE_PATH_HINT=/INSTALL_DIR/prelude-x.x/ ..
4) make
5) lsmc_run -l ./libsampling-noencoding.so -s edf -c 4 -b 1000
This will run the program on 4 cores with the EDF scheduling
5) lsmc_run -l ./libsampling-noencoding.so -s edf -c 2 -b 1000
This will run the program on 2 cores with the EDF scheduling
policy, with a Prelude time unit set to 1ms.
To compile your own program, change the MODEL_NAME variable in file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment