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
1386ce65
Commit
1386ce65
authored
Feb 10, 2014
by
Shane Snyder
Browse files
Change mpi workload replay to quietly handle error
parent
74058f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/workload/codes-workload-mpi-replay.c
View file @
1386ce65
...
...
@@ -439,7 +439,7 @@ int replay_workload_op(struct codes_workload_op replay_op, int rank, long long i
return
0
;
default:
fprintf
(
stderr
,
"** Rank %d: INVALID OPERATION (op count = %lld) **
\n
"
,
rank
,
op_number
);
return
-
1
;
return
0
;
}
}
...
...
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