Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
6f947dfc
Commit
6f947dfc
authored
Jul 07, 2017
by
Misbah Mubarak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
making mean interval of background traffic configurable
parent
c9cdbeeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/network-workloads/model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+2
-1
No files found.
src/network-workloads/model-net-mpi-replay.c
View file @
6f947dfc
...
...
@@ -86,7 +86,7 @@ typedef struct nw_message nw_message;
typedef
int32_t
dumpi_req_id
;
static
int
net_id
=
0
;
static
float
noise
=
5
.
0
;
static
float
noise
=
2
.
0
;
static
int
num_nw_lps
=
0
,
num_mpi_lps
=
0
;
static
int
num_syn_clients
;
...
...
@@ -2299,6 +2299,7 @@ const tw_optdef app_opt [] =
TWOPT_UINT
(
"enable_mpi_debug"
,
enable_debug
,
"enable debugging of MPI sim layer (works with sync=1 only)"
),
TWOPT_UINT
(
"sampling_interval"
,
sampling_interval
,
"sampling interval for MPI operations"
),
TWOPT_UINT
(
"enable_sampling"
,
enable_sampling
,
"enable sampling (only works in sequential mode)"
),
TWOPT_STIME
(
"mean_interval"
,
mean_interval
,
"mean interval for generating background traffic"
),
TWOPT_STIME
(
"sampling_end_time"
,
sampling_end_time
,
"sampling_end_time"
),
TWOPT_CHAR
(
"lp-io-dir"
,
lp_io_dir
,
"Where to place io output (unspecified -> no output"
),
TWOPT_UINT
(
"lp-io-use-suffix"
,
lp_io_use_suffix
,
"Whether to append uniq suffix to lp-io directory (default 0)"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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