Skip to content

Commit

Permalink
Merge pull request #13773 from cxp484/master
Browse files Browse the repository at this point in the history
FDS Build: Remove mpiifort from intel thirdparty builds
  • Loading branch information
cxp484 authored Nov 18, 2024
2 parents f8d09bb + f4a3d04 commit 8a29ade
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 8a29ade

Please sign in to comment.