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

R/JGF disagreements #1351

Open
jameshcorbett opened this issue Feb 27, 2025 · 0 comments
Open

R/JGF disagreements #1351

jameshcorbett opened this issue Feb 27, 2025 · 0 comments

Comments

@jameshcorbett
Copy link
Member

rv1 and JGF can sometimes disagree on what properties a node has, and also what rank it represents. This can lead to very ugly problems.

For instance, if nodes are given queue properties in R but node vertices in JGF don't have those same properties, jobs will never be scheduled, but no error occurs (see #1350). Also, nodes can be given ranks in JGF that don't align with their ranks in R, raising execution-time problems.

For properties, one idea would be to add all properties from R in addition to whatever properties are found in JGF. Ranks should be validated.

See also #1219, for some discussion of a case where this occurred.

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