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
b6938726
Commit
b6938726
authored
Sep 29, 2016
by
Misbah Mubarak
Browse files
Turning off default debug for mpi-sim-layer
parent
9bc47d90
Changes
1
Show whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
b6938726
...
@@ -80,7 +80,7 @@ static int disable_delay = 0;
...
@@ -80,7 +80,7 @@ static int disable_delay = 0;
static
int
enable_sampling
=
0
;
static
int
enable_sampling
=
0
;
static
double
sampling_interval
=
5000000
;
static
double
sampling_interval
=
5000000
;
static
double
sampling_end_time
=
3000000000
;
static
double
sampling_end_time
=
3000000000
;
static
int
enable_debug
=
1
;
static
int
enable_debug
=
0
;
/* set group context */
/* set group context */
struct
codes_mctx
group_ratio
;
struct
codes_mctx
group_ratio
;
...
...
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