- a brief readme with the instructions to compileand run the test

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12117 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2016-02-13 16:43:50 +00:00
parent 80af29dbb2
commit c6b4d1a747
1 changed files with 16 additions and 0 deletions

16
FFTXlib/README.TEST Normal file
View File

@ -0,0 +1,16 @@
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
or, in case of serial build
./fft_test.x -ecutwfc 80 -alat 20