Add model version in documentation
This commit is contained in:
parent
d836b7e46d
commit
f34479712a
@ -15,7 +15,7 @@ MCV = Model Category Value
|
||||
|
||||
------------------------------------------------------------
|
||||
MCV Description
|
||||
--------------------- Ovni (model=O) -----------------------
|
||||
------------------ Ovni 1.0.0 (model=O) --------------------
|
||||
|
||||
OHC Creates a new thread (punctual event)
|
||||
OHx Begins the execution
|
||||
@ -32,7 +32,7 @@ OB. Emits a burst event to measure latency
|
||||
OU[ Enters a region which contain past events (HACK)
|
||||
OU] Exits the region of past events (HACK)
|
||||
|
||||
-------------------- nOS-V (model=V) ----------------------
|
||||
----------------- nOS-V 1.0.0 (model=V) -------------------
|
||||
|
||||
VTc Creates a new task (punctual event)
|
||||
VTx Task execute (enter task body)
|
||||
@ -80,7 +80,7 @@ VHW Ends the execution as a worker
|
||||
VHd Begins the execution as the delegate
|
||||
VHD Ends the execution as the delegate
|
||||
|
||||
-------------------- NODES (model=D) ----------------------
|
||||
----------------- NODES 1.0.0 (model=D) -------------------
|
||||
|
||||
DR[ Begins the registration of a task's accesses
|
||||
DR] Ends the registration of a task's accesses
|
||||
@ -106,12 +106,12 @@ DS] Ends the submit of a task
|
||||
DP[ Begins the spawn of a function
|
||||
DP] Ends the spawn of a function
|
||||
|
||||
-------------------- Kernel (model=K) ----------------------
|
||||
----------------- Kernel 1.0.0 (model=K) -------------------
|
||||
|
||||
KCO Is out of the CPU due to a context switch
|
||||
KCI Is back in the CPU due to a context switch
|
||||
|
||||
-------------------- Nanos6 (model=6) ----------------------
|
||||
----------------- Nanos6 1.0.0 (model=6) -------------------
|
||||
|
||||
6Tc Creates a new task
|
||||
6Tx Task execute
|
||||
@ -194,7 +194,7 @@ KCI Is back in the CPU due to a context switch
|
||||
6Mf Begins freeing memory
|
||||
6MF Ends freeing memory
|
||||
|
||||
-------------------- TAMPI (model=T) ----------------------
|
||||
----------------- TAMPI 1.0.0 (model=T) -------------------
|
||||
|
||||
TCi Begins to issue a non-blocking communication operation
|
||||
TCI Ends issuing a non-blocking communication operation
|
||||
@ -225,9 +225,8 @@ TTc Begins to create a ticket linked to a set of requests and a task
|
||||
TTC Ends creating a ticket linked to a set of requests and a task
|
||||
TTw Begins to wait a ticket completion
|
||||
TTW Ends waiting a ticket completion
|
||||
```
|
||||
|
||||
-------------------- MPI (model=M) -------------------------
|
||||
----------------- MPI 1.0.0 (model=M) ----------------------
|
||||
|
||||
MUi Enters MPI_Init
|
||||
MUI Exits MPI_Init
|
||||
@ -333,3 +332,4 @@ Mes Enters MPI_Ireduce_scatter
|
||||
MeS Exits MPI_Ireduce_scatter
|
||||
Meb Enters MPI_Ireduce_scatter_block
|
||||
MeB Exits MPI_Ireduce_scatter_block
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user