Skip to content

Commit 8a29ade

Browse files
authored
Merge pull request #13773 from cxp484/master
FDS Build: Remove mpiifort from intel thirdparty builds
2 parents f8d09bb + f4a3d04 commit 8a29ade

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 mpiifx ifx
62+
select_compiler FC 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)