quantum-espresso/LAXlib/tests
Paolo Giannozzi 31a7d9a284 Some more Makefile simplification 2021-08-27 11:07:16 +02:00
..
.gitattributes More tests with realistic cases. Giving up with eigenvector checking at the moment 2018-03-05 17:36:16 +01:00
CMakeLists.txt Add a unit test for LAPACK zdotc. 2021-07-17 00:28:43 -05:00
Makefile Some more Makefile simplification 2021-08-27 11:07:16 +02:00
README.md Added minimal readme 2018-03-05 17:36:16 +01:00
ZnOG1.bin More tests with realistic cases. Giving up with eigenvector checking at the moment 2018-03-05 17:36:16 +01:00
ZnOG2.bin More tests with realistic cases. Giving up with eigenvector checking at the moment 2018-03-05 17:36:16 +01:00
ZnOK1.bin More tests with realistic cases. Giving up with eigenvector checking at the moment 2018-03-05 17:36:16 +01:00
ZnOK2.bin More tests with realistic cases. Giving up with eigenvector checking at the moment 2018-03-05 17:36:16 +01:00
mp_world.f90 Initial draft for unit testing suite 2018-03-05 17:36:16 +01:00
test_diaghg_1.f90 Initialize bandgroup communicator 2018-03-05 17:36:16 +01:00
test_diaghg_2.f90 Initialize bandgroup communicator 2018-03-05 17:36:16 +01:00
test_diaghg_3.f90 Towards eigenvectors validation. A few test still failing though 2018-03-29 10:44:52 +02:00
test_diaghg_4.f90 Added unittests to CI. Fixed wrong index in print statement. 2018-03-05 18:16:42 +01:00
test_diaghg_gpu_1.f90 Initialize bandgroup communicator 2018-03-05 17:36:16 +01:00
test_diaghg_gpu_2.f90 Towards eigenvectors validation. A few test still failing though 2018-03-29 10:44:52 +02:00
test_diaghg_gpu_3.f90 Towards eigenvectors validation. A few test still failing though 2018-03-29 10:44:52 +02:00
test_diaghg_gpu_4.f90 Added unittests to CI. Fixed wrong index in print statement. 2018-03-05 18:16:42 +01:00
test_helpers.f90 Towards eigenvectors validation. A few test still failing though 2018-03-29 10:44:52 +02:00
test_io.f90 Better handling of data loading in tests 2018-03-05 17:36:16 +01:00
test_lapack_zdotc.f90 Add a unit test for LAPACK zdotc. 2021-07-17 00:28:43 -05:00
tester.f90 More tests with realistic cases. Giving up with eigenvector checking at the moment 2018-03-05 17:36:16 +01:00
utils.f90 Initial draft for unit testing suite 2018-03-05 17:36:16 +01:00

README.md

LAXlib testing suite

In order to run the tests first run ./configure in QE topdir and generate a valid make.inc. You may also download large eigenvalue problems (in this directory) with:

wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1EAB3xkoD-i9p4nW6NJDED3WaEK8ZCcf4' -O SiGeK1.bin
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=13lFkDbv99V8fqiXER1N2IzoJ_EhuGtt9' -O SiGeK2.bin

Finally make and run all .x executable files.