Update version docs for ovni model 1.1.0

This commit is contained in:
Rodrigo Arias 2024-06-17 13:57:33 +02:00
parent 6954f05dee
commit 610b1223d9
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Emulator events # Emulator events
This is a exhaustive list of the events recognized by the emulator. This is a exhaustive list of the events recognized by the emulator.
Built on Jun 13 2024. Built on Jun 17 2024.
## Model nanos6 ## Model nanos6
@ -395,7 +395,7 @@ List of events for the model *mpi* with identifier **`M`** at version `1.0.0`:
## Model ovni ## Model ovni
List of events for the model *ovni* with identifier **`O`** at version `1.0.0`: List of events for the model *ovni* with identifier **`O`** at version `1.1.0`:
<dl> <dl>
<dt><a id="OAr" href="#OAr"><pre>OAr(i32 cpu, i32 tid)</pre></a></dt> <dt><a id="OAr" href="#OAr"><pre>OAr(i32 cpu, i32 tid)</pre></a></dt>
<dd>changes the affinity of thread %{tid} to CPU %{cpu}</dd> <dd>changes the affinity of thread %{tid} to CPU %{cpu}</dd>
@ -427,6 +427,12 @@ List of events for the model *ovni* with identifier **`O`** at version `1.0.0`:
<dd>enters unordered event region</dd> <dd>enters unordered event region</dd>
<dt><a id="OU]" href="#OU]"><pre>OU]</pre></a></dt> <dt><a id="OU]" href="#OU]"><pre>OU]</pre></a></dt>
<dd>leaves unordered event region</dd> <dd>leaves unordered event region</dd>
<dt><a id="OM[" href="#OM["><pre>OM[(i64 value, i32 type)</pre></a></dt>
<dd>push mark with value %{value} from type %{type}</dd>
<dt><a id="OM]" href="#OM]"><pre>OM](i64 value, i32 type)</pre></a></dt>
<dd>pop mark with value %{value} from type %{type}</dd>
<dt><a id="OM=" href="#OM="><pre>OM=(i64 value, i32 type)</pre></a></dt>
<dd>set mark with value %{value} from type %{type}</dd>
</dl> </dl>
## Model openmp ## Model openmp

View File

@ -27,6 +27,8 @@ Track changes in emulator model versions.
## Ovni ## Ovni
- ovni 1.1.0
- Add support for mark events `OM[`, `OM]` and `OM=`
- ovni 1.0.0: Initial version - ovni 1.0.0: Initial version
## OpenMP ## OpenMP