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

Remove all QMC_CUDA dependencies on testsets #4442

Merged
merged 4 commits into from Feb 7, 2023

Conversation

Hyeondeok-Shin
Copy link
Contributor

Proposed changes

Since legacy CUDA is removed on #4431, QMC_CUDA dependencies on testsets are no longer needed.

What type(s) of changes does this code introduce?

Delete the items that do not apply

  • Other (please describe): Clean up testsets

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

Intel Xeon

Checklist

Update the following with a yes where the items apply. If you're unsure about any of them, don't hesitate to ask. This is
simply a reminder of what we are going to look for before merging your code.

  • Yes. This PR is up to date with current the current state of 'develop'
  • No. Code added or changed in the PR has been clang-formatted
  • Yes. This PR adds tests to cover any new code, or to catch a bug that is being fixed
  • No. Documentation has been added (if appropriate)

@prckent prckent mentioned this pull request Feb 7, 2023
5 tasks
prckent
prckent previously approved these changes Feb 7, 2023
Copy link
Contributor

@prckent prckent left a comment

Choose a reason for hiding this comment

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

Confirmed that QMC_CUDA is gone from tests/*

Approving, of course subject to CI

@prckent
Copy link
Contributor

prckent commented Feb 7, 2023

Test this please

Copy link
Contributor

@ye-luo ye-luo left a comment

Choose a reason for hiding this comment

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

Please remove SUCCESS_STATUS_CUDA and I will apply cmake-format before merging.

else()
set(SUCCESS_STATUS_CUDA TRUE)
endif()
set(SUCCESS_STATUS_CUDA TRUE)
Copy link
Contributor

Choose a reason for hiding this comment

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

This also needs to be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. SUCCESS_STATUS_CUDA is now completely removed.

@ye-luo
Copy link
Contributor

ye-luo commented Feb 7, 2023

Test this please

@ye-luo ye-luo enabled auto-merge February 7, 2023 22:18
Copy link
Contributor

@ye-luo ye-luo left a comment

Choose a reason for hiding this comment

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

Will be last checked by CI.

@ye-luo ye-luo merged commit c00bdcb into QMCPACK:develop Feb 7, 2023
@prckent prckent mentioned this pull request Aug 18, 2023
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.

None yet

3 participants