diff --git a/trainer.h b/trainer.h index 7795696a79b06053fadf562dd75832545d08402d..3284f13821edc0d195ec8628fffc9e4d2c8ad8be 100644 --- a/trainer.h +++ b/trainer.h @@ -125,6 +125,8 @@ class MPI_Trainer: public Trainer { MPI_Bcast(&PHI_rows, 1, MPI_INT, 0, MPI_COMM_WORLD); MPI_Bcast(&PHI_cols, 1, MPI_INT, 0, MPI_COMM_WORLD); + std::cout << "PHI_cols " << PHI_cols << std::endl; + // Initialize BLACS // We create two contexts. // context1 is used for the computation of phi matrices