Skip to content

Commit

Permalink
intel compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrahman committed Jan 14, 2025
1 parent 680e982 commit 8eb8b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
cat .gitignore_extra >> .gitignore
pip install numpy==${{matrix.numpy-version}} build==1.2.2.post1 ninja meson
cd src/pyraingen/fortran_daily
$env:FC = 'ifort'
$env:CC = 'icx'
# $env:FC = 'ifx'
# $env:CC = 'icx'
python -m numpy.f2py -c regionalised_dailyT4.for -m regionalised_dailyT4 -I $PWD --backend meson
Get-ChildItem -Force -R
cd ../../..
Expand Down

0 comments on commit 8eb8b5c

Please sign in to comment.