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
af14911e
Commit
af14911e
authored
Jun 23, 2015
by
yangxuserene
Browse files
add printf for debug
parent
ec142cc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/workload/codes-workload.c
View file @
af14911e
...
...
@@ -135,6 +135,8 @@ void codes_workload_get_next(
break
;
tmp
=
tmp
->
next
;
}
if
(
tmp
==
NULL
)
printf
(
"tmp is NULL, rank=%d, app_id = %d"
,
rank
,
app_id
);
assert
(
tmp
);
if
(
tmp
->
lifo
)
{
...
...
src/workload/methods/codes-dumpi-trace-nw-wrkld.c
View file @
af14911e
...
...
@@ -703,7 +703,7 @@ void dumpi_trace_nw_workload_get_next(int app_id, int rank, struct codes_workloa
hash_link
=
qhash_search
(
rank_tbl
,
&
cmp
);
if
(
!
hash_link
)
{
printf
(
"
\n
not found for rank id %d "
,
rank
);
printf
(
"
\n
not found for rank id %d
, %d
"
,
rank
,
app_id
);
op
->
op_type
=
CODES_WK_END
;
return
;
}
...
...
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