Commit Graph

72 Commits

Author SHA1 Message Date
Hyeondeok-Shin 0dade1920a Add SOECP to quantity for ctest 2022-05-27 14:15:26 -05:00
Ye Luo d77f861fb8 Remove MultiSlaterDeterminant and MultiSlaterDeterminantWithBackflow 2022-01-24 12:35:15 -06:00
Steven Hahn 37f8ea7a9e Cache results from slow python script test_labels.py
Signed-off-by: Steven Hahn <hahnse@ornl.gov>
2021-12-16 11:15:30 -05:00
Peter Doak ae18bb6da4 add potentially workable short test 2021-11-22 12:03:56 -05:00
Hyeondeok-Shin 742dcfda22 Add deterministic and statistical integration test for e-I backflow 2021-08-24 00:28:06 -05:00
William F Godoy ad27371152 Portable Dataset and Group identification 2021-08-18 12:07:28 -04:00
William F Godoy abc3763ff0 Support debian types for Dataset and Group
Bug seen with python3-h5py2.10
2021-08-18 12:07:28 -04:00
Hyeondeok-Shin 3fa682a5f3 Add deterministic test for backflow optimization and VMC 2021-04-28 20:40:20 -05:00
Doak ffa6c59d60 python script that created the test_cuBLAS_LU.cpp reference 2021-04-12 16:46:51 -04:00
Paul Kent 589d2a7ed3 Reduce soa references 2021-02-16 10:44:45 -05:00
Hyeondeok-Shin 2cce92c666 Add deterministic test for the momentum distribution estimator 2021-01-27 22:58:31 -06:00
Jaron Krogel 61adb2bb9f add first det dmc spin density test 2020-10-28 17:01:31 -04:00
Paul Young cba0588561 remove bind2nd
also fix short-sho-grad_lap-1-1-check with Python 3
2020-09-22 15:18:52 -05:00
Mark Dewing 9bcf539a67 Add check_scalars input options
Add --name, --ref-value, and --ref-error to check arbitrary named
columns in a scalar.dat file (versus adding the names to 'quantites'
list.

Implements #2635

This change only accepts a single value to test. If someone wants to test
multiple values in a single invocation, the 'action' value on add_option
could be set to 'append', and then the variables would become a list.
2020-08-17 11:42:22 -05:00
Hyeondeok-Shin 2a833f7dce Replace --mixed_precision flag to --tol for check_trace.py 2020-07-01 09:21:36 -05:00
Hyeondeok-Shin 7078ccb0de Add separated tolerance for mixed precision build to check_traces.py 2020-06-30 20:23:34 -05:00
Jaron Krogel 78e75c01d4 label all stat tests as unstable 2020-05-14 14:45:47 -04:00
Ye Luo 61489edb8f Enable nightly tests on ALCF Theta. 2020-01-13 04:38:34 -06:00
Ye Luo 1f0ee3370a remove python command in CMake/python.cmake 2020-01-09 19:48:17 +08:00
Ye Luo addfa5d6af Merge remote-tracking branch 'github/develop' into reqpy3 2020-01-09 02:35:04 -06:00
Paul Kent 6d052c0d26 Require Python3 2020-01-08 12:52:22 -05:00
Paul R. C. Kent a311b64e99
Python3 required 2020-01-08 11:35:41 -05:00
Mark Dewing d98657cd30 Update check_stats.py for python 3
The division operator needs updating as the single slash returns a floating
point number by default in python 3.  The double slash is needed for integer
division.

This script should still work with python 2
2020-01-07 17:30:01 -06:00
Mark Dewing 25ddae3531 Update python mmap usage to python 3
Python3 is more strict about separating strings and bytes and requires explicit
conversion between the two.   Add encode and decode calls as necessary.
Scripts still work with python 2.
2020-01-07 12:36:52 -06:00
Paul Kent a2a25f23a0 Restore check_stats.py 2020-01-06 17:36:54 -05:00
Paul Kent 01211c142b Replace iteritems 2020-01-06 16:52:23 -05:00
Ye Luo d2df8143e7 Remove BGQ in manual and test script. 2020-01-03 08:50:43 +08:00
Ye Luo 9e431a04e3 Fix parallel testing on bora. 2019-12-20 23:45:09 -06:00
Jaron Krogel 6df77fccac code documentation and examples for check_traces.py 2019-12-17 16:25:49 -05:00
Jaron Krogel 4c5cc84a5e add ability to check particle sums 2019-12-17 14:50:17 -05:00
Jaron Krogel c16001bef5 add tests for scalar traces 2019-12-17 09:19:28 -05:00
Ye Luo a890a12a1f Update nightly_olcf_summit 2019-10-16 18:21:40 -04:00
Fionn Malone eeebd34ff9 Update check scalars. 2019-09-09 14:54:57 -07:00
Paul R. C. Kent d9d1c0e7ee
Tab to spaces 2019-08-29 03:26:33 -04:00
Hyeondeok-Shin b5fcca93e9
Remove statistically failing tests from nightly dashboard 2019-08-28 22:49:10 -05:00
Ye Luo b28dd52266 Add a jsrun helper script. 2019-05-01 07:37:55 -04:00
Jaron Krogel b84227e2be label deterministic tests 2019-03-25 15:06:56 -04:00
Jaron Krogel 4cef13607e add build type info to reference data 2019-01-14 11:07:59 -05:00
Jaron Krogel 0826c17b23 update qtest reporting 2019-01-10 09:13:05 -05:00
Jaron Krogel dd110a9d9a fix qtest join and improve analysis 2019-01-09 16:56:16 -05:00
Fionn Malone 5bbea28e30 Extract AFQMC energy estimator. 2019-01-06 17:52:56 -08:00
Jaron Krogel 753e3f79e5 nexus: add basic analysis capability to qtest 2018-12-18 14:02:55 -05:00
Mark Dewing 5bb79c2053 Make setup python scripts 2/3 compatible
Use print function in performance adjustment script.
Use items rather than iteritems in test_labels.
2018-12-14 23:30:17 -06:00
Ye Luo 8f4f77c681 Merge remote-tracking branch 'github/develop' into qtest_dev 2018-12-13 23:15:18 -06:00
Ye Luo a4e530e032 Move test scripts from utils to tests/scripts 2018-11-29 11:59:21 -06:00
Mark Dewing 7b42140248 Print cmd line args with test_label.py error 2018-10-25 17:25:20 -05:00
Paul R. C. Kent d5ef9db517
Merge branch 'develop' into ctest_labels 2018-10-24 09:40:59 -04:00
Paul Kent f5c7747afb Correct spelling errors across entire source 2018-10-10 19:58:16 -04:00
Jaron Krogel 3c2ed4aa75 ctest: pre-existing (supported) features are broken, never unsupported 2018-10-09 07:44:53 -04:00
Jaron Krogel b4e695d6a3 ctest: correct categorization 2018-10-09 07:39:58 -04:00