Skip to content
Snippets Groups Projects
Commit 57f2c0c4 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Stop means stop...

parent 16fce7e4
Branches
Tags
2 merge requests!136Master,!104Multi time step warnings and stop condition
......@@ -468,7 +468,7 @@ int main(int argc, char *argv[]) {
"[ms]\n");
/* Let loose a runner on the space. */
for (j = 0; e.time < time_end; j++) {
for (j = 0; e.ti_current < max_nr_timesteps; j++) {
/* Repartition the space amongst the nodes? */
#ifdef WITH_MPI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment