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
c3cf5fd7
Commit
c3cf5fd7
authored
16 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
separate mpi-dependent build files
parent
7bc85824
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Pstream/Allwmake
+6
-6
6 additions, 6 deletions
src/Pstream/Allwmake
src/decompositionAgglomeration/Allwmake
+1
-1
1 addition, 1 deletion
src/decompositionAgglomeration/Allwmake
with
7 additions
and
7 deletions
src/Pstream/Allwmake
+
6
−
6
View file @
c3cf5fd7
...
@@ -5,18 +5,18 @@ set -x
...
@@ -5,18 +5,18 @@ set -x
wmake libso dummy
wmake libso dummy
case
"
$WM_MPLIB
"
in
case
"
$WM_MPLIB
"
in
GAMMA
)
wmake libso gamma
;;
LAM
|
*
MPI
*
)
LAM
|
*
MPI
*
)
WM_OPTIONS
=
${
WM_OPTIONS
}
$WM_MPLIB
set
+x
set
+x
echo
echo
echo
"Note: ignore spurious warnings about missing mpicxx.h headers"
echo
"Note: ignore spurious warnings about missing mpicxx.h headers"
set
-x
set
-x
wmake libso mpi
(
WM_OPTIONS
=
${
WM_OPTIONS
}
$WM_MPLIB
;
wmake libso mpi
)
;;
;;
#GAMMA)
# wmake libso gamma
# ;;
esac
esac
# ----------------------------------------------------------------- end-of-file
# ----------------------------------------------------------------- end-of-file
This diff is collapsed.
Click to expand it.
src/decompositionAgglomeration/Allwmake
+
1
−
1
View file @
c3cf5fd7
...
@@ -6,7 +6,7 @@ wmake libso decompositionMethods
...
@@ -6,7 +6,7 @@ wmake libso decompositionMethods
if
[
-d
"
$FOAM_MPI_LIBBIN
"
]
if
[
-d
"
$FOAM_MPI_LIBBIN
"
]
then
then
wmake libso parMetisDecomp
(
WM_OPTIONS
=
${
WM_OPTIONS
}
$WM_MPLIB
;
wmake libso parMetisDecomp
)
fi
fi
wmake libso MGridGenGamgAgglomeration
wmake libso MGridGenGamgAgglomeration
...
...
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