You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of node-exclusive scheduling for day 1 (flux-framework/flux-sched#833), I submitted a moldable jobspec using flux job submit and got the following error:
As part of node-exclusive scheduling for day 1 (flux-framework/flux-sched#833), I submitted a moldable jobspec using
flux job submit
and got the following error:I looks like there are a few instances that assume non-moldable jobspec:
flux-core/src/modules/job-list/job_state.c
Line 367 in 8bb52a3
flux-core/src/shell/jobspec.c
Line 54 in c9cef24
This handles V1 jobspec correctly, but as we need to extend jobspec to include moldable spec, we need to extend the code as well.
Should I go ahead and propose a change to V1 jobspec RFC PR and use that as a catch-all ticket?
The text was updated successfully, but these errors were encountered: