New Debug statements

This commit is contained in:
Noah L. Schrick 2022-01-30 19:22:57 -06:00
parent 8a236aef36
commit 1e2f5ca9ad
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -402,6 +402,7 @@ AGGenInstance &AGGen::generate(bool batch_process, int batch_size, int numThrd,
else {
//If we don't have the go-ahead, check for the Finalize message.
std::cout << "Node " << world.rank() << " is waiting for the go-ahead or finalize message." << std::endl;
while(!world.iprobe(0, 14)){
if(world.iprobe(0, 15)){
mpi_exit = 1;