diff --git a/MultiSource/Applications/sgefa/driver.c b/MultiSource/Applications/sgefa/driver.c --- a/MultiSource/Applications/sgefa/driver.c +++ b/MultiSource/Applications/sgefa/driver.c @@ -47,7 +47,7 @@ t += (*col<0.0 ? -*col : *col ); anorm = ( anorm > t ? anorm : t ); } - printf("One-Norm(A) ---------- %e.\n", anorm ); + printf("One-Norm(A) ---------- %E.\n", anorm ); /* Test SGEFA. */ diff --git a/MultiSource/Applications/sgefa/sgefa.reference_output b/MultiSource/Applications/sgefa/sgefa.reference_output --- a/MultiSource/Applications/sgefa/sgefa.reference_output +++ b/MultiSource/Applications/sgefa/sgefa.reference_output @@ -75,7 +75,7 @@ ********************************************************************** Rank One. Test case 9 of size 200. -One-Norm(A) ---------- inf. +One-Norm(A) ---------- INF. ********************************************************************** diff --git a/MultiSource/Benchmarks/TSVC/CrossingThresholds-dbl/CrossingThresholds-dbl.reference_output b/MultiSource/Benchmarks/TSVC/CrossingThresholds-dbl/CrossingThresholds-dbl.reference_output --- a/MultiSource/Benchmarks/TSVC/CrossingThresholds-dbl/CrossingThresholds-dbl.reference_output +++ b/MultiSource/Benchmarks/TSVC/CrossingThresholds-dbl/CrossingThresholds-dbl.reference_output @@ -2,7 +2,7 @@ Loop Time(Sec) Checksum S281 0.00 32000 -S1281 0.00 inf +S1281 0.00 INF S291 0.00 32000 S292 0.00 31967.999999994 S293 0.00 32000 diff --git a/MultiSource/Benchmarks/TSVC/CrossingThresholds-flt/CrossingThresholds-flt.reference_output b/MultiSource/Benchmarks/TSVC/CrossingThresholds-flt/CrossingThresholds-flt.reference_output --- a/MultiSource/Benchmarks/TSVC/CrossingThresholds-flt/CrossingThresholds-flt.reference_output +++ b/MultiSource/Benchmarks/TSVC/CrossingThresholds-flt/CrossingThresholds-flt.reference_output @@ -2,7 +2,7 @@ Loop Time(Sec) Checksum S281 0.00 32000 -S1281 0.00 inf +S1281 0.00 INF S291 0.00 32000 S292 0.00 31954 S293 0.00 32000 diff --git a/MultiSource/Benchmarks/TSVC/tsc.inc b/MultiSource/Benchmarks/TSVC/tsc.inc --- a/MultiSource/Benchmarks/TSVC/tsc.inc +++ b/MultiSource/Benchmarks/TSVC/tsc.inc @@ -3285,7 +3285,7 @@ } end_t = clock(); clock_dif = end_t - start_t; clock_dif_sec = (double) (clock_dif/1000000.0); - printf("S1281\t %.2f \t\t", clock_dif_sec);; + printf("S1281\t %.2F \t\t", clock_dif_sec);; check(12); return 0; }