Skip to content

Commit

Permalink
Merge pull request #13720 from rmcdermo/master
Browse files Browse the repository at this point in the history
Workflows: use ifx for Intel Linux on Actions
  • Loading branch information
rmcdermo authored Nov 7, 2024
2 parents cfbabbc + 5afff34 commit ba677ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,16 @@ jobs:
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/impi_intel_linux_db
export INTEL_IFORT=ifx
echo "INTEL_IFORT =" $INTEL_IFORT
sh ./make_fds.sh
./fds_impi_intel_linux_db
- name: build fds release
run: |
source /opt/intel/oneapi/setvars.sh
cd ./Build/impi_intel_linux
export INTEL_IFORT=ifx
echo "INTEL_IFORT =" $INTEL_IFORT
sh ./make_fds.sh
./fds_impi_intel_linux
Expand Down
2 changes: 1 addition & 1 deletion Build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ VPATH = ../Source

# set compiler type

I_IFORT=ifx
I_IFORT=ifort
ifdef INTEL_IFORT
I_IFORT=$(INTEL_IFORT)
endif
Expand Down

0 comments on commit ba677ae

Please sign in to comment.