Skip to content

Commit

Permalink
Update FFTW benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Sep 9, 2021
1 parent 0f87ef8 commit 1901f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fftw_benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ which uses the `fujitsu-fftw` Spack module.
Also if you don't want to use the Fujitsu compiler you must also set the
`FORTCOMP` environment variable to your compiler of choice, set the
`FORTOPT` environment variable with your optimisation flags and set the
`FORTLIB` to the empty string.
`export FORTLIB=" "` (note the space).
2 changes: 1 addition & 1 deletion fftw_benchmark/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ program main
integer, parameter :: n = 10000

! Number of times to repeat FFT cycle
integer, parameter :: n_repeats = 1000
integer, parameter :: n_repeats = 100000

! Storage array for input/output
real(4) :: test_in(n+2)
Expand Down

0 comments on commit 1901f80

Please sign in to comment.