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
Caitlin Ross
codes
Commits
51ed519e
Commit
51ed519e
authored
Nov 01, 2013
by
Misbah Mubarak
Browse files
Adding a missing function call in the codes-workload API
parent
0c6ec337
Changes
1
Hide whitespace changes
Inline
Side-by-side
codes/codes-workload.h
View file @
51ed519e
...
...
@@ -106,6 +106,9 @@ void codes_workload_get_next(int wkld_id, int rank, struct codes_workload_op *op
/* Reverse of the above function. */
void
codes_workload_get_next_rc
(
int
wkld_id
,
int
rank
,
const
struct
codes_workload_op
*
op
);
/* get related information for the codes workload (specifically for the BG/P model) */
void
*
codes_workload_get_info
(
int
wkld_id
,
int
rank
);
/* NOTE: there is deliberately no finalize function; we don't have any
* reliable way to tell when a workload is truly done and will not
* participate in further reverse computation. The underlying generators
...
...
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