(git:aeba166)
Loading...
Searching...
No Matches
cp_error_handling Module Reference

Module that contains the routines for error handling. More...

Functions/Subroutines

subroutine, public cp_error_handling_setup ()
 Registers handlers with base_hooks.F.
 
subroutine, public cp_abort_handler (location, message)
 Abort program with error message.
 
subroutine, public cp_warn_handler (location, message)
 Signal a warning.
 
subroutine, public cp_hint_handler (location, message)
 Signal a hint.
 

Variables

integer, save, public warning_counter = 0
 

Detailed Description

Module that contains the routines for error handling.

Author
Ole Schuett

Function/Subroutine Documentation

◆ cp_error_handling_setup()

subroutine, public cp_error_handling::cp_error_handling_setup

Registers handlers with base_hooks.F.

Author
Ole Schuett

Definition at line 46 of file cp_error_handling.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cp_abort_handler()

subroutine, public cp_error_handling::cp_abort_handler ( character(len=*), intent(in)  location,
character(len=*), intent(in)  message 
)

Abort program with error message.

Parameters
location...
message...
Author
Ole Schuett

Definition at line 58 of file cp_error_handling.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cp_warn_handler()

subroutine, public cp_error_handling::cp_warn_handler ( character(len=*), intent(in)  location,
character(len=*), intent(in)  message 
)

Signal a warning.

Parameters
location...
message...
Author
Ole Schuett

Definition at line 82 of file cp_error_handling.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cp_hint_handler()

subroutine, public cp_error_handling::cp_hint_handler ( character(len=*), intent(in)  location,
character(len=*), intent(in)  message 
)

Signal a hint.

Parameters
location...
message...
Author
Ole Schuett

Definition at line 104 of file cp_error_handling.F.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ warning_counter

integer, save, public cp_error_handling::warning_counter = 0

Definition at line 38 of file cp_error_handling.F.