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

hydra: slurm hostlist_t should be used as pointer #6820

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

hzhou
Copy link
Contributor

@hzhou hzhou commented Nov 29, 2023

Pull Request Description

It appears Slurm changed the signature and usage of its hostlist function and hostlist_t type. hostlist_t is an opaque struct, and should be used in its pointer form.

Fixes #6806
[skip warnings]

Author Checklist

  • Provide Description
    Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
  • Commits Follow Good Practice
    Commits are self-contained and do not do two things at once.
    Commit message is of the form: module: short description
    Commit message explains what's in the commit.
  • Passes All Tests
    Whitespace checker. Warnings test. Additional tests via comments.
  • Contribution Agreement
    For non-Argonne authors, check contribution agreement.
    If necessary, request an explicit comment from your companies PR approval manager.

@hzhou hzhou requested a review from raffenet November 29, 2023 14:39
Appears Slurm changed the signature and usage of its hostlist function
and hostlist_t type. `hostlist_t` is an opaque struct, and should be
used in its pointer form.
@hzhou hzhou merged commit cd5e761 into pmodels:main Nov 29, 2023
4 checks passed
@hzhou hzhou deleted the 2311_slurm_hostlist_t branch November 29, 2023 19:17
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Dec 18, 2023
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

Successfully merging this pull request may close these issues.

Error with slurm-23-11-0-1: variable has incomplete type 'hostlist_t'
2 participants