Removal of redundant preprocessing options: fft_scalar.f90 already takes care

of selecting the desired fft


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13087 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2016-10-04 14:40:34 +00:00
parent 37b0e5b04c
commit 2da68c5bd4
4 changed files with 0 additions and 17 deletions

View File

@ -15,8 +15,6 @@
! Nicolas Lacorne, Filippo Spiga, Nicola Varini - Last update Jul 2015 !
!--------------------------------------------------------------------------!
#if defined(__ARM_LIB)
!=----------------------------------------------------------------------=!
MODULE fft_scalar
!=----------------------------------------------------------------------=!
@ -649,5 +647,3 @@ SUBROUTINE cfft3ds (f, nx, ny, nz, ldx, ldy, ldz, howmany, isign, &
!=----------------------------------------------------------------------=!
END MODULE fft_scalar
!=----------------------------------------------------------------------=!
#endif

View File

@ -15,8 +15,6 @@
! Nicolas Lacorne, Filippo Spiga, Nicola Varini - Last update Jul 2015 !
!--------------------------------------------------------------------------!
#if defined(__DFTI)
#include "mkl_dfti.f90"
!=----------------------------------------------------------------------=!
@ -591,5 +589,3 @@ END SUBROUTINE cfft3ds
!=----------------------------------------------------------------------=!
END MODULE fft_scalar
!=----------------------------------------------------------------------=!
#endif

View File

@ -15,9 +15,6 @@
! Nicolas Lacorne, Filippo Spiga, Nicola Varini - Last update Jul 2015 !
!--------------------------------------------------------------------------!
#if defined(__FFTW3)
!=----------------------------------------------------------------------=!
MODULE fft_scalar
!=----------------------------------------------------------------------=!
@ -683,5 +680,3 @@ SUBROUTINE cfft3ds (f, nx, ny, nz, ldx, ldy, ldz, howmany, isign, &
!=----------------------------------------------------------------------=!
END MODULE fft_scalar
!=----------------------------------------------------------------------=!
#endif

View File

@ -15,8 +15,6 @@
! Nicolas Lacorne, Filippo Spiga, Nicola Varini - Last update Jul 2015 !
!--------------------------------------------------------------------------!
#if defined(__SX6)
!=----------------------------------------------------------------------=!
MODULE fft_scalar
!=----------------------------------------------------------------------=!
@ -524,5 +522,3 @@ END SUBROUTINE cfft3ds
!=----------------------------------------------------------------------=!
END MODULE fft_scalar
!=----------------------------------------------------------------------=!
#endif