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
91c062e7
Commit
91c062e7
authored
13 years ago
by
Henry
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade OpenMPI to 1.5.4
parent
eecd71f3
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
etc/config/settings.csh
+1
-1
1 addition, 1 deletion
etc/config/settings.csh
etc/config/settings.sh
+11
-1
11 additions, 1 deletion
etc/config/settings.sh
with
12 additions
and
2 deletions
etc/config/settings.csh
+
1
−
1
View file @
91c062e7
...
@@ -372,7 +372,7 @@ unsetenv MPI_ARCH_PATH MPI_HOME FOAM_MPI_LIBBIN
...
@@ -372,7 +372,7 @@ unsetenv MPI_ARCH_PATH MPI_HOME FOAM_MPI_LIBBIN
switch
(
"
$WM_MPLIB
"
)
switch
(
"
$WM_MPLIB
"
)
case
OPENMPI:
case
OPENMPI:
setenv FOAM_MPI openmpi-1.5.
3
setenv FOAM_MPI openmpi-1.5.
4
# optional configuration tweaks:
# optional configuration tweaks:
_foamSource
`
$WM_PROJECT_DIR
/bin/foamEtcFile config/openmpi.csh
`
_foamSource
`
$WM_PROJECT_DIR
/bin/foamEtcFile config/openmpi.csh
`
...
...
This diff is collapsed.
Click to expand it.
etc/config/settings.sh
+
11
−
1
View file @
91c062e7
...
@@ -114,6 +114,16 @@ Linux)
...
@@ -114,6 +114,16 @@ Linux)
export
WM_LDFLAGS
=
'-mabi=64 -G0'
export
WM_LDFLAGS
=
'-mabi=64 -G0'
;;
;;
armv7l
)
WM_ARCH
=
linuxARM7
export
WM_COMPILER_LIB_ARCH
=
32
export
WM_CC
=
'gcc'
export
WM_CXX
=
'g++'
export
WM_CFLAGS
=
'-fPIC'
export
WM_CXXFLAGS
=
'-fPIC'
export
WM_LDFLAGS
=
;;
ppc64
)
ppc64
)
WM_ARCH
=
linuxPPC64
WM_ARCH
=
linuxPPC64
export
WM_COMPILER_LIB_ARCH
=
64
export
WM_COMPILER_LIB_ARCH
=
64
...
@@ -393,7 +403,7 @@ unset MPI_ARCH_PATH MPI_HOME FOAM_MPI_LIBBIN
...
@@ -393,7 +403,7 @@ unset MPI_ARCH_PATH MPI_HOME FOAM_MPI_LIBBIN
case
"
$WM_MPLIB
"
in
case
"
$WM_MPLIB
"
in
OPENMPI
)
OPENMPI
)
export
FOAM_MPI
=
openmpi-1.5.
3
export
FOAM_MPI
=
openmpi-1.5.
4
# optional configuration tweaks:
# optional configuration tweaks:
_foamSource
`
$WM_PROJECT_DIR
/bin/foamEtcFile config/openmpi.sh
`
_foamSource
`
$WM_PROJECT_DIR
/bin/foamEtcFile config/openmpi.sh
`
...
...
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