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

Correct formatting of the task flag in the task-plot output.

parent d7ac58c6
Branches
Tags
1 merge request!606Merged gravity M-M tasks
......@@ -1051,7 +1051,7 @@ int main(int argc, char *argv[]) {
if (!e.sched.tasks[l].implicit && e.sched.tasks[l].toc != 0) {
fprintf(
file_thread,
" %03i %i %i %i %i %lli %lli %i %i %i %i %i %i\n", myrank,
" %03i %i %i %i %i %lli %lli %i %i %i %i %lli %i\n", myrank,
e.sched.tasks[l].rid, e.sched.tasks[l].type,
e.sched.tasks[l].subtype, (e.sched.tasks[l].cj == NULL),
e.sched.tasks[l].tic, e.sched.tasks[l].toc,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment