Skip to content

Commit

Permalink
Update compiler options in fpm.rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Feb 3, 2024
1 parent 98bfce6 commit 5e9817c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fpm.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
options test
options --profile release
options --compiler gfortran
options --flag "-Wno-line-truncation -O3 -march=native -llapack -lblas"
options --flag "-O3 -march=native -llapack -lblas"

@test-ifort
options test
options --profile release
options --compiler ifort
options --flag "-O3 -xHost -mtune=native -qopenmp -parallel -llapack -lblas"
options --flag "-O3 -xHost -mtune=native -qmkl"

@test-ifx
options test
options --profile release
options --compiler ifx
options --flag "-O3 -xHost -mtune=native -qopenmp -fopenmp-target-do-concurrent -parallel -qmkl=parallel"
options --flag "-O3 -xHost -mtune=native -qmkl"

@test-nvfortran
options test
options --profile release
options --compiler nvfortran
options --flag "-O4 -mtune=native -stdpar=gpu,multicore -llapack -lblas"
options --flag "-O3 -mtune=native -stdpar=gpu,multicore -llapack -lblas"

0 comments on commit 5e9817c

Please sign in to comment.