Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
1209e915
Commit
1209e915
authored
13 years ago
by
andy
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Added PV library existence check to paraFoam script
parent
ac261246
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/paraFoam
+18
-0
18 additions, 0 deletions
bin/paraFoam
with
18 additions
and
0 deletions
bin/paraFoam
+
18
−
0
View file @
1209e915
...
...
@@ -117,6 +117,24 @@ do
done
#
# check that reader module has been built
#
if
[
!
-f
$PV_PLUGIN_PATH
/libPV3FoamReader_SM.so
]
then
cat
<<
BUILDREADER
FATAL ERROR: ParaView reader module libraries do not exist
Please build the reader module before continuing:
cd
\$
FOAM_UTILITIES/postProcessing/graphics/PV3Readers
./Allwclean
./Allwmake
BUILDREADER
exit
1
fi
#
# check for --data=... argument
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment