MAPL_abort Subroutine

public subroutine MAPL_abort()

Arguments

None

Calls

proc~~mapl_abort~~CallsGraph proc~mapl_abort MAPL_abort mpi_abort mpi_abort proc~mapl_abort->mpi_abort

Called by

add_fvarwMAPL_abort
w
add_new_field_to_bundlew
w
CapDriver_Mainw
w
checkpoint_testerw
w
copy_bundle_to_bundlew
w
create_output_gridw
w
ExtData_Driverw
w
geosw
w
get_esmf_grid_layoutw
w
get_file_levelsw
w
get_file_timesw
w
get_level_infow
w
get_long_namesw
w
get_unitsw
w
has_levelw
w
initialize_ioserverw
w
initialize_mpiw
w
latlon_zmeanw
w
latlon_zstarw
w
local_esmf_timesetw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
mainw
w
time_avew
w
usagew
w
ut_ReGriddingw
w
write_dataw
w

Source Code

   subroutine MAPL_abort()
      integer :: status
      integer :: error_code = -1
      call MPI_Abort(MPI_COMM_WORLD,error_code,status)
  end subroutine MAPL_abort