Skip to content

Commit

Permalink
More conservative tag ub?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouchard committed Mar 6, 2023
1 parent d00ff53 commit 69bb270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpi_utils/Entangler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mutable struct Entangler
else
init_mpi()
comm = Comm_dup(parent_communicator)
transmit_counter_bound = ceil(Int, tag_ub() / n_global_indices - 2)
transmit_counter_bound = ceil(Int, tag_ub() / n_global_indices / 2)
my_process_index = Comm_rank(comm) + 1
n_processes = Comm_size(comm)
if verbose && my_process_index == 1
Expand Down

0 comments on commit 69bb270

Please sign in to comment.