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

Make the script work also in MPI mode.

parent 4306572d
No related branches found
No related tags found
1 merge request!166Task plot improvements
...@@ -522,7 +522,7 @@ int main(int argc, char *argv[]) { ...@@ -522,7 +522,7 @@ int main(int argc, char *argv[]) {
for (int l = 0; l < e.sched.nr_tasks; l++) for (int l = 0; l < e.sched.nr_tasks; l++)
if (!e.sched.tasks[l].skip && !e.sched.tasks[l].implicit) { if (!e.sched.tasks[l].skip && !e.sched.tasks[l].implicit) {
fprintf(file_thread, " %03i %i %i %i %i %lli %lli %i %i %i %i %i\n", fprintf(file_thread, " %03i %i %i %i %i %lli %lli %i %i %i %i %i\n",
myrank, e.sched.tasks[l].rid, e.sched.tasks[l].type, myrank, e.sched.tasks[l].last_rid, e.sched.tasks[l].type,
e.sched.tasks[l].subtype, (e.sched.tasks[l].cj == NULL), 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].tic, e.sched.tasks[l].toc,
(e.sched.tasks[l].ci != NULL) ? e.sched.tasks[l].ci->count (e.sched.tasks[l].ci != NULL) ? e.sched.tasks[l].ci->count
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment