Skip to content

Commit

Permalink
update response file
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvesz committed Dec 5, 2023
1 parent 5bbcbd1 commit c2e7a90
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions fpm.rsp
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
@buildgfortran
option build --compiler=gfortran --flag "-cpp -O3 -march=native -flto"
option build --compiler gfortran --flag "-cpp -O3 -march=native"

@testgfortran
option test --compiler=gfortran --flag "-cpp -O3 -march=native -flto"
option test --compiler gfortran --flag "-cpp -O3 -march=native"


@buildifort
option build --compiler=ifort --flag "-fpp -O3 -xHost -ipo"
option build --compiler ifort --flag "-fpp -O3 -xHost"

@testifort
option test --compiler=ifort --flag "-fpp -O3 -xHost -ipo"
option test --compiler ifort --flag "-fpp -O3 -xHost"


@buildifx
option build --compiler=ifx --flag "-fpp -O3"
option build --compiler ifx --flag "-fpp -O3 -xHost"

@testifx
option test --compiler=ifx --flag "-fpp -O3"
option test --compiler ifx --flag "-fpp -O3 -xHost"


@buildnvfortran
option build --compiler=nvfortran --flag "-Mpreprocess -fast -Minline"
option build --compiler nvfortran --flag "-Mpreprocess -fast"

@testnvfortran
option test --compiler=nvfortran --flag "-Mpreprocess -fast -Minline"
option test --compiler nvfortran --flag "-Mpreprocess -fast"

0 comments on commit c2e7a90

Please sign in to comment.