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.
2 parents cfbabbc + 5afff34 commit ba677aeCopy full SHA for ba677ae
.github/workflows/linux.yml
@@ -43,12 +43,16 @@ jobs:
43
run: |
44
source /opt/intel/oneapi/setvars.sh
45
cd ./Build/impi_intel_linux_db
46
+ export INTEL_IFORT=ifx
47
+ echo "INTEL_IFORT =" $INTEL_IFORT
48
sh ./make_fds.sh
49
./fds_impi_intel_linux_db
50
- name: build fds release
51
52
53
cd ./Build/impi_intel_linux
54
55
56
57
./fds_impi_intel_linux
58
Build/makefile
@@ -13,7 +13,7 @@ VPATH = ../Source
13
14
# set compiler type
15
16
-I_IFORT=ifx
+I_IFORT=ifort
17
ifdef INTEL_IFORT
18
I_IFORT=$(INTEL_IFORT)
19
endif
0 commit comments