Skip to content
GitLab
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
775e346e
Commit
775e346e
authored
Jun 27, 2020
by
Matthieu Schaller
Browse files
Fix the stand-alone FoF code to call the task_dumps_stats() function correctly
parent
ade031dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/main_fof.c
View file @
775e346e
...
...
@@ -662,7 +662,8 @@ int main(int argc, char *argv[]) {
/* Generate the task statistics. */
char
dumpfile
[
40
];
snprintf
(
dumpfile
,
40
,
"thread_stats-step%d.dat"
,
0
);
task_dump_stats
(
dumpfile
,
&
e
,
/* header = */
0
,
/* allranks = */
1
);
task_dump_stats
(
dumpfile
,
&
e
,
/* dump_tasks_threshold = */
0
.
f
,
/* header = */
0
,
/* allranks = */
1
);
}
#ifdef SWIFT_DEBUG_THREADPOOL
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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