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

Slingshot Switch Samplers Plus Config fixes #1363

Merged
merged 2 commits into from
Feb 18, 2024

Conversation

oceandlr
Copy link
Member

This includes

  1. Slingshot switch samplers
  2. Fixes to the top configuration for build checks

This is being submitted as one request with two commits since a merge of the two would necessary anyway

@tom95858
Copy link
Collaborator

@morrone, please take a look? I really want to get 4.4.2 out the door.

@@ -429,6 +429,7 @@ AS_IF([test "x$enable_papi" != xno],[
])
AM_CONDITIONAL([HAVE_LIBPAPI], [test "x$HAVE_LIBPAPI" = xyes])
AM_CONDITIONAL([HAVE_LIBPFM], [test "x$HAVE_LIBPFM" = xyes])
AM_CONDITIONAL([ENABLE_PAPI], [test "x$enable_papi" != no -a "x$HAVE_LIBPAPI" = xyes -a "x$HAVE_LIBPFM" = xyes])
Copy link
Collaborator

Choose a reason for hiding this comment

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

The first "no" here should be "xno"

Copy link
Member Author

Choose a reason for hiding this comment

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

In line 432 you mean?

@morrone
Copy link
Collaborator

morrone commented Feb 17, 2024

Just the one minor issue, other than that it looks good.

@tom95858 tom95858 merged commit 5c88137 into ovis-hpc:OVIS-4.4.2 Feb 18, 2024
14 checks passed
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.

4 participants