Skip to content

Commit

Permalink
Add USE_DO_CONCURRENT flag to fpm.rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Jan 30, 2024
1 parent f8d06e9 commit c3ce3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpm.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ options --flag "-O3 -mtune=native -xHost -qmkl -qopenmp -ipo -coarray -coarray-n
options test
options --compiler ifx
options --profile release
options --flag "-O3 -mtune=native -xHost -qmkl -qopenmp"
options --flag "-O3 -mtune=native -xHost -qmkl -qopenmp -DUSE_DO_CONCURRENT"

@ifx-test-coarray
options test
options --compiler ifx
options --profile release
options --flag "-O3 -mtune=native -xHost -qmkl -qopenmp -coarray -coarray-num-images=4 -DUSE_COARRAY"
options --flag "-O3 -mtune=native -xHost -qmkl -qopenmp -DUSE_DO_CONCURRENT -coarray -coarray-num-images=4 -DUSE_COARRAY"

@nvfortran-test
options test
Expand Down

0 comments on commit c3ce3f3

Please sign in to comment.