quantum-espresso/LAXlib/tests
Paolo Giannozzi 35b51e4fc3 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi,
not always compiled for the same compiler. Closes issue 380.
2022-01-06 22:34:27 +01: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 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01: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 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_1.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_2.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_3.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_4.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_gpu_1.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_gpu_2.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_gpu_3.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_diaghg_gpu_4.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +01:00
test_helpers.f90 patch for FORD comments 2021-11-10 10:46:54 +01:00
test_io.f90 patch for FORD comments 2021-11-10 10:46:54 +01:00
test_lapack_zdotc.f90 Add a unit test for LAPACK zdotc. 2021-07-17 00:28:43 -05:00
tester.f90 fix segmentation fault for intel compiler, fix the tester algorithm 2021-10-12 12:04:04 +02:00
utils.f90 Cleanup of laxlib tests: use laxlib_parallel_include instead of module mpi, 2022-01-06 22:34:27 +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.