@@ -112,15 +112,15 @@ subroutine s_read_serial_data_files(t_step)
112112 ! If the time-step directory is missing, the post-process exits.
113113 if (dir_check .neqv. .true. ) then
114114 call s_mpi_abort(' Time-step folder ' // trim (t_step_dir)// &
115- ' is missing. Exiting .. .' )
115+ ' is missing. Exiting.' )
116116 end if
117117
118118 call my_inquire(file_loc_ib, dir_check)
119119
120120 ! If the time-step directory is missing, the post-process exits.
121121 if (dir_check .neqv. .true. ) then
122122 call s_mpi_abort(' Time-step folder ' // trim (t_step_ib_dir)// &
123- ' is missing. Exiting .. .' )
123+ ' is missing. Exiting.' )
124124 end if
125125
126126 ! Reading the Grid Data File for the x-direction
@@ -137,7 +137,7 @@ subroutine s_read_serial_data_files(t_step)
137137 close (1 )
138138 else
139139 call s_mpi_abort(' File x_cb.dat is missing in ' // &
140- trim (t_step_dir)// ' . Exiting .. .' )
140+ trim (t_step_dir)// ' . Exiting.' )
141141 end if
142142
143143 ! Computing the cell-width distribution
@@ -161,7 +161,7 @@ subroutine s_read_serial_data_files(t_step)
161161 close (1 )
162162 else
163163 call s_mpi_abort(' File y_cb.dat is missing in ' // &
164- trim (t_step_dir)// ' . Exiting .. .' )
164+ trim (t_step_dir)// ' . Exiting.' )
165165 end if
166166
167167 ! Computing the cell-width distribution
@@ -185,7 +185,7 @@ subroutine s_read_serial_data_files(t_step)
185185 close (1 )
186186 else
187187 call s_mpi_abort(' File z_cb.dat is missing in ' // &
188- trim (t_step_dir)// ' . Exiting .. .' )
188+ trim (t_step_dir)// ' . Exiting.' )
189189 end if
190190
191191 ! Computing the cell-width distribution
@@ -217,7 +217,7 @@ subroutine s_read_serial_data_files(t_step)
217217 else
218218 call s_mpi_abort(' File q_cons_vf' // trim (file_num)// &
219219 ' .dat is missing in ' // trim (t_step_dir)// &
220- ' . Exiting .. .' )
220+ ' . Exiting.' )
221221 end if
222222
223223 end do
@@ -232,7 +232,7 @@ subroutine s_read_serial_data_files(t_step)
232232 ACTION= ' read' , &
233233 STATUS= ' old' )
234234 else
235- call s_mpi_abort(' File ' // trim (file_loc_ib)// ' is missing. Exiting .. .' )
235+ call s_mpi_abort(' File ' // trim (file_loc_ib)// ' is missing. Exiting.' )
236236 end if
237237 end if
238238
@@ -254,7 +254,7 @@ subroutine s_read_serial_data_files(t_step)
254254 else
255255 print ' (A)' , ' File q_cons_vf' // trim (file_num)// &
256256 ' .dat is missing in ' // trim (t_step_dir)// &
257- ' . Exiting .. .'
257+ ' . Exiting.'
258258 call s_mpi_abort()
259259 end if
260260 end if
@@ -312,7 +312,7 @@ subroutine s_read_parallel_data_files(t_step)
312312 call MPI_FILE_READ(ifile, x_cb_glb, data_size, mpi_p, status, ierr)
313313 call MPI_FILE_CLOSE(ifile, ierr)
314314 else
315- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
315+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
316316 end if
317317
318318 ! Assigning local cell boundary locations
@@ -333,7 +333,7 @@ subroutine s_read_parallel_data_files(t_step)
333333 call MPI_FILE_READ(ifile, y_cb_glb, data_size, mpi_p, status, ierr)
334334 call MPI_FILE_CLOSE(ifile, ierr)
335335 else
336- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
336+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
337337 end if
338338
339339 ! Assigning local cell boundary locations
@@ -354,7 +354,7 @@ subroutine s_read_parallel_data_files(t_step)
354354 call MPI_FILE_READ(ifile, z_cb_glb, data_size, mpi_p, status, ierr)
355355 call MPI_FILE_CLOSE(ifile, ierr)
356356 else
357- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
357+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
358358 end if
359359
360360 ! Assigning local cell boundary locations
@@ -434,12 +434,12 @@ subroutine s_read_parallel_data_files(t_step)
434434 MPI_INTEGER, status, ierr)
435435
436436 else
437- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
437+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
438438 end if
439439
440440 end if
441441 else
442- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
442+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
443443 end if
444444 else
445445 ! Open the file to read conservative variables
@@ -532,11 +532,11 @@ subroutine s_read_parallel_data_files(t_step)
532532 MPI_INTEGER, status, ierr)
533533
534534 else
535- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
535+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
536536 end if
537537 end if
538538 else
539- call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting... ' )
539+ call s_mpi_abort(' File ' // trim (file_loc)// ' is missing. Exiting.' )
540540 end if
541541 end if
542542
0 commit comments