Adding debugging prints
This commit is contained in:
parent
fd4ffdfd10
commit
da3702bd6e
BIN
build/ag_gen
BIN
build/ag_gen
Binary file not shown.
@ -147,6 +147,8 @@ void task_one(AGGenInstance &instance, NetworkState ¤t_state,\
|
||||
if (two_alloc < alloc)
|
||||
skip_greatest = 1;
|
||||
if(world.rank() <= alloc - skip_greatest){
|
||||
std::cout << "Process " << world.rank() << " sending applicable exploit list of size " << appl_exploits.size() <<\
|
||||
" to Process " << send_check(world, world.rank() + alloc -1) << std::endl;
|
||||
world.isend(send_check(world, world.rank() + alloc -1), 30, appl_exploits);
|
||||
world.isend(send_check(world, world.rank() + alloc -1), 40, current_state);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user