74 SUBROUTINE alasum( TYPE, NOUT, NFAIL, NRUN, NERRS )
83 INTEGER NFAIL, NOUT, NRUN, NERRS
91 WRITE( nout, fmt = 9999 )
TYPE, NFAIL, NRUN
93 WRITE( nout, fmt = 9998 )
TYPE, NRUN
96 WRITE( nout, fmt = 9997 )nerrs
99 9999
FORMAT( 1x, a3,
': ', i6,
' out of ', i6,
100 $
' tests failed to pass the threshold' )
101 9998
FORMAT( /1x,
'All tests for ', a3,
102 $
' routines passed the threshold ( ', i6,
' tests run)' )
103 9997
FORMAT( 6x, i6,
' error messages recorded' )
subroutine alasum(TYPE, NOUT, NFAIL, NRUN, NERRS)
ALASUM