\brief \b ESMF_XERBLA \htmlonly Download ESMF_XERBLA + dependencies [TGZ] [ZIP] [TXT] \endhtmlonly \par Purpose:
\verbatim
ESMF_XERBLA is an error handler for the LAPACK routines. It is called by an LAPACK routine if an input parameter has an invalid value. A message is printed and execution stops.
Installers may consider modifying the STOP statement in order to call system-specific exception-handling facilities. \endverbatim \param[in] SRNAME \verbatim SRNAME is CHARACTER() The name of the routine which called ESMF_XERBLA. \endverbatim
\param[in] INFO \verbatim INFO is INTEGER The position of the invalid parameter in the parameter list of the calling routine. \endverbatim \author Univ. of Tennessee \author Univ. of California Berkeley \author Univ. of Colorado Denver \author NAG Ltd. \date November 2011 \ingroup auxOTHERauxiliary
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*) | :: | SRNAME | ||||
integer | :: | INFO |