Skip to content

Commit

Permalink
add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
greole committed Jun 7, 2024
1 parent f07ab29 commit 2af3602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Repartitioner/Repartitioner.H
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private:


public:
Repartitioner(label size, label ranks_per_gpu, label verbose_,
Repartitioner(label size, label ranks_per_gpu, label verbose,
const ExecutorHandler &exec_handler)
: size_(size),
repart_size_(Repartitioner::compute_repart_size(size, ranks_per_gpu,
Expand Down

0 comments on commit 2af3602

Please sign in to comment.