Skip to content

Commit

Permalink
FDS Build: Remove mpiifort from intel thirdparty builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cxp484 committed Nov 18, 2024
1 parent f8d09bb commit f4a3d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Scripts/set_thirdparty_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ "$FDS_BUILD_TARGET" == *"osx"* ]]; then
elif [[ "$FDS_BUILD_TARGET" == *"intel"* ]]; then
select_compiler CC mpiicx icx mpiicc icc
select_compiler CXX mpiicpx icpx mpiicpc icpc
select_compiler FC mpiifort ifort mpiifx ifx
select_compiler FC ifort mpiifx ifx
else # Default to GNU compilers
select_compiler CC mpicc gcc
select_compiler CXX mpicxx g++
Expand Down

0 comments on commit f4a3d04

Please sign in to comment.