Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
error_handling_neci
Module
23 statements
Source File
error_handling_neci.F90
error_handling_neci
Contents
Interfaces
hidden_stop_all
neci_backtrace
neci_flush
warning_neci
Subroutines
stop_all
Used by
Descendants:
error_handling_neci_impls
error_handling_neci_impls
Contents
Interfaces
hidden_stop_all
neci_backtrace
neci_flush
warning_neci
Subroutines
stop_all
Interfaces
interface
private pure subroutine hidden_stop_all(sub_name, error_msg)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
sub_name
character(len=*),
intent(in)
::
error_msg
interface
public module subroutine neci_backtrace()
Implementation →
Arguments
None
interface
public module subroutine neci_flush(un)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
un
interface
public module subroutine warning_neci(sub_name, error_msg)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
sub_name
character(len=*),
intent(in)
::
error_msg
Subroutines
public pure subroutine
stop_all
(sub_name, error_msg)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
sub_name
character(len=*),
intent(in)
::
error_msg