72 SUBROUTINE alasum( TYPE, NOUT, NFAIL, NRUN, NERRS )
80 INTEGER NFAIL, NOUT, NRUN, NERRS
88 WRITE( nout, fmt = 9999 )
TYPE, nfail, nrun
90 WRITE( nout, fmt = 9998 )
TYPE, nrun
93 WRITE( nout, fmt = 9997 )nerrs
96 9999
FORMAT( 1x, a3,
': ', i6,
' out of ', i6,
97 $
' tests failed to pass the threshold' )
98 9998
FORMAT( /1x,
'All tests for ', a3,
99 $
' routines passed the threshold ( ', i6,
' tests run)' )
100 9997
FORMAT( 6x, i6,
' error messages recorded' )
subroutine alasum(type, nout, nfail, nrun, nerrs)
ALASUM