diff --git a/lab10/jacobi/jacobi_main.cpp b/lab10/jacobi/jacobi_main.cpp index 11215f1..e3f23cb 100644 --- a/lab10/jacobi/jacobi_main.cpp +++ b/lab10/jacobi/jacobi_main.cpp @@ -150,7 +150,7 @@ int main(int argc, char *argv[]) { // Set the Jacobi parameters const int n = 9 * 64; const double eps = 1e-7; - const int maxNumIter = 10000; + const int maxNumIter = 100000; // Run the serial and parallel versions // Result is saved to file.