Skip to content

Commit c7bc283

Browse files
committed
fix parallel bug
1 parent 9b021f4 commit c7bc283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/post_process/m_data_output.fpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ contains
451451
452452
! If no grid points are within the output region
453453
if ((${X}$_cc(lower_bound) > ${X}$_output%end) .or. (${X}$_cc(upper_bound) < ${X}$_output%beg)) then
454-
call s_mpi_abort('No grid points are within the output region. Exiting ...')
454+
${X}$_output_idx%beg = 0
455+
${X}$_output_idx%end = 0
455456
end if
456457
457458
#:endfor

0 commit comments

Comments
 (0)