Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Build/Scripts/set_compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ else # Default to GNU compilers
select_compiler_from_system COMP_FC mpifort
fi

echo "Thirdparty libs C Compiler COMP_CC=$COMP_CC"
echo "Thirdparty libs C++ compiler COMP_CXX=$COMP_CXX"
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"

export COMP_CC=$COMP_CC
export COMP_CXX=$COMP_CXX
Expand Down
Loading