-
Notifications
You must be signed in to change notification settings - Fork 140
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
Rc 3170 #4702
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Steven Hahn <[email protected]>
Signed-off-by: Steven Hahn <[email protected]>
Output array gets overwritten in the case there are more basis functions than MO's.
Use qmc_run_and_check_custom_scalar instead of qmc_run_and_check for two reasons 1. qmc_run_and_check_custom_scalar uses named parameters, making the call more legible. 2. Directly names the scalar quantities. (qmc_run_and_check converts the name to a check_scalars flag, which then converts to the name in the scalar.dat file. These indirections are now avoided.)
switch from sprintf to std::snprintf
Additional updates for InputSection consistency
Add Be STO VMC test
Signed-off-by: Steven Hahn <[email protected]>
…_base Use std::snprintf in QMCCostFunctionBase.
Signed-off-by: Steven Hahn <[email protected]>
Signed-off-by: Steven Hahn <[email protected]>
Signed-off-by: Steven Hahn <[email protected]>
Replace timer_manager direct access with a function with initializati…
Add evaluateDerivativesWF for J3
Move nan check from DriftModifierUNR to TWF
…pi_image pin clang and gcc versions for ubuntu22-openmpi
Add NERSC perlmutter recipe.
Fix Nexus GPU jobs for NERSC/Perlmutter
* add mw_ APIs to rotatedSPO * adding unit test * add reasourceAPIs * remove unused header in test * fix typo * fix typo in test * add .get() to test * remove .get() from evaluateValue * extract underlying SPOs as RefVectorWithLeader * typo * fix -> to . * address review * more reviews * forgot a std::move
Co-authored-by: Steven Hahn <[email protected]>
Test this please |
Test this please |
Confirming reports at 3.17.0:
|
markdewing
approved these changes
Aug 18, 2023
Test failures on the rc are the usual canonical suspects (
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
Proposed v3.17.0 release.
Please check CHANGELOG.md for notes on release and CMakeLists.txt.
I will post a full list of PRs for reviewWhat type(s) of changes does this code introduce?
Does this introduce a breaking change?
What systems has this change been tested on?
No significant changes since last weekend runs.
Checklist