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
172d580b
Commit
172d580b
authored
2 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
e51ee1a3
No related branches found
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
README.fakedata.md
+6
-1
6 additions, 1 deletion
README.fakedata.md
with
6 additions
and
1 deletion
README.fakedata.md
+
6
−
1
View file @
172d580b
...
...
@@ -7,7 +7,7 @@ it generates fake sizes messages and can be scaled to run on any number of MPI
ranks.
```
Usage: ./swiftmpifakestepsim [
options
] nr_messages logfile.dat
Usage: ./swiftmpifakestepsim [
vds:rgx:c:o:f:z
] nr_messages logfile.dat
options: -v verbose, -d data check, -s size (bytes/scale),
-f <1|2> randomize injection order, 1 == just sends, 2 == sends and recvs
[-r uniform random from 1 to size, |
...
...
@@ -15,6 +15,7 @@ Usage: ./swiftmpifakestepsim [options] nr_messages logfile.dat
-r -c <file> use cdf from file, size is a scale factor., |
-r -o <file> use occurence sample of values in a file, size is a scale factor.,]
-x random seed
-z output log in standard format, i.e. can be used as input to swiftmpistepsim
```
To use a fixed message size just use
`-s`
.
...
...
@@ -46,5 +47,9 @@ sizes of the packets, this is used to form a cdf:
Other options are useful to make sure that the randoms are different,
`-x`
and
that they run in different order
`-f <1|2>`
.
The output from this program can be used as logs for the standard
swiftmpistepsim program using -z flag. This drops some new fields.
Peter W. Draper 24 Apr 2023
---------------------------
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