From 0beee4701bad90fc8be7edcb605d62b46c5c86f1 Mon Sep 17 00:00:00 2001 From: kai Date: Sat, 31 May 2025 17:50:22 +0200 Subject: [PATCH] max iter to 100 --- 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 11215f1..7370da9 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 = 100; // Run the serial and parallel versions // Result is saved to file.