Last change
on this file since 932 was
536,
checked in by meunier, 11 years ago
|
Added a tool which generates tests for the LL/SC table, in the soft/ directory.
|
File size:
680 bytes
|
Rev | Line | |
---|
[536] | 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.