Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
swiftmpistepsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
swiftmpistepsim
Commits
bb3e74cd
Commit
bb3e74cd
authored
2 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into multi-all
Conflicts: swiftmpifakestepsim.c swiftmpistepsim.c
parents
ec77e6f5
5d810c1b
Branches
Branches containing commit
No related tags found
1 merge request
!9
Draft: Multiple threads for inject, send and recv.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swiftmpistepsim.c
+2
-2
2 additions, 2 deletions
swiftmpistepsim.c
with
2 additions
and
2 deletions
swiftmpistepsim.c
+
2
−
2
View file @
bb3e74cd
...
...
@@ -516,6 +516,7 @@ int main(int argc, char *argv[]) {
waitns
=
atoll
(
optarg
);
case
'c'
:
messagescale
=
atof
(
optarg
);
break
;
case
's'
:
messagesize
=
atoll
(
optarg
);
break
;
...
...
@@ -562,10 +563,9 @@ int main(int argc, char *argv[]) {
if
(
messagesize
>
0
)
message
(
"Using fixed message size of %zd"
,
messagesize
);
if
(
messagescale
!=
1
.
0
f
)
message
(
"Using message scale of %
g
"
,
messagescale
);
message
(
"Using message scale of %
f
"
,
messagescale
);
if
(
!
usetics
)
message
(
"Using fast untimed injections"
);
if
(
datacheck
)
message
(
"Checking data pattern on send and recv completion"
);
message
(
""
);
}
/* Make three types of thread, one for injecting tasks and two to check for
...
...
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