Skip to content

Commit

Permalink
Update parsec/mca/device/device.c
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
  • Loading branch information
bosilca and devreal authored Sep 9, 2024
1 parent ffd2811 commit 4602cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsec/mca/device/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ void parsec_devices_print_statistics(parsec_context_t *parsec_context, uint64_t

printf("+-----------------------------------------------------------------------------------------------------------------------------------------------+\n");
printf("| | | Data In | Data Out | |\n");
printf("|Rank %3d | # KERNEL | %% | Required | Transfered H2D(%%) | Transfered D2D(%%) | Required | Transfered(%%) | nb evictions |\n",
printf("|Rank %3d | # KERNEL | %% | Required | Transfered H2D(%%) | Transfered D2D(%%) | Required | Transfered(%%) | Evictions |\n",
(NULL == parsec_context ? parsec_debug_rank : parsec_context->my_rank));
printf("|---------|-----------|--------|------------|-----------------------|-----------------------|------------|-------------------|------------------|\n");
for( i = 0; i < parsec_nb_devices; i++ ) {
Expand Down

0 comments on commit 4602cc2

Please sign in to comment.