Skip to content
Snippets Groups Projects
Commit e43e78ab authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Debug

parent 22f5e555
No related branches found
No related tags found
No related merge requests found
Pipeline #44522 passed
......@@ -409,6 +409,7 @@ class MPI_Trainer_HOST: public MPI_Trainer {
count++;
}
else {
std::cout << "HOST release_tag(count) WAIT_TAG" << std::endl;
MPI_Send (0, 0, MPI_INT, worker,
MPI_Trainer::WAIT_TAG, MPI_COMM_WORLD);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment