42 SUBROUTINE dlasum( TYPE, IOUNIT, IE, NRUN )
50 INTEGER IE, IOUNIT, NRUN
58 WRITE( iounit, fmt = 9999 )
TYPE,
': ', ie,
' out of ', nrun,
59 $
' tests failed to pass the threshold'
61 WRITE( iounit, fmt = 9998 )
'All tests for ',
TYPE,
62 $
' passed the threshold ( ', nrun,
' tests run)'
64 9999
FORMAT( 1x, a3, a2, i4, a8, i5, a35 )
65 9998
FORMAT( / 1x, a14, a3, a24, i5, a11 )
subroutine dlasum(type, iounit, ie, nrun)
DLASUM