1 subroutine corsum ( tmmtch, timhrz, timvrt, nhrows, nhcols,
2 $ nsrows, nscols, nvrows, nvcols, output )
12 integer nhcols, nhrows, nscols, nsrows, nvcols, nvrows,
15 real tmmtch, timhrz, timvrt
19 write (output, 60000) tmmtch, timhrz, timvrt, nhrows, nhcols,
20 $ nsrows, nscols, nvrows, nvcols
22 60000
format (/
'0coarse decomposition',
23 $ /
'0 time required for:',
24 $ /
' maximum matching:', 1pe10.1,
25 $ /
' horizontal block:', 1pe10.1,
26 $ /
' vertical block :', 1pe10.1,
27 $ /
'0 block dimensions -- rows columns',
28 $ /
' horizontal', 2i9,
30 $ /
' vertical ', 2i9 )
subroutine corsum(tmmtch, timhrz, timvrt, nhrows, nhcols, nsrows, nscols, nvrows, nvcols, output)