Last change
on this file since 741 was
724,
checked in by cfuguet, 10 years ago
|
branches/fault_tolerance:
- Recreating fault_tolerance branch with all new modifications from
trunk.
- Introducing distributed boot rom in the tsar_generic_iob platform
|
File size:
680 bytes
|
Rev | Line | |
---|
[724] | 1 | |
---|
| 2 | This directory contains a script aiming at using intensively the LL/SC table, making a lot of concurrent increments on some shared variables. |
---|
| 3 | |
---|
| 4 | For each test generated, a sequential native version is made and executed, so as to have a reference result of the test. It is then diff'ed with the output of the simulated version. |
---|
| 5 | |
---|
| 6 | The main script to execute is run_simus.sh in the scripts/ directory. Some of its parameters can be set inside it (e.g. the number of processors). |
---|
| 7 | |
---|
| 8 | The sub-directory LLSCTestGenerator contains the tool which generates the source files (1 for native sequential execution, 2 for simulated execution). |
---|
| 9 | |
---|
| 10 | The simulated application is compiled using DSX-VM. |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.