diff --git a/doc/user/emulation/events.md b/doc/user/emulation/events.md index 58d9fc2..830b9f2 100644 --- a/doc/user/emulation/events.md +++ b/doc/user/emulation/events.md @@ -1,7 +1,7 @@ # Emulator events This is a exhaustive list of the events recognized by the emulator. -Built on Jun 13 2024. +Built on Jun 17 2024. ## Model nanos6 @@ -395,7 +395,7 @@ List of events for the model *mpi* with identifier **`M`** at version `1.0.0`: ## 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`:
OAr(i32 cpu, i32 tid)
changes the affinity of thread %{tid} to CPU %{cpu}
@@ -427,6 +427,12 @@ List of events for the model *ovni* with identifier **`O`** at version `1.0.0`:
enters unordered event region
OU]
leaves unordered event region
+
OM[(i64 value, i32 type)
+
push mark with value %{value} from type %{type}
+
OM](i64 value, i32 type)
+
pop mark with value %{value} from type %{type}
+
OM=(i64 value, i32 type)
+
set mark with value %{value} from type %{type}
## Model openmp diff --git a/doc/user/emulation/versions.md b/doc/user/emulation/versions.md index d835257..988a200 100644 --- a/doc/user/emulation/versions.md +++ b/doc/user/emulation/versions.md @@ -27,6 +27,8 @@ Track changes in emulator model versions. ## Ovni +- ovni 1.1.0 + - Add support for mark events `OM[`, `OM]` and `OM=` - ovni 1.0.0: Initial version ## OpenMP