Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
414d78a3
Commit
414d78a3
authored
Nov 06, 2018
by
Mark Olesen
Browse files
STYLE: include gcc/clang version in top-level Allwmake
parent
9b7ec718
Changes
1
Show whitespace changes
Inline
Side-by-side
Allwmake
View file @
414d78a3
...
...
@@ -16,7 +16,11 @@ cd ${0%/*} && wmakeCheckPwd "$WM_PROJECT_DIR" 2>/dev/null || {
#------------------------------------------------------------------------------
echo
"========================================"
date
"+%Y-%m-%d %H:%M:%S %z"
2>/dev/null
||
echo
"date is unknown"
echo
"Starting
${
WM_PROJECT_DIR
##*/
}
${
0
##*
}
"
echo
"Starting compile
${
WM_PROJECT_DIR
##*/
}
${
0
##*
}
"
case
"
$WM_COMPILER
"
in
Gcc
*
)
gcc
--version
2>/dev/null |
sed
-ne
'1p'
;;
Clang
*
)
clang
--version
2>/dev/null |
sed
-ne
'1p'
;;
esac
echo
"
$WM_COMPILER
$WM_COMPILER_TYPE
compiler"
echo
"
${
WM_OPTIONS
}
, with
${
WM_MPLIB
}
${
FOAM_MPI
}
"
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment