dont run serial anymore

This commit is contained in:
kai
2025-05-31 17:00:22 +02:00
parent 13cf53740c
commit fd1d1040f3

View File

@@ -156,7 +156,7 @@ int main(int argc, char *argv[]) {
// Result is saved to file.
// Use this to graphically verify the correctness of the parallel
// implementation.
runSerial(n, eps, maxNumIter);
// runSerial(n, eps, maxNumIter);
runParallel(n, eps, maxNumIter);