Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alvarez, Gonzalo
PsimagLite
Commits
2d7058b8
Commit
2d7058b8
authored
Oct 12, 2020
by
Alvarez, Gonzalo
Browse files
LoadBalancerMpi: bug fix
parent
eb98d989
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/LoadBalancerMpi.h
View file @
2d7058b8
...
...
@@ -30,7 +30,7 @@ public:
SizeType
taskNumber
(
SizeType
threadNum
,
SizeType
p
)
const
{
return
p
*
blockSize_
+
threadNum
;
return
p
+
threadNum
*
blockSize_
;
}
private:
...
...
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