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

Forgot part of the task information output in the MPI case... Now correct.

Former-commit-id: 58b2abd0ec1d6632cf1524a9f8b8a25cd6e5abc5
parent 375435d1
No related branches found
No related tags found
No related merge requests found
......@@ -904,7 +904,7 @@ int main(int argc, char *argv[]) {
for (j = 0; j < nr_nodes; j++) {
MPI_Barrier(MPI_COMM_WORLD);
if (j == myrank) {
printf(" %03i 0 0 0 0 %lli 0 0 0 0\n", myrank, e.tic_step);
fprintf(file, " %03i 0 0 0 0 %lli 0 0 0 0\n", myrank, e.tic_step);
for (k = 0; k < e.sched.nr_tasks; k++)
if (!e.sched.tasks[k].skip && !e.sched.tasks[k].implicit)
fprintf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment