@@ -339,11 +339,11 @@ contains
339339 if (any ((/ bc_${X}$%${VB2}$, bc_${X}$%${VB3}$/ ) /= 0._wp )) then
340340 call s_mpi_abort(" bc_${X}$%beg must be -15 if " // &
341341 " bc_${X}$%${VB2}$ or bc_${X}$%${VB3}$ " // &
342- " is set. Exiting." )
342+ " is set. Exiting." , CASE_FILE_ERROR_CODE )
343343 end if
344344 elseif (bc_${X}$%beg /= - 16 ) then
345345 call s_mpi_abort(" bc_${X}$%beg must be -15 or -16 if " // &
346- " bc_${X}$%vb[1,2,3] is set. Exiting." )
346+ " bc_${X}$%vb[1,2,3] is set. Exiting." , CASE_FILE_ERROR_CODE )
347347 end if
348348 end if
349349 #:endfor
@@ -354,11 +354,11 @@ contains
354354 if (any ((/ bc_${X}$%${VE2}$, bc_${X}$%${VE3}$/ ) /= 0._wp )) then
355355 call s_mpi_abort(" bc_${X}$%end must be -15 if " // &
356356 " bc_${X}$%${VE2}$ or bc_${X}$%${VE3}$ " // &
357- " is set. Exiting." )
357+ " is set. Exiting." , CASE_FILE_ERROR_CODE )
358358 end if
359359 elseif (bc_${X}$%end /= - 16 ) then
360360 call s_mpi_abort(" bc_${X}$%end must be -15 or -16 if " // &
361- " bc_${X}$%ve[1,2,3] is set. Exiting." )
361+ " bc_${X}$%ve[1,2,3] is set. Exiting." , CASE_FILE_ERROR_CODE )
362362 end if
363363 end if
364364 #:endfor
0 commit comments