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
10798d69
Commit
10798d69
authored
15 years ago
by
Mark Olesen
Browse files
Options
Downloads
Patches
Plain Diff
upgrade to openmpi-1.3.4
parent
8b36e8cd
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/settings.csh
+1
-1
1 addition, 1 deletion
etc/settings.csh
etc/settings.sh
+1
-1
1 addition, 1 deletion
etc/settings.sh
with
2 additions
and
2 deletions
etc/settings.csh
+
1
−
1
View file @
10798d69
...
@@ -132,7 +132,7 @@ unset MPI_ARCH_PATH
...
@@ -132,7 +132,7 @@ unset MPI_ARCH_PATH
switch
(
"
$WM_MPLIB
"
)
switch
(
"
$WM_MPLIB
"
)
case
OPENMPI:
case
OPENMPI:
set
mpi_version
=
openmpi-1.3.
3
set
mpi_version
=
openmpi-1.3.
4
setenv MPI_HOME
$WM_THIRD_PARTY_DIR
/
$mpi_version
setenv MPI_HOME
$WM_THIRD_PARTY_DIR
/
$mpi_version
setenv MPI_ARCH_PATH
$MPI_HOME
/platforms/
$WM_OPTIONS
setenv MPI_ARCH_PATH
$MPI_HOME
/platforms/
$WM_OPTIONS
...
...
This diff is collapsed.
Click to expand it.
etc/settings.sh
+
1
−
1
View file @
10798d69
...
@@ -163,7 +163,7 @@ unset MPI_ARCH_PATH
...
@@ -163,7 +163,7 @@ unset MPI_ARCH_PATH
case
"
$WM_MPLIB
"
in
case
"
$WM_MPLIB
"
in
OPENMPI
)
OPENMPI
)
mpi_version
=
openmpi-1.3.
3
mpi_version
=
openmpi-1.3.
4
export
MPI_HOME
=
$WM_THIRD_PARTY_DIR
/
$mpi_version
export
MPI_HOME
=
$WM_THIRD_PARTY_DIR
/
$mpi_version
export
MPI_ARCH_PATH
=
$MPI_HOME
/platforms/
$WM_OPTIONS
export
MPI_ARCH_PATH
=
$MPI_HOME
/platforms/
$WM_OPTIONS
...
...
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