Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
38
Issues
38
List
Boards
Labels
Milestones
Merge Requests
8
Merge Requests
8
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
codes
codes
Commits
1386ce65
Commit
1386ce65
authored
Feb 10, 2014
by
Shane Snyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change mpi workload replay to quietly handle error
parent
74058f51
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/workload/codes-workload-mpi-replay.c
tests/workload/codes-workload-mpi-replay.c
+1
-1
No files found.
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