Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Community
adiosFoam
Commits
8691fdc8
Commit
8691fdc8
authored
Sep 25, 2019
by
Mark OLESEN
Browse files
COMP: add top-level Allwmake
parent
974bb29a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Allwmake
0 → 100755
View file @
8691fdc8
#!/bin/sh
cd
${
0
%/*
}
||
exit
1
# Run from this directory
targetType
=
libso
.
$WM_PROJECT_DIR
/wmake/scripts/AllwmakeParseArguments
#------------------------------------------------------------------------------
echo
"========================================"
date
"+%Y-%m-%d %H:%M:%S %z"
2>/dev/null
||
echo
"date is unknown"
echo
"Starting compile of adiosFoam with
${
WM_PROJECT_DIR
##*/
}
${
0
##*
}
"
echo
"
$WM_COMPILER
$WM_COMPILER_TYPE
compiler"
echo
"
${
WM_OPTIONS
}
, with
${
WM_MPLIB
}
${
FOAM_MPI
}
"
echo
src/Allwmake
$targetType
$*
# Some summary information
echo
date
"+%Y-%m-%d %H:%M:%S %z"
2>/dev/null
||
echo
"date is unknown"
echo
"========================================"
echo
" Finished compile of adiosFoam with
${
WM_PROJECT_DIR
##*/
}
"
echo
"
$WM_COMPILER
$WM_COMPILER_TYPE
compiler"
echo
"
${
WM_OPTIONS
}
, with
${
WM_MPLIB
}
${
FOAM_MPI
}
"
echo
#------------------------------------------------------------------------------
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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