SPeCS Packages Documentation
Preparing search index...
@specs-feup/clava
clava/mpi/patterns/IterationVariablePattern
IterationVariablePattern
Class IterationVariablePattern
Array that is accessed using only the iteration variable directly, without modifications.
Hierarchy (
View Summary
)
MpiAccessPattern
IterationVariablePattern
Index
Constructors
constructor
Methods
output
Decl
Worker
receive
Master
receive
Worker
send
Master
send
Worker
Constructors
constructor
new
IterationVariablePattern
()
:
IterationVariablePattern
Returns
IterationVariablePattern
Methods
output
Decl
Worker
outputDeclWorker
(
$varJp
:
Varref
,
totalIterations
:
string
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
receive
Master
receiveMaster
(
$varJp
:
Varref
,
totalIterations
:
string
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
receive
Worker
receiveWorker
(
$varJp
:
Varref
,
totalIterations
:
string
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
send
Master
sendMaster
(
$varJp
:
Varref
,
totalIterations
:
string
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
send
Worker
sendWorker
(
$varJp
:
Varref
,
totalIterations
:
string
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
output
Decl
Worker
receive
Master
receive
Worker
send
Master
send
Worker
SPeCS Packages Documentation
Loading...
Array that is accessed using only the iteration variable directly, without modifications.