Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
625bea0a
Commit
625bea0a
authored
Nov 09, 2016
by
Matthieu Dorier
Browse files
removing debug message
parent
e5d4e04e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/network-workloads/model-net-mpi-replay.c
View file @
625bea0a
...
...
@@ -1152,8 +1152,6 @@ void nw_test_init(nw_state* s, tw_lp* lp)
// printf("network LP nw id %d app id %d local rank %d generating events, lp gid is %ld \n", s->nw_id,
// s->app_id, s->local_rank, lp->gid);
#ifdef ENABLE_CORTEX
fprintf
(
stderr
,
"
\n\n
### Cortex Script is %s"
"
\n
### Cortex Class is %s
\n\n
"
,
cortex_file
,
cortex_class
);
strcpy
(
params_d
.
cortex_script
,
cortex_file
);
strcpy
(
params_d
.
cortex_class
,
cortex_class
);
#endif
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment