Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Elsa Gonsiorowski
codes
Commits
5ec80178
Commit
5ec80178
authored
Aug 05, 2015
by
Jonathan Jenkins
Browse files
rm extraneous newlines
parent
b879c8d2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/workload/codes-workload.c
View file @
5ec80178
...
...
@@ -256,7 +256,7 @@ void codes_workload_print_op(
break
;
case
CODES_WK_RECV
:
fprintf
(
f
,
"op: app:%d rank:%d type:recv "
"src:%d dst:%d bytes:%d type:%d count:%d tag:%d
\n
"
"src:%d dst:%d bytes:%d type:%d count:%d tag:%d
"
"start:%.5e end:%.5e
\n
"
,
app_id
,
rank
,
op
->
u
.
recv
.
source_rank
,
op
->
u
.
recv
.
dest_rank
,
...
...
@@ -266,7 +266,7 @@ void codes_workload_print_op(
break
;
case
CODES_WK_ISEND
:
fprintf
(
f
,
"op: app:%d rank:%d type:isend "
"src:%d dst:%d bytes:%d type:%d count:%d tag:%d
\n
"
"src:%d dst:%d bytes:%d type:%d count:%d tag:%d
"
"start:%.5e end:%.5e
\n
"
,
app_id
,
rank
,
op
->
u
.
send
.
source_rank
,
op
->
u
.
send
.
dest_rank
,
...
...
@@ -276,7 +276,7 @@ void codes_workload_print_op(
break
;
case
CODES_WK_IRECV
:
fprintf
(
f
,
"op: app:%d rank:%d type:irecv "
"src:%d dst:%d bytes:%d type:%d count:%d tag:%d
\n
"
"src:%d dst:%d bytes:%d type:%d count:%d tag:%d
"
"start:%.5e end:%.5e
\n
"
,
app_id
,
rank
,
op
->
u
.
recv
.
source_rank
,
op
->
u
.
recv
.
dest_rank
,
...
...
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