Bump OpenMP model to 1.2.1

This commit is contained in:
Rodrigo Arias 2025-05-02 16:14:27 +02:00
parent e4b87609e7
commit e00bb984bf
3 changed files with 5 additions and 3 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 Apr 28 2025. Built on May 2 2025.
## Model nanos6 ## Model nanos6
@ -437,7 +437,7 @@ List of events for the model *ovni* with identifier **`O`** at version `1.1.0`:
## Model openmp ## Model openmp
List of events for the model *openmp* with identifier **`P`** at version `1.2.0`: List of events for the model *openmp* with identifier **`P`** at version `1.2.1`:
<dl> <dl>
<dt><a id="PBb" href="#PBb"><pre>PBb</pre></a></dt> <dt><a id="PBb" href="#PBb"><pre>PBb</pre></a></dt>
<dd>begins plain barrier</dd> <dd>begins plain barrier</dd>

View File

@ -33,6 +33,8 @@ Track changes in emulator model versions.
## OpenMP ## OpenMP
- openmp 1.2.1:
- Fix task events so they don't overlap with re-executions
- openmp 1.2.0: - openmp 1.2.0:
- Add support for labels and task ID views - Add support for labels and task ID views
- openmp 1.1.0: Initial version - openmp 1.1.0: Initial version

View File

@ -82,7 +82,7 @@ static struct ev_decl model_evlist[] = {
struct model_spec model_openmp = { struct model_spec model_openmp = {
.name = model_name, .name = model_name,
.version = "1.2.0", .version = "1.2.1",
.evlist = model_evlist, .evlist = model_evlist,
.model = model_id, .model = model_id,
.create = model_openmp_create, .create = model_openmp_create,