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

get_results calls mdiag #37

Open
cadejager opened this issue Jul 17, 2017 · 0 comments
Open

get_results calls mdiag #37

cadejager opened this issue Jul 17, 2017 · 0 comments
Assignees

Comments

@cadejager
Copy link
Collaborator

When the binary mdiag exists on the system (according to which) pavilion tries to call it to tell the user some information about the state of the system. Pavilion continues to work but prints an error if there is placeholder on the system for mdiag to tell a user to use slurm.

Currently the offending line is here

Pavilion/PAV/scripts/get_results:157

I see two options to fix this in the future:

  1. Change it to be dependent on some slurm call. This would be vulnerable to a scheduler change in the same way in the future.
  2. Remove mdiag from the system. This would be the same result as removing it and users would no longer get their error.

I intend to do option 2 the change is easy but I need to find the time to test it.

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

No branches or pull requests

1 participant