Skip to content

Commit

Permalink
Generate intel configs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Sep 11, 2023
1 parent 69107b8 commit bcbb7c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/generate_pyccel_config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ runs:
run: |
pyccel --language=fortran --export-compile-info pyccel_fortran_gnu.json
pyccel --language=c --export-compile-info pyccel_c_gnu.json
pyccel --language=fortran --export-compile-info pyccel_fortran_intel.json
pyccel --language=c --export-compile-info pyccel_c_intel.json
pyccel --compiler=intel --language=fortran --export-compile-info pyccel_fortran_intel.json
pyccel --compiler=intel --language=c --export-compile-info pyccel_c_intel.json
shell: bash
working-directory: ./benchmarks
- name: Add improved flags
Expand Down

0 comments on commit bcbb7c5

Please sign in to comment.