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
SWIFT
SWIFTsim
Commits
95790946
Commit
95790946
authored
Jul 06, 2016
by
Matthieu Schaller
Browse files
Formatting
parent
3d19d147
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partition.c
View file @
95790946
...
...
@@ -463,9 +463,9 @@ static void repart_edge_metis(int partweights, int bothweights, int nodeID,
* make a report and ignore these tasks. */
int
w
=
(
t
->
toc
-
t
->
tic
)
*
wscale
;
if
(
w
<
0
)
{
message
(
"Task toc before tic: -%.3f %s, (try using processor affinity)."
,
clocks_from_ticks
(
t
->
tic
-
t
->
toc
),
clocks_getunit
());
w
=
0
;
message
(
"Task toc before tic: -%.3f %s, (try using processor affinity)."
,
clocks_from_ticks
(
t
->
tic
-
t
->
toc
),
clocks_getunit
());
w
=
0
;
}
/* Do we need to re-scale? */
...
...
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