We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba677ae commit aa5a87eCopy full SHA for aa5a87e
.github/workflows/windows.yml
@@ -85,6 +85,7 @@ jobs:
85
run: |
86
call "C:\Program Files (x86)\Intel\oneAPI\setvars.bat" --config="oneapi_config.txt"
87
cd Build\impi_intel_win_db
88
+ set INTEL_IFORT=ifx
89
call make_fds.bat
90
fds_impi_intel_win_db.exe
91
- name: build fds release
Build/Scripts/setup_intel_compilers.bat
@@ -8,7 +8,6 @@ IF X%SETVARS_COMPLETED% == X1 GOTO intel_envexist
8
9
echo Defining Intel compiler environment
10
call "%ONEAPIDIR%\setvars" intel64
11
- set INTEL_IFORT=ifort
12
13
IF X%SETVARS_COMPLETED% == X1 GOTO intel_envexist
14
0 commit comments