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

display exceptions in threadpool, and look for 'mpich', not 'mpich2' #548

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

rustandruin
Copy link

Two changes:

  1. The mpich2 plugin searches for 'mpich2' in the output of 'update-alternatives --list mpirun' to find the location of the mpich2 path, but in Ubuntu 15.04, the command name is mpirun.mpich to run mpich2, so the search fails and causes an error. I changed the search for the more general 'mpich'

  2. To facilitate debugging of plugins, prints the exceptions that arise in running a threadpool before raising a threadpool exception (the latter is not verbose enough in its output). I find this useful for seeing exactly what the commandline was in a node.ssh.execute command that failed during the run of a plugin.

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.

1 participant