From b93a0996f270f7a2a8b3ef0175e28fd12c7c675b Mon Sep 17 00:00:00 2001 From: kai Date: Sun, 1 Jun 2025 13:15:26 +0200 Subject: [PATCH] back to 10000 --- lab10/jacobi/jacobi_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab10/jacobi/jacobi_main.cpp b/lab10/jacobi/jacobi_main.cpp index e3f23cb..11215f1 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 = 100000; + const int maxNumIter = 10000; // Run the serial and parallel versions // Result is saved to file.