Updating documentation of nOS-V and TAMPI
This commit is contained in:
parent
52ba53ffda
commit
e3b5ebce9a
@ -50,40 +50,43 @@ VU] Ends the submission of a task
|
|||||||
VM[ Starts allocating memory
|
VM[ Starts allocating memory
|
||||||
VM] Ends allocating memory
|
VM] Ends allocating memory
|
||||||
|
|
||||||
VP[ Enters nosv_pause()
|
VAs Enters nosv_submit()
|
||||||
VP] Exits nosv_pause()
|
VAS Exits nosv_submit()
|
||||||
|
|
||||||
VI[ Enters nosv_yield()
|
VAp Enters nosv_pause()
|
||||||
VI] Exits nosv_yield()
|
VAP Exits nosv_pause()
|
||||||
|
|
||||||
VW[ Enters nosv_waitfor()
|
VAy Enters nosv_yield()
|
||||||
VW] Exits nosv_waitfor()
|
VAY Exits nosv_yield()
|
||||||
|
|
||||||
VD[ Enters nosv_schedpoint()
|
VAw Enters nosv_waitfor()
|
||||||
VD] Exits nosv_schedpoint()
|
VAW Exits nosv_waitfor()
|
||||||
|
|
||||||
|
VAc Enters nosv_schedpoint()
|
||||||
|
VAC Exits nosv_schedpoint()
|
||||||
|
|
||||||
VC[ Begins executing nosv code
|
VC[ Begins executing nosv code
|
||||||
VC] Ends executing nosv code
|
VC] Ends executing nosv code
|
||||||
|
|
||||||
-------------------- TAMPI (model=T) ----------------------
|
-------------------- TAMPI (model=T) ----------------------
|
||||||
|
|
||||||
TS[ MPI_Send() enter
|
TS[ Enters MPI_Send()
|
||||||
TS] MPI_Send() exit
|
TS] Exits MPI_Send()
|
||||||
|
|
||||||
TR[ MPI_Recv() enter
|
TR[ Enters MPI_Recv()
|
||||||
TR] MPI_Recv() exit
|
TR] Exits MPI_Recv()
|
||||||
|
|
||||||
Ts[ MPI_Isend() enter
|
Ts[ Enters MPI_Isend()
|
||||||
Ts] MPI_Isend() exit
|
Ts] Exits MPI_Isend()
|
||||||
|
|
||||||
Tr[ MPI_Irecv() enter
|
Tr[ Enters MPI_Irecv()
|
||||||
Tr] MPI_Irecv() exit
|
Tr] Exits MPI_Irecv()
|
||||||
|
|
||||||
TV[ MPI_Wait() enter
|
TV[ Enters MPI_Wait()
|
||||||
TV] MPI_Wait() exit
|
TV] Exits MPI_Wait()
|
||||||
|
|
||||||
TW[ MPI_Waitall() enter
|
TW[ Enters MPI_Waitall()
|
||||||
TW] MPI_Waitall() exit
|
TW] Exits MPI_Waitall()
|
||||||
|
|
||||||
-------------------- OpenMP (model=M) ----------------------
|
-------------------- OpenMP (model=M) ----------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user