Skip to content
Snippets Groups Projects

Non periodic partitioning

Merged Peter W. Draper requested to merge non-periodic-repart into master
Files
3
+ 2
2
@@ -242,12 +242,12 @@ int main(int argc, char *argv[]) {
@@ -242,12 +242,12 @@ int main(int argc, char *argv[]) {
handle_cmdparam, (intptr_t)&cmdps, 0),
handle_cmdparam, (intptr_t)&cmdps, 0),
OPT_BOOLEAN('r', "restart", &restart, "Continue using restart files.",
OPT_BOOLEAN('r', "restart", &restart, "Continue using restart files.",
NULL, 0, 0),
NULL, 0, 0),
 
OPT_BOOLEAN('T', "timers", &with_verbose_timers,
 
"Print timers every time-step.", NULL, 0, 0),
OPT_INTEGER('t', "threads", &nr_threads,
OPT_INTEGER('t', "threads", &nr_threads,
"The number of threads to use on each MPI rank. Defaults to "
"The number of threads to use on each MPI rank. Defaults to "
"1 if not specified.",
"1 if not specified.",
NULL, 0, 0),
NULL, 0, 0),
OPT_INTEGER('T', "timers", &with_verbose_timers,
"Print timers every time-step.", NULL, 0, 0),
OPT_INTEGER('v', "verbose", &verbose,
OPT_INTEGER('v', "verbose", &verbose,
"Run in verbose mode, in MPI mode 2 outputs from all ranks.",
"Run in verbose mode, in MPI mode 2 outputs from all ranks.",
NULL, 0, 0),
NULL, 0, 0),
Loading