Skip to content
Snippets Groups Projects
Commit 775e346e authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fix the stand-alone FoF code to call the task_dumps_stats() function correctly

parent ade031dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment