Skip to content
Snippets Groups Projects
Commit a4abac62 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Handle parallel sort tasks in non-MPI task dump as well

parent 7461f61a
No related branches found
No related tags found
2 merge requests!136Master,!70Include parallel sort tasks in task dump and add support for MPI dumps
......@@ -469,7 +469,7 @@ int main(int argc, char *argv[]) {
e.sched.tasks[k].rid, e.sched.tasks[k].type,
e.sched.tasks[k].subtype, (e.sched.tasks[k].cj == NULL),
e.sched.tasks[k].tic, e.sched.tasks[k].toc,
e.sched.tasks[k].ci->count,
(e.sched.tasks[k].ci == NULL) ? 0 : e.sched.tasks[k].ci->count,
(e.sched.tasks[k].cj == NULL) ? 0 : e.sched.tasks[k].cj->count);
fclose(file_thread);
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment