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

Single-image support #49

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

bonachea
Copy link
Member

@bonachea bonachea commented Nov 12, 2024

Previously the assert library assumed flang is single-image and all other compilers are multi-image.

Factor that assumption into a new feature macro called ASSERT_MULTI_IMAGE that can be explicitly overridden by the client via fpm --flag to force single-image or multi-image support.

Assert on Flang continues to default to single-image.

Change Assert on Intel Fortran to default to single-image. This removes the need for the -coarray argument and the dependence on Intel MPI.

Use it to disable multi-image execution by default on Intel,
which in turn removes the dependence on Intel MPI

Adjust test code accordingly
@bonachea bonachea marked this pull request as ready for review November 12, 2024 20:00
@bonachea bonachea requested a review from rouson November 20, 2024 18:29
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