This commit is contained in:
kai
2025-06-01 12:35:52 +02:00
parent 9b6051741e
commit e100a8b39a

View File

@@ -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 = 1000;
const int maxNumIter = 100;
// Run the serial and parallel versions
// Result is saved to file.