xerbla(3f) - [BLAS:AUX_BLAS] error handler routine for the BLAS/LAPACK routines
Synopsis
Definition
Options
Authors
See Also
subroutine xerbla( srname, info )
.. Scalar Arguments .. character(len=*),intent(in) :: srname integer,intent(in) :: info ..
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.
SRNAME is character(len=*),intent(in) The name of the routine which called XERBLA.
INFO is integer,intent(in) The position of the invalid parameter in the parameter list of the calling routine.
o Univ. of Tennessee o Univ. of California Berkeley o Univ. of Colorado Denver o NAG Ltd. date:December 2016
Online html documentation available at http://www.netlib.org/lapack/explore-html/
Nemo Release 3.1 | xerbla (3) | February 23, 2025 |