Skip to content

Commit c591978

Browse files
committed
FDS Build: Add mpiifx and ifx to thirdparty fortran build
1 parent daa9f4c commit c591978

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)