Skip to content

Commit 0dba2f2

Browse files
author
Anand
committed
Add Checker for cyl_coord and format
1 parent 94d7c9e commit 0dba2f2

File tree

2 files changed

+117
-116
lines changed

2 files changed

+117
-116
lines changed

src/post_process/m_checker.fpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ contains
116116
integer :: num_procs_x, num_procs_y, num_procs_z
117117

118118
@:PROHIBIT(fft_wrt .and. (n == 0 .or. p == 0), "FFT WRT only in 3D")
119+
@:PROHIBIT(fft_wrt .and. cyl_coord, "FFT WRT incompatible with cylindrical coordinates")
119120
@:PROHIBIT(fft_wrt .and. (MOD(m_glb+1,2) == 1 .or. MOD(n_glb+1,2) == 1 .or. MOD(p_glb+1,2) == 1), "FFT WRT requires global dimensions divisible by 2")
120121
num_procs_x = (m_glb + 1)/(m + 1)
121122
num_procs_y = (n_glb + 1)/(n + 1)

0 commit comments

Comments
 (0)