Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
cc56be0d
Commit
cc56be0d
authored
7 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Add basic documentation for threadpool task dumps
parent
b82a57ba
No related branches found
No related tags found
1 merge request
!385
Threadpool task plots2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+1
-0
1 addition, 0 deletions
README
examples/main.c
+2
-0
2 additions, 0 deletions
examples/main.c
with
3 additions
and
0 deletions
README
+
1
−
0
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.
...
...
This diff is collapsed.
Click to expand it.
examples/main.c
+
2
−
0
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 "
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment