|
@@ -804,7 +804,7 @@ static void worker_set_detailed_state(double time, const char *prefix, long unsi
|
|
/* TODO: set detailed state */
|
|
/* TODO: set detailed state */
|
|
poti_SetState(time, container, "WS", name);
|
|
poti_SetState(time, container, "WS", name);
|
|
#else
|
|
#else
|
|
- fprintf(out_paje_file, "20 %.9f %sw%lu WS %s %lu %s %08lx %016llx %lu %f %u %u %u %ld %ld\n", time, prefix, workerid, name, size, parameters, footprint, tag, job_id, gflop, X, Y, Z, iteration, subiteration);
|
|
|
|
|
|
+ fprintf(out_paje_file, "20 %.9f %sw%lu WS %s %lu %s %08lx %016llx %s%lu %f %u %u %u %ld %ld\n", time, prefix, workerid, name, size, parameters, footprint, tag, prefix, job_id, gflop, X, Y, Z, iteration, subiteration);
|
|
#endif
|
|
#endif
|
|
}
|
|
}
|
|
|
|
|