Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
8a7761a0
Commit
8a7761a0
authored
May 15, 2018
by
Misbah Mubarak
Browse files
making rotating random permutation configurable
parent
2892d552
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
8a7761a0
...
...
@@ -2616,6 +2616,7 @@ const tw_optdef app_opt [] =
TWOPT_UINT
(
"debug_cols"
,
debug_cols
,
"completion time of collective operations (currently MPI_AllReduce)"
),
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
(
"perm-thresh"
,
perm_switch_thresh
,
"threshold for random permutation 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"
),
...
...
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