You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
2.6 KiB
HTML
79 lines
2.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
|
|
<!--Converted with LaTeX2HTML 2012 (1.2)
|
|
original version by: Nikos Drakos, CBLU, University of Leeds
|
|
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
|
|
* with significant contributions from:
|
|
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Error Handling</TITLE>
|
|
<META NAME="description" CONTENT="Error Handling">
|
|
<META NAME="keywords" CONTENT="userhtml">
|
|
<META NAME="resource-type" CONTENT="document">
|
|
<META NAME="distribution" CONTENT="global">
|
|
|
|
<META NAME="Generator" CONTENT="LaTeX2HTML v2012">
|
|
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
|
|
|
|
<LINK REL="STYLESHEET" HREF="userhtml.css">
|
|
|
|
<LINK REL="next" HREF="node25.html">
|
|
<LINK REL="previous" HREF="node15.html">
|
|
<LINK REL="up" HREF="userhtml.html">
|
|
<LINK REL="next" HREF="node25.html">
|
|
</HEAD>
|
|
|
|
<BODY >
|
|
<!--Navigation Panel-->
|
|
<A NAME="tex2html367"
|
|
HREF="node25.html">
|
|
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
|
|
<A NAME="tex2html363"
|
|
HREF="userhtml.html">
|
|
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
|
|
<A NAME="tex2html357"
|
|
HREF="node23.html">
|
|
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
|
|
<A NAME="tex2html365"
|
|
HREF="node2.html">
|
|
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>
|
|
<BR>
|
|
<B> Next:</B> <A NAME="tex2html368"
|
|
HREF="node25.html">License</A>
|
|
<B> Up:</B> <A NAME="tex2html364"
|
|
HREF="userhtml.html">userhtml</A>
|
|
<B> Previous:</B> <A NAME="tex2html358"
|
|
HREF="node23.html">Subroutine descr</A>
|
|
<B> <A NAME="tex2html366"
|
|
HREF="node2.html">Contents</A></B>
|
|
<BR>
|
|
<BR>
|
|
<!--End of Navigation Panel-->
|
|
|
|
<H1><A NAME="SECTION00090000000000000000"></A><A NAME="sec:errors"></A>
|
|
<BR>
|
|
Error Handling
|
|
</H1>
|
|
|
|
<P>
|
|
The error handling in MLD2P4 is based on the PSBLAS (version 2) error
|
|
handling. Error conditions are signaled via an integer argument
|
|
<code>info</code>; whenever an error condition is detected, an error trace
|
|
stack is built by the library up to the top-level, user-callable
|
|
routine. This routine will then decide, according to the user
|
|
preferences, whether the error should be handled by terminating the
|
|
program or by returning the error condition to the user code, which
|
|
will then take action, and whether
|
|
an error message should be printed. These options may be set by using
|
|
the PSBLAS error handling routines; for further details see the PSBLAS
|
|
User's Guide [<A
|
|
HREF="node26.html#PSBLASGUIDE">13</A>].
|
|
|
|
<P>
|
|
|
|
<BR><HR>
|
|
|
|
</BODY>
|
|
</HTML>
|