@@ -241,9 +241,9 @@ subroutine initialize_tests()
241
241
form= ' formatted' , status= ' replace' )
242
242
write ( lun, ' (a)' ) trim (compiler_version())
243
243
write ( lun, * )
244
- write ( lun, ' ("| Type | Elements | Array Name | Method ' // &
244
+ write ( lun, ' ("| Type | Elements | Array Name | Method ' // &
245
245
' | Time (s) |")' )
246
- write ( lun, ' ("|-------------|----------|-----------------|-----------' // &
246
+ write ( lun, ' ("|-------------- |----------|-----------------|-----------' // &
247
247
' --|-----------|")' )
248
248
249
249
end subroutine initialize_tests
@@ -330,7 +330,7 @@ subroutine test_int_ord_sort( a, a_name, ltest )
330
330
write (* ,* ) ' i = ' , i
331
331
write (* ,' (a12, 2i7)' ) ' dummy(i-1:i) = ' , dummy(i-1 :i)
332
332
end if
333
- write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
333
+ write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
334
334
' a12, " |", F10.6, " |" )' ) &
335
335
test_size, a_name, " Ord_Sort" , tdiff/ rate
336
336
@@ -405,7 +405,7 @@ subroutine test_char_ord_sort( a, a_name, ltest )
405
405
write (* ,* ) ' i = ' , i
406
406
write (* ,' (a, 2(1x,a4))' ) ' char_dummy(i-1:i) = ' , char_dummy(i-1 :i)
407
407
end if
408
- write ( lun, ' ("| Character |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
408
+ write ( lun, ' ("| Character |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
409
409
' a12, " |", F10.6, " |" )' ) &
410
410
char_size, a_name, " Ord_Sort" , tdiff/ rate
411
411
@@ -484,7 +484,7 @@ subroutine test_string_ord_sort( a, a_name, ltest )
484
484
write (* ,' (a, 2(1x,a))' ) ' string_dummy(i-1:i) = ' , &
485
485
string_dummy(i-1 :i)
486
486
end if
487
- write ( lun, ' ("| String_type |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
487
+ write ( lun, ' ("| String_type |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
488
488
' a12, " |", F10.6, " |" )' ) &
489
489
string_size, a_name, " Ord_Sort" , tdiff/ rate
490
490
@@ -770,7 +770,7 @@ subroutine test_int_radix_sort( a, a_name, ltest )
770
770
write (* ,* ) ' i = ' , i
771
771
write (* ,' (a12, 2i7)' ) ' dummy(i-1:i) = ' , dummy(i-1 :i)
772
772
end if
773
- write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
773
+ write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
774
774
' a12, " |", F10.6, " |" )' ) &
775
775
test_size, a_name, " Radix_Sort" , tdiff/ rate
776
776
@@ -816,7 +816,7 @@ subroutine test_real_radix_sort( a, a_name, ltest )
816
816
write (* ,* ) ' i = ' , i
817
817
write (* ,' (a12, 2f12.5)' ) ' real_dummy(i-1:i) = ' , real_dummy(i-1 :i)
818
818
end if
819
- write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
819
+ write ( lun, ' ("| Real |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
820
820
' a12, " |", F10.6, " |" )' ) &
821
821
test_size, a_name, " Radix_Sort" , tdiff/ rate
822
822
@@ -923,7 +923,7 @@ subroutine test_int_sort( a, a_name, ltest )
923
923
write (* ,* ) ' i = ' , i
924
924
write (* ,' (a12, 2i7)' ) ' dummy(i-1:i) = ' , dummy(i-1 :i)
925
925
end if
926
- write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
926
+ write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
927
927
' a12, " |", F10.6, " |" )' ) &
928
928
test_size, a_name, " Sort" , tdiff/ rate
929
929
@@ -987,7 +987,7 @@ subroutine test_char_sort( a, a_name, ltest )
987
987
write (* ,* ) ' i = ' , i
988
988
write (* ,' (a17, 2(1x,a4))' ) ' char_dummy(i-1:i) = ' , char_dummy(i-1 :i)
989
989
end if
990
- write ( lun, ' ("| Character |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
990
+ write ( lun, ' ("| Character |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
991
991
' a12, " |", F10.6, " |" )' ) &
992
992
char_size, a_name, " Sort" , tdiff/ rate
993
993
@@ -1052,7 +1052,7 @@ subroutine test_string_sort( a, a_name, ltest )
1052
1052
write (* ,' (a17, 2(1x,a4))' ) ' string_dummy(i-1:i) = ' , &
1053
1053
string_dummy(i-1 :i)
1054
1054
end if
1055
- write ( lun, ' ("| String_type |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1055
+ write ( lun, ' ("| String_type |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1056
1056
' a12, " |", F10.6, " |" )' ) &
1057
1057
string_size, a_name, " Sort" , tdiff/ rate
1058
1058
@@ -1293,7 +1293,7 @@ subroutine test_int_sort_index( a, a_name, ltest )
1293
1293
write (* ,* ) ' i = ' , i
1294
1294
write (* ,' (a18, 2i7)' ) ' a(index(i-1:i)) = ' , a(index (i-1 :i))
1295
1295
end if
1296
- write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1296
+ write ( lun, ' ("| Integer |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1297
1297
' a12, " |", F10.6, " |" )' ) &
1298
1298
test_size, a_name, " Sort_Index" , tdiff/ rate
1299
1299
@@ -1362,7 +1362,7 @@ subroutine test_char_sort_index( a, a_name, ltest )
1362
1362
write (* ,* ) ' i = ' , i
1363
1363
write (* ,' (a17, 2(1x,a4))' ) ' char_dummy(i-1:i) = ' , char_dummy(i-1 :i)
1364
1364
end if
1365
- write ( lun, ' ("| Character |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1365
+ write ( lun, ' ("| Character |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1366
1366
' a12, " |", F10.6, " |" )' ) &
1367
1367
char_size, a_name, " Sort_Index" , tdiff/ rate
1368
1368
@@ -1416,7 +1416,7 @@ subroutine test_string_sort_index( a, a_name, ltest )
1416
1416
write (* ,' (a17, 2(1x,a4))' ) ' string_dummy(i-1:i) = ' , &
1417
1417
string_dummy(i-1 :i)
1418
1418
end if
1419
- write ( lun, ' ("| String_type |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1419
+ write ( lun, ' ("| String_type |", 1x, i7, 2x, "|", 1x, a15, " |", ' // &
1420
1420
' a12, " |", F10.6, " |" )' ) &
1421
1421
string_size, a_name, " Sort_Index" , tdiff/ rate
1422
1422
0 commit comments