Skip to content

Commit e5194de

Browse files
author
Anand
committed
FFTW incompatible with file_per_process
1 parent a7c8e14 commit e5194de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post_process/m_checker.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ contains
114114

115115
!> Checks constraints on fft_wrt
116116
impure subroutine s_check_inputs_fft
117-
@:PROHIBIT(fft_wrt .and. (.not. file_per_process), "Turn off file_per_process with fft_wrt")
117+
@:PROHIBIT(fft_wrt .and. file_per_process, "Turn off file_per_process with fft_wrt")
118118
@:PROHIBIT(fft_wrt .and. (n == 0 .or. p == 0), "FFT WRT only in 3D")
119119
@:PROHIBIT(fft_wrt .and. (MOD(m+1,2) == 1 .or. MOD(n+1,2) == 1 .or. MOD(p+1,2) == 1), "FFT WRT requires local dimensions divisible by 2")
120120
end subroutine s_check_inputs_fft

0 commit comments

Comments
 (0)