Skip to content

Commit 262c20c

Browse files
authored
Merge pull request #13749 from cxp484/master
FDS Build: Add mpiifx and ifx to thirdparty fortran build
2 parents daa9f4c + c591978 commit 262c20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Scripts/set_thirdparty_compilers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [[ "$FDS_BUILD_TARGET" == *"osx"* ]]; then
5959
elif [[ "$FDS_BUILD_TARGET" == *"intel"* ]]; then
6060
select_compiler CC mpiicx icx mpiicc icc
6161
select_compiler CXX mpiicpx icpx mpiicpc icpc
62-
select_compiler FC mpiifort ifort
62+
select_compiler FC mpiifort ifort mpiifx ifx
6363
else # Default to GNU compilers
6464
select_compiler CC mpicc gcc
6565
select_compiler CXX mpicxx g++

0 commit comments

Comments
 (0)