Skip to content

Commit

Permalink
FDS Build: Allow ix for GitHUB actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cxp484 committed Nov 8, 2024
1 parent ba677ae commit aa5a87e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
run: |
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
cd Build\impi_intel_win_db
set INTEL_IFORT=ifx
call make_fds.bat
fds_impi_intel_win_db.exe
- name: build fds release
Expand Down
1 change: 0 additions & 1 deletion Build/Scripts/setup_intel_compilers.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ IF X%SETVARS_COMPLETED% == X1 GOTO intel_envexist

echo Defining Intel compiler environment
call "%ONEAPIDIR%\setvars" intel64
set INTEL_IFORT=ifort

IF X%SETVARS_COMPLETED% == X1 GOTO intel_envexist

Expand Down

0 comments on commit aa5a87e

Please sign in to comment.