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.
1 parent dd1b704 commit 6000b4bCopy full SHA for 6000b4b
Build/Scripts/set_compilers.sh
@@ -72,9 +72,9 @@ else # Default to GNU compilers
72
select_compiler_from_system COMP_FC mpifort
73
fi
74
75
-echo "Thirdparty libs C Compiler COMP_CC=$COMP_CC"
76
-echo "Thirdparty libs C++ compiler COMP_CXX=$COMP_CXX"
77
-echo "Firemodels and Thirdparty libs Fortran compiler COMP_FC=$COMP_FC"
+echo "Third party libs C Compiler COMP_CC=$COMP_CC"
+echo "Third party libs C++ compiler COMP_CXX=$COMP_CXX"
+echo "Firemodels and third party libs Fortran compiler COMP_FC=$COMP_FC"
78
79
export COMP_CC=$COMP_CC
80
export COMP_CXX=$COMP_CXX
0 commit comments