SPeCS Packages Documentation
Preparing search index...
@specs-feup/clava
clava/mpi/MpiScatterGatherLoop
MpiScatterGatherLoop
Class MpiScatterGatherLoop
Applies an MPI scatter-gather strategy to loops.
Index
Constructors
constructor
Methods
add
Input
add
Output
execute
Constructors
constructor
new
MpiScatterGatherLoop
(
$loop
:
Loop
)
:
MpiScatterGatherLoop
Parameters
$loop
:
Loop
Returns
MpiScatterGatherLoop
Methods
add
Input
addInput
(
varName
:
string
,
accessPattern
:
MpiAccessPattern
)
:
void
Parameters
varName
:
string
accessPattern
:
MpiAccessPattern
Returns
void
add
Output
addOutput
(
varName
:
string
,
accessPattern
:
MpiAccessPattern
)
:
void
Parameters
varName
:
string
accessPattern
:
MpiAccessPattern
Returns
void
execute
execute
()
:
void
Adapts code to use the MPI strategy.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Input
add
Output
execute
SPeCS Packages Documentation
Loading...
Applies an MPI scatter-gather strategy to loops.