Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for satisfiability check in the match function signature #1115

Open
vsoch opened this issue Dec 14, 2023 · 0 comments
Open

Need for satisfiability check in the match function signature #1115

vsoch opened this issue Dec 14, 2023 · 0 comments

Comments

@vsoch
Copy link
Member

vsoch commented Dec 14, 2023

From my notes:

We need way to specify we want satisfiability check in the match function signature.

My best guess (based on knowing the Go bindings) is that the match function signature might be in the resource API, here?

extern "C" int reapi_cli_match_allocate (reapi_cli_ctx_t *ctx,
bool orelse_reserve, const char *jobspec,
uint64_t *jobid, bool *reserved,
char **R, int64_t *at, double *ov)
{

And this might warrant more discussion about how the current design (with all the booleans) might be something else to warrant more flexibility.

Ping @zekemorton @milroy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant