dm_stop Subroutine

public subroutine dm_stop(stat)

Uses

    • unix
  • proc~~dm_stop~~UsesGraph proc~dm_stop dm_stop unix unix proc~dm_stop->unix

Stops program execution with optional exit status stat. The exit status may be STOP_SUCCESS or STOP_FAILURE.

Arguments

Type IntentOptional Attributes Name
integer, intent(in), optional :: stat

Exit status.


Calls

proc~~dm_stop~~CallsGraph proc~dm_stop dm_stop c_exit c_exit proc~dm_stop->c_exit

Called by

proc~~dm_stop~~CalledByGraph proc~dm_stop dm_stop proc~dm_arg_read dm_arg_read proc~dm_arg_read->proc~dm_stop proc~dm_error_out dm_error_out proc~dm_arg_read->proc~dm_error_out proc~dm_arg_parse dm_arg_parse proc~dm_arg_read->proc~dm_arg_parse proc~dm_arg_has dm_arg_has proc~dm_arg_read->proc~dm_arg_has proc~dm_error_out->proc~dm_stop proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_stop interface~dm_perror dm_perror interface~dm_perror->proc~dm_error_out proc~dm_arg_parse->proc~dm_error_out proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_error_out proc~dm_geocom_type_validated dm_geocom_type_validated proc~dm_geocom_type_validated->proc~dm_error_out proc~dm_arg_has->proc~dm_arg_parse