Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenFOAM-plus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
339
Issues
339
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Development
OpenFOAM-plus
Commits
01b02a9c
Commit
01b02a9c
authored
Jan 28, 2019
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: add debug flag for repeating runTimePostProcessing rebuilds
- avoids removal of files and the dummy fallback
parent
79b3fe89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
src/functionObjects/graphics/runTimePostProcessing/Allwmake
src/functionObjects/graphics/runTimePostProcessing/Allwmake
+9
-3
No files found.
src/functionObjects/graphics/runTimePostProcessing/Allwmake
View file @
01b02a9c
...
...
@@ -7,7 +7,7 @@ cd ${0%/*} || exit 1 # Run from this directory
echo
"======================================================================"
echo
"
${
PWD
##*/
}
:
$PWD
"
unset
depend
unset
depend
runTimePostProDebug
if
[
-d
"
$VTK_DIR
"
]
then
...
...
@@ -17,9 +17,12 @@ then
depend
=
"ParaView_DIR=
$ParaView_DIR
"
fi
#
Or f
orce use of dummy only
#
F
orce use of dummy only
# unset depend
# For rebuilding (on error) instead of dropping back to dummy
# runTimePostProDebug=true
if
[
"
$targetType
"
=
objects
]
then
depend
=
ignore
...
...
@@ -31,7 +34,10 @@ then
echo
echo
" WARNING: incomplete build of VTK-based post-processing"
echo
depend
=
"dummy"
if
[
-z
"
$runTimePostProDebug
"
]
then
depend
=
"dummy"
fi
}
else
echo
"==> skip runTimePostProcessing (needs cmake)"
...
...
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