Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
591e641f
Commit
591e641f
authored
Jun 26, 2014
by
PIACIBELLO Cyrille
Browse files
rm warning in quicksortMpi
parent
591dae75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Utils/FQuickSortMpi.hpp
View file @
591e641f
...
...
@@ -225,7 +225,7 @@ class FQuickSortMpi : public FQuickSort< SortType, CompareType, IndexType> {
////FLOG( FLog::Controller << currentComm.processId() << "] localPivot = " << localPivot << "\n" );
const
int
myRank
=
currentComm
.
processId
();
//
const int myRank = currentComm.processId();
const
int
nbProcs
=
currentComm
.
processCount
();
// Exchange the pivos and the state
std
::
unique_ptr
<
int
[]
>
allProcStates
(
new
int
[
nbProcs
]);
...
...
Write
Preview
Supports
Markdown
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