better don't have unlimited time for planning as default

This commit is contained in:
Martin Diehl 2022-02-28 16:15:07 +01:00
parent f9e04bc4cb
commit ad8758b340
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ subroutine spectral_utilities_init
!--------------------------------------------------------------------------------------------------
! general initialization of FFTW (see manual on fftw.org for more details)
if (pReal /= C_DOUBLE .or. kind(1) /= C_INT) error stop 'C and Fortran datatypes do not match'
call fftw_set_timelimit(num_grid%get_asFloat('fftw_timelimit',defaultVal=-1.0_pReal))
call fftw_set_timelimit(num_grid%get_asFloat('fftw_timelimit',defaultVal=300.0_pReal))
print'(/,1x,a)', 'FFTW initialized'; flush(IO_STDOUT)