Preparing search index...
The search index is not available
SPeCS Packages Documentation
SPeCS Packages Documentation
@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 mpi
Scatter
Gather
Loop
(
$loop
)
:
mpiScatterGatherLoop
Parameters
$loop
:
Loop
Returns
mpiScatterGatherLoop
Methods
add
Input
add
Input
(
varName
,
accessPattern
)
:
void
Parameters
varName
:
string
accessPattern
:
mpiAccessPattern
Returns
void
add
Output
add
Output
(
varName
,
accessPattern
)
:
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.