mirror of https://gitlab.com/QEF/q-e.git
35b51e4fc3
not always compiled for the same compiler. Closes issue 380. |
||
---|---|---|
.. | ||
.gitattributes | ||
CMakeLists.txt | ||
Makefile | ||
README.md | ||
ZnOG1.bin | ||
ZnOG2.bin | ||
ZnOK1.bin | ||
ZnOK2.bin | ||
mp_world.f90 | ||
test_diaghg_1.f90 | ||
test_diaghg_2.f90 | ||
test_diaghg_3.f90 | ||
test_diaghg_4.f90 | ||
test_diaghg_gpu_1.f90 | ||
test_diaghg_gpu_2.f90 | ||
test_diaghg_gpu_3.f90 | ||
test_diaghg_gpu_4.f90 | ||
test_helpers.f90 | ||
test_io.f90 | ||
test_lapack_zdotc.f90 | ||
tester.f90 | ||
utils.f90 |
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.