Completed migrating PT to 3D MPI w/o MPI IO

This commit is contained in:
2023-08-31 20:42:24 +02:00
parent b696d4860e
commit 1ab581f274
14 changed files with 152778 additions and 8008 deletions

View File

@@ -141,7 +141,7 @@ void initSolver(Solver* s, Parameter* params)
s->dtBound = 0.5 * s->re * 1.0 / invSqrSum;
#ifdef VERBOSE
printConfig(s);
//printConfig(s);
#endif /* VERBOSE */
}