We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daa9f4c + c591978 commit 262c20cCopy full SHA for 262c20c
Build/Scripts/set_thirdparty_compilers.sh
@@ -59,7 +59,7 @@ if [[ "$FDS_BUILD_TARGET" == *"osx"* ]]; then
59
elif [[ "$FDS_BUILD_TARGET" == *"intel"* ]]; then
60
select_compiler CC mpiicx icx mpiicc icc
61
select_compiler CXX mpiicpx icpx mpiicpc icpc
62
- select_compiler FC mpiifort ifort
+ select_compiler FC mpiifort ifort mpiifx ifx
63
else # Default to GNU compilers
64
select_compiler CC mpicc gcc
65
select_compiler CXX mpicxx g++
0 commit comments