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

Issue with openmpi build #1547

Closed
sblauth opened this issue Sep 8, 2022 · 1 comment
Closed

Issue with openmpi build #1547

sblauth opened this issue Sep 8, 2022 · 1 comment

Comments

@sblauth
Copy link

sblauth commented Sep 8, 2022

I have encountered an issue with openmpi when building my package cashocs for conda-forge. The package can either use the mpich or openmpi implementation for parallelism, but the conda-forge build fails, when openmpi is used (see https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=564717&view=results)
The error message is

--------------------------------------------------------------------------
The value of the MCA parameter "plm_rsh_agent" was set to a path
that could not be found:

  plm_rsh_agent: ssh : rsh

Please either unset the parameter, or check that the path is correct
--------------------------------------------------------------------------

Either specifying mpich as dependency (https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=564951&view=results) or adding openssh as dependency (see https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=564963&view=results) works. To me, it seems that ssh is missing in the docker container for building the recipe. Is there any way to resolve this?

Thanks and best regards,
Sebastian

@beckermr
Copy link
Contributor

beckermr commented Sep 8, 2022

This issue is in the wrong place. Please post it to the feedstock of the package. I am closing it for now.

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

2 participants