Skip to content

Commit aa5a87e

Browse files
committed
FDS Build: Allow ix for GitHUB actions.
1 parent ba677ae commit aa5a87e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
run: |
8686
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
8787
cd Build\impi_intel_win_db
88+
set INTEL_IFORT=ifx
8889
call make_fds.bat
8990
fds_impi_intel_win_db.exe
9091
- name: build fds release

Build/Scripts/setup_intel_compilers.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ IF X%SETVARS_COMPLETED% == X1 GOTO intel_envexist
88

99
echo Defining Intel compiler environment
1010
call "%ONEAPIDIR%\setvars" intel64
11-
set INTEL_IFORT=ifort
1211

1312
IF X%SETVARS_COMPLETED% == X1 GOTO intel_envexist
1413

0 commit comments

Comments
 (0)