tem_status_run_terminate Function

public function tem_status_run_terminate(me) result(run_terminate)

Decide if the simulation run should abnormally terminate based on the status flags.

Arguments

TypeIntentOptionalAttributesName
type(tem_status_type), intent(in) :: me

Status to check for an extraordinary termination of the run.

Return Value logical

Result indicating if the run should com to an irregular end.


Called by

proc~~tem_status_run_terminate~~CalledByGraph proc~tem_status_run_terminate tem_status_run_terminate proc~tem_finalize tem_finalize proc~tem_finalize->proc~tem_status_run_terminate proc~tem_tracking_has_triggered tem_tracking_has_triggered proc~tem_tracking_has_triggered->proc~tem_status_run_terminate proc~tem_tracker tem_tracker proc~tem_tracker->proc~tem_tracking_has_triggered program~bin_search_test bin_search_test program~bin_search_test->proc~tem_finalize proc~check_serial_singlelevel_facedesc check_serial_singlelevel_faceDesc proc~check_serial_singlelevel_facedesc->proc~tem_finalize program~tem_face_test tem_face_test program~tem_face_test->proc~check_serial_singlelevel_facedesc

Contents

None