Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@specs-feup/clava
clava/mpi/patterns/IterationVariablePattern
iterationVariablePattern
Class iterationVariablePattern
Array that is accessed using only the iteration variable directly, without modifications.
Hierarchy (
view full
)
mpiAccessPattern
iterationVariablePattern
Index
Constructors
constructor
Methods
output
Decl
Worker
receive
Master
receive
Worker
send
Master
send
Worker
Constructors
constructor
new iteration
Variable
Pattern
(
)
:
iterationVariablePattern
Returns
iterationVariablePattern
Methods
output
Decl
Worker
output
Decl
Worker
(
$varJp
,
totalIterations
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
receive
Master
receive
Master
(
$varJp
,
totalIterations
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
receive
Worker
receive
Worker
(
$varJp
,
totalIterations
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
send
Master
send
Master
(
$varJp
,
totalIterations
)
:
string
Parameters
$varJp
:
Varref
totalIterations
:
string
Returns
string
send
Worker
send
Worker
(
$varJp
,
totalIterations
)
:
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.