diff --git a/examples/main.c b/examples/main.c index e067e08d42aaee2d562969aeac0b8d1cbcd308e8..4cc3a36d4cd32518902332e387220aeafaefcdfc 100644 --- a/examples/main.c +++ b/examples/main.c @@ -681,15 +681,16 @@ int main(int argc, char *argv[]) { /* Open file and position at end. */ file_thread = fopen(dumpfile, "a"); - fprintf(file_thread, " %03i 0 0 0 0 %lli %lli %zi %zi %zi 0 0 %lli\n", myrank, - e.tic_step, e.toc_step, e.updates, e.g_updates, - e.s_updates, cpufreq); + fprintf(file_thread, " %03i 0 0 0 0 %lli %lli %zi %zi %zi 0 0 %lli\n", + myrank, e.tic_step, e.toc_step, e.updates, e.g_updates, + e.s_updates, cpufreq); int count = 0; for (int l = 0; l < e.sched.nr_tasks; l++) { 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, e.sched.tasks[l].rid, e.sched.tasks[l].type, + file_thread, + " %03i %i %i %i %i %lli %lli %i %i %i %i %i %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, (e.sched.tasks[l].ci != NULL) ? e.sched.tasks[l].ci->count