SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ btmpierr()

subroutine btmpierr ( character*(*)  rout,
integer  ierr0 
)

Definition at line 361 of file btprim.f.

362 CHARACTER*(*) ROUT
363 INTEGER IERR0
364* ..
365* .. include files ..
366 include 'mpif.h'
367* ..
368* .. Common blocks ..
369 COMMON /btmpi/ btcomm, ierr
370 INTEGER BTCOMM, IERR
371*
372 WRITE(*,1000) rout, ierr
373 CALL mpi_abort(btcomm, ierr0, ierr)
374*
375 1000 FORMAT('Error #',i20,' from routine ',a)
376 RETURN
Here is the caller graph for this function: