Skip to content
Snippets Groups Projects
Commit cc56be0d authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Add basic documentation for threadpool task dumps

parent b82a57ba
No related branches found
No related tags found
1 merge request!385Threadpool task plots2
......@@ -38,6 +38,7 @@ Valid options are:
1: MPI-rank 0 writes,
2: All MPI-ranks write.
-y {int} Time-step frequency at which task graphs are dumped.
-Y {int} Time-step frequency at which threadpool tasks are dumped.
-h Print this help message and exit.
See the file parameter_example.yml for an example of parameter file.
......
......@@ -103,6 +103,8 @@ void print_help_message() {
printf(" %2s %14s %s\n", "", "", "2: All MPI-ranks write.");
printf(" %2s %14s %s\n", "-y", "{int}",
"Time-step frequency at which task graphs are dumped.");
printf(" %2s %14s %s\n", "-Y", "{int}",
"Time-step frequency at which threadpool tasks are dumped.");
printf(" %2s %14s %s\n", "-h", "", "Print this help message and exit.");
printf(
"\nSee the file parameter_example.yml for an example of "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment