Skip to content

Commit

Permalink
Update fpm.rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 17, 2024
1 parent f045b9a commit 6ee2110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fpm.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
options test dot
options --profile release
options --compiler ifx
options --flag "-Ofast -mtune=native -xHost -qmkl -qopenmp -DINT64"
options --flag "-Ofast -mtune=native -xHost -llapack -lblas -qopenmp -DINT64"

@benchmark-dot-gfortran
options test dot
options --profile release
options --compiler gfortran
options --flag "-Ofast -march=native -llapack -lblas -fopenmp -flto -DINT64"
options --flag "-Ofast -march=native -llapack -lblas -fopenmp -DINT64"

@benchmark-dot-nvfortran
options test dot
Expand All @@ -20,4 +20,4 @@ options --flag "-Ofast -fast -march=native -mtune=native -stdpar=gpu,multicore -
options test dot_co
options --profile release
options --compiler ifx
options --flag "-Ofast -mtune=native -xHost -qmkl -qopenmp -DINT64 -coarray -coarray-num-images=4 -DUSE_COARRAY"
options --flag "-Ofast -mtune=native -xHost -llapack -lblas -qopenmp -DINT64 -coarray -coarray-num-images=4 -DUSE_COARRAY"

0 comments on commit 6ee2110

Please sign in to comment.