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

fix for solver when N > M

parent 0aabf931
No related branches found
No related tags found
No related merge requests found
Pipeline #43466 failed
...@@ -138,8 +138,8 @@ class MPI_Trainer: public Trainer { ...@@ -138,8 +138,8 @@ class MPI_Trainer: public Trainer {
cnb1 = PHI_cols; cnb1 = PHI_cols;
cnb2 = config.get<int>("NBLOCK"); // Column block size cnb2 = config.get<int>("NBLOCK"); // Column block size
//b_ncols1 = 1; b_ncols2 = 2; b_ncols1 = 1; // b_ncols2 = 2;
//b_nrows1 = ncpu; b_nrows2 = ncpu/b_ncols2; b_nrows1 = ncpu; // b_nrows2 = ncpu/b_ncols2;
// make as sqaure grid as possible // make as sqaure grid as possible
int sr = sqrt(ncpu); int sr = sqrt(ncpu);
......
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