diff --git a/build/ag_gen b/build/ag_gen index 775bbff..8b49d3d 100755 Binary files a/build/ag_gen and b/build/ag_gen differ diff --git a/src/mpi/tasks.cpp b/src/mpi/tasks.cpp index dd0077f..09d8270 100644 --- a/src/mpi/tasks.cpp +++ b/src/mpi/tasks.cpp @@ -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); }