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

fix for solver when N > M

parent 233791ec
No related branches found
No related tags found
No related merge requests found
Pipeline #43496 failed
......@@ -245,7 +245,7 @@ class MPI_Trainer: public Trainer {
&izero, &context2, /*leading dimension*/&phi_rows2, &info2);
descinit_( sol, &PHI_cols, &ione, &rnb1, &cnb1, &izero,
&izero, &context1, /*leading dimension*/&lda1, &info3);
&izero, &context1, /*leading dimension*/&phi_cols1, &info3);
if(info != 0) {
printf("Error in descinit 1b, info = %d\n", info);
......
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