source:
CIVL/mods/dev.civl.com/examples/compare/max/README@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 302 bytes | |
| Line | |
|---|---|
| 1 | This folder contains a sequential and a concurrent implementation of an |
| 2 | algorithm to find the maximum element in an array. |
| 3 | |
| 4 | max.cvl: the driver |
| 5 | max_seq.cvl: the sequential implementation |
| 6 | max_par.cvl: the concurrent implementation (with data races) |
| 7 | |
| 8 | CIVL finds that the two versions are not equivalent. |
Note:
See TracBrowser
for help on using the repository browser.
