There is some evidence that sunperf fft's work

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@3314 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2006-08-08 21:49:26 +00:00
parent 848f5c1217
commit ca8b5fe5b7
1 changed files with 0 additions and 13 deletions

View File

@ -485,15 +485,8 @@
#elif defined __SUN
write (6,*) "Warning: FFTs have been heavily restructured, those using sunperf are untested"
write (6,*) "Warning: Please locate and remove the following line in Modules/fft_scalar.f90:"
write (6,*) " call errore('cft_1z','sunperf untested, please test',1)"
write (6,*) "Warning: Please recompile, test, report if it works"
call errore('cft_1z','sunperf untested, please test',1)
CALL zffti (nz, tablez (1, icurrent) )
#elif defined __FFTMKL8
! IF ( ASSOCIATED(Desc_Handle(icurrent)) ) THEN
@ -1411,12 +1404,6 @@
#elif defined __SUN
write (6,*) "Warning: FFTs have been heavily restructured, those using sunperf are untested"
write (6,*) "Warning: Please locate and remove the following line in Modules/fft_scalar.f90:"
write (6,*) " call errore('cfft3d','sunperf untested, please test',1)"
write (6,*) "Warning: Please recompile, test, report if it works"
call errore('cfft3d','sunperf untested, please test',1)
CALL zfft3i ( nx, ny, nz, table (1,icurrent) )
#elif defined __FFTMKL8