quantum-espresso/FFTXlib
giannozz 6c45539bb4 Misc spelling errors
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13957 c92efa57-630b-4861-b058-cf58834340f0
2017-10-25 20:08:57 +00:00
..
examples execution order of the ffts in the scalar case (cftt3ds) changed from 2016-07-07 15:44:16 +00:00
FFTXlib.md Added FORD documentation for test.f90 2016-08-05 09:14:08 +00:00
Makefile - task groups module not used, removed 2017-08-20 18:29:15 +00:00
README.TEST - FFT test code adding command line argument to specify the 2016-02-17 08:36:59 +00:00
fft_error.f90 QE made ready to use MPI module instead of mpif.h include file. See the three 2016-11-25 14:11:28 +00:00
fft_fwinv.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
fft_helper_subroutines.f90 mpi_all_reduce of complex arrays in tg_reduce_rho helper function 2017-08-31 12:03:17 +00:00
fft_interfaces.f90 MAJOR restructuring of the FFTXlib library 2017-08-01 20:31:02 +00:00
fft_parallel.f90 - optimize memory access and copy 2017-08-04 21:04:39 +00:00
fft_param.f90 MAJOR restructuring of the FFTXlib library 2017-08-01 20:31:02 +00:00
fft_scalar.ARM_LIB.f90 Patch for ARMLIB, courtesy Jason Wood 2017-10-25 16:11:30 +00:00
fft_scalar.DFTI.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
fft_scalar.ESSL.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
fft_scalar.FFTW.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
fft_scalar.FFTW3.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
fft_scalar.SX6.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
fft_scalar.f90 Misc spelling errors 2017-10-25 20:08:57 +00:00
fft_smallbox.f90 MAJOR restructuring of the FFTXlib library 2017-08-01 20:31:02 +00:00
fft_smallbox_type.f90 MAJOR restructuring of the FFTXlib library 2017-08-01 20:31:02 +00:00
fft_stick.c Missing interfaces for FFTW + misspells, noticed by Anton 2017-08-08 14:17:21 +00:00
fft_support.f90 Cleanup of FFTXlib: 2016-11-27 21:43:15 +00:00
fft_types.f90 Another annoying message #define-d out 2017-09-22 19:38:34 +00:00
fftw.c Serving no purposes and having the potential to conflict with FFTW contained 2016-01-12 17:35:33 +00:00
fftw.h Serving no purposes and having the potential to conflict with FFTW contained 2016-01-12 17:35:33 +00:00
fftw_interfaces.f90 Missing interfaces for FFTW + misspells, noticed by Anton 2017-08-08 14:17:21 +00:00
konst.h - FFT Modules replaced by FFTXlib 2015-11-21 10:37:48 +00:00
make.depend Patch for ARMLIB, courtesy Jason Wood 2017-10-25 16:11:30 +00:00
scatter_mod.f90 Removal of too long lines (Pietro B.) and of tabulators 2017-09-14 15:13:08 +00:00
stick_base.f90 a forgotten deallocation created a serious memory leak when fft is initialized several times. 2017-08-24 15:29:52 +00:00
test.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
test0.f90 __OPENMP => _OPENMP (set by all OpenMP-aware compilers) 2017-10-25 07:32:10 +00:00
tg_gather.f90 missing file in previous commit. 2017-08-02 07:36:06 +00:00

README.TEST

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

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

Then you can run your FFT tests using command like:

	mpirun -np 4 ./fft_test.x -ecutwfc 80 -alat 20  -nbnd 128 -ntg 4

or, in case of serial build

	./fft_test.x -ecutwfc 80 -alat 20  -nbnd 128 -ntg 4


Command line arguments:
-ecutwfc  Plane wave energy cut off
-alat     Lattice parameter
-nbnd     Number of bands (fft cycles)
-ntg      Number of task groups