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

Fix problem with ofi after PR #18880 #18971

Merged
merged 1 commit into from
Jan 12, 2022
Merged

Conversation

mppf
Copy link
Member

@mppf mppf commented Jan 12, 2022

Follow-up to PR #18880 to fix a problem with ofi testing.

Even before PR #18880, we had

  • CHPL_COMM_OFI_OOB used in Makefiles and set by testing
  • CHPL_RT_COMM_OFI_OOB that was used in printchplenv before that PR and which I used after

PR #18880 added to the printchplenv logic and used it during chpl invocations but that caused a problem because CHPL_COMM_OFI_OOB is set in testing (and CHPL_RT_COMM_OFI_OOB is not).

This PR just changes the uses of CHPL_RT_COMM_OFI_OOB in printchplenv to CHPL_COMM_OFI_OOB because it's used for computing -I and -L flags and these don't happen at runtime.

Reviewed by @jhh67 - thanks!

@mppf mppf requested a review from jhh67 January 12, 2022 18:00
Copy link
Contributor

@jhh67 jhh67 left a comment

Choose a reason for hiding this comment

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

Looks good.

@mppf mppf merged commit 8de995f into chapel-lang:main Jan 12, 2022
@mppf mppf deleted the follow-18880-ofi branch January 12, 2022 19:23
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