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

Unload cce prior to loading PrgEnv-gnu #25934

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

jhh67
Copy link
Contributor

@jhh67 jhh67 commented Sep 11, 2024

The cce module appears to cause a problem when used with the PrgEnv-gnu and libfabric modules loaded, as the hwloc configuration fails because -lfabric is not found. Unload the cce module prior to loading the PrgEnv-gnu module and let it reload cce should it want to, but this way cce isn't loaded if PrgEnv-gnu doesn't need it.

The cce module appears to cause a problem when used with the PrgEnv-gnu
and libfabric modules loaded, as the hwloc configuration fails because
-lfabric is not found. Unload the cce module prior to loading the PrgEnv-gnu
 module and let it reload cce should it want to, but this way cce isn't
 loaded if PrgEnv-gnu doesn't need it.

Signed-off-by: John H. Hartman <[email protected]>
@jhh67 jhh67 merged commit 3d23b8e into chapel-lang:main Sep 11, 2024
7 checks passed
@jhh67 jhh67 deleted the ex-build branch September 11, 2024 22:31
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.

2 participants