diff --git a/build/ag_gen b/build/ag_gen index 2c1cc85..c09ca53 100755 Binary files a/build/ag_gen and b/build/ag_gen differ diff --git a/src/ag_gen/ag_gen.cpp b/src/ag_gen/ag_gen.cpp index 3b50ec8..3e007ea 100755 --- a/src/ag_gen/ag_gen.cpp +++ b/src/ag_gen/ag_gen.cpp @@ -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;