|
|
- fprintf(stderr, "CPU #%d computation %le comm %le (%lf \%%)\n", cpu_arg->id, cpu_arg->jobq->total_computation_time, cpu_arg->jobq->total_communication_time, cpu_arg->jobq->total_communication_time*100.0/cpu_arg->jobq->total_computation_time);
|
|
|
+ fprintf(stderr, "CPU #%d computation %le comm %le (%lf \%%)\n", cpu_arg->devid, cpu_arg->jobq->total_computation_time, cpu_arg->jobq->total_communication_time, cpu_arg->jobq->total_communication_time*100.0/cpu_arg->jobq->total_computation_time);
|