Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
solverstack
ScalFMM
Commits
730fa5b0
Commit
730fa5b0
authored
Mar 23, 2015
by
BRAMAS Berenger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update kernel capacities if use mpi
parent
7d43b4a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Src/GroupTree/StarPUUtils/FStarPUKernelCapacities.hpp
Src/GroupTree/StarPUUtils/FStarPUKernelCapacities.hpp
+6
-0
No files found.
Src/GroupTree/StarPUUtils/FStarPUKernelCapacities.hpp
View file @
730fa5b0
...
...
@@ -52,6 +52,12 @@ public:
bool
supportP2PExtern
(
const
FStarPUTypes
inPu
)
const
override
{
return
check
(
inPu
);
}
bool
supportM2LMpi
(
const
FStarPUTypes
inPu
)
const
override
{
return
check
(
inPu
);
}
bool
supportP2PMpi
(
const
FStarPUTypes
inPu
)
const
override
{
return
check
(
inPu
);
}
};
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment