Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 23, 2024
1 parent 2d921ea commit c62c785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/dot/dot.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ program benchmark_dot

call random_seed(size = seed_size)
allocate(seed_array(seed_size))
seed_array = 132456789
seed_array = 123456789

call bench%init(7,'Benchmark dot_product','benchmarks/dot/results/dot', 5000)

Expand Down

0 comments on commit c62c785

Please sign in to comment.