Skip to content

Commit

Permalink
Fix parallelization log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Jul 2, 2024
1 parent 990e7cf commit 911feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trac.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ int main(
continue;
#ifdef _OPENACC
LOG(1, "Parallelization: ntask= %d | rank= %d | size= %d | acc_dev= %d",
ntask, rank, size, acc_get_device_num(acc_device_t devicetype));
ntask, rank, size, acc_get_device_num(device_type));
#else
LOG(1, "Parallelization: ntask= %d | rank= %d | size= %d | acc_dev= nan",
ntask, rank, size);
Expand Down

0 comments on commit 911feaf

Please sign in to comment.