Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
625bea0a
Commit
625bea0a
authored
Nov 09, 2016
by
Matthieu Dorier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing debug message
parent
e5d4e04e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
model-net-mpi-replay.c
src/network-workloads/model-net-mpi-replay.c
+0
-2
No files found.
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)
...
@@ -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,
// 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);
// s->app_id, s->local_rank, lp->gid);
#ifdef ENABLE_CORTEX
#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_script
,
cortex_file
);
strcpy
(
params_d
.
cortex_class
,
cortex_class
);
strcpy
(
params_d
.
cortex_class
,
cortex_class
);
#endif
#endif
...
...
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