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

Add tips for MPI cross-compiling #2123

Merged
merged 4 commits into from
Mar 26, 2024
Merged

Add tips for MPI cross-compiling #2123

merged 4 commits into from
Mar 26, 2024

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Mar 15, 2024

PR Checklist:

  • note any issues closed by this PR with closing keywords
  • if you are adding a new page under docs/ or community/, you have added it to the sidebar in the corresponding _sidebar.json file
  • put any other relevant information below

xref: conda-forge/superlu_dist-feedstock#28

I think it is worth writing, as it is not easy for the maintainer to realize that openmpi is required for the build platform, but mpich is not.

@njzjz njzjz requested a review from a team as a code owner March 15, 2024 21:22
Copy link

netlify bot commented Mar 15, 2024

Deploy Preview for conda-forge-previews ready!

Name Link
🔨 Latest commit c83188b
🔍 Latest deploy log https://app.netlify.com/sites/conda-forge-previews/deploys/65fbff72dd462800081569de
😎 Deploy Preview https://deploy-preview-2123--conda-forge-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jaimergp jaimergp added the Docs label Mar 19, 2024
@@ -498,6 +498,18 @@ requirements:
- {{ pin_compatible("numpy") }}
```

With MPI, openmpi is required for the build platform, but mpich is not required (see [example](https://github.com/conda-forge/mpi4py-feedstock/blob/743d379c4a04/recipe/meta.yaml#L37)):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the OPAL_PREFIX workaround for openmpi?

@njzjz
Copy link
Member Author

njzjz commented Mar 21, 2024

pre-commit.ci autofix

@jaimergp jaimergp merged commit 6c30955 into conda-forge:main Mar 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants