quantum-espresso/LAXlib
carcava 32b52d50d9 - optimization and bug fixing for spin polarized simulation 2020-03-06 18:14:33 +01:00
..
tests LIBS is now QELIBS 2018-07-30 18:55:57 +02:00
Makefile Merge branch 'develop' into gpu-develop 2020-02-07 19:53:18 +01:00
README.TEST - adding command line parameter "-n" to specify the matrix size 2016-02-13 19:30:39 +00:00
cdiaghg.f90 Adding GPU subroutines to LAXlib 2020-02-05 15:57:05 +00:00
distools.f90 Cleanup of unused routines. There are 1001 different routines distributing 2017-11-02 17:31:15 +00:00
dspev_drv.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
la_error.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
la_helper.f90 adding cudasolver driver for simple eig. problem 2020-03-01 19:09:57 +01:00
la_module.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
la_param.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
la_types.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
laxlib.h Adding GPU subroutines to LAXlib 2020-02-05 15:57:05 +00:00
laxlib_hi.h - more cudizations 2020-02-09 23:41:33 +01:00
laxlib_kinds.h Adding GPU subroutines to LAXlib 2020-02-05 15:57:05 +00:00
laxlib_low.h - optimization and bug fixing for spin polarized simulation 2020-03-06 18:14:33 +01:00
laxlib_mid.h Adding GPU subroutines to LAXlib 2020-02-05 15:57:05 +00:00
laxlib_param.h Adding GPU subroutines to LAXlib 2020-02-05 15:57:05 +00:00
make.depend Updated LAXlib 2020-02-02 12:14:42 +01:00
mp_diag.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
ptoolkit.f90 - optimization and bug fixing for spin polarized simulation 2020-03-06 18:14:33 +01:00
rdiaghg.f90 Merge branch 'develop' into gpu-develop 2020-02-07 19:53:18 +01:00
test.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
transto.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00
zhpev_drv.f90 Updated LAXlib 2020-02-02 12:14:42 +01:00

README.TEST

This library provides a Testing and Timing code
to asses the performance of Linear Algebra subroutines, 
estimate the scalability and the size of your simulation.

To compile the test program, once you have properly
configure QE, go inside the directory LAXlib and
type:
	make TEST

Then you can run your LA tests using command like:

	mpirun -np 4 ./la_test.x -n 1024

or, in case of serial build

	./la_test.x -n 1024

where 1024 is the size of the matrix to be processed.