Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
cc56be0d
Commit
cc56be0d
authored
Jul 28, 2017
by
Peter W. Draper
Browse files
Add basic documentation for threadpool task dumps
parent
b82a57ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
cc56be0d
...
...
@@ -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.
...
...
examples/main.c
View file @
cc56be0d
...
...
@@ -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
(
"
\n
See the file parameter_example.yml for an example of "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment