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
c661d5c9
Commit
c661d5c9
authored
16 years ago
by
henry
Browse files
Options
Downloads
Patches
Plain Diff
Added MPI_HOME
parent
67d0ba8d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/settings.csh
+6
-3
6 additions, 3 deletions
etc/settings.csh
with
6 additions
and
3 deletions
etc/settings.csh
+
6
−
3
View file @
c661d5c9
...
...
@@ -135,7 +135,8 @@ unset MPI_ARCH_PATH
switch
(
"
$WM_MPLIB
"
)
case
OPENMPI:
set
mpi_version
=
openmpi-1.2.6
setenv MPI_ARCH_PATH
$thirdParty
/
$mpi_version
/platforms/
$WM_OPTIONS
setenv MPI_HOME
$thirdParty
/
$mpi_version
setenv MPI_ARCH_PATH
$MPI_HOME
/platforms/
$WM_OPTIONS
# Tell OpenMPI where to find its install directory
setenv OPAL_PREFIX
$MPI_ARCH_PATH
...
...
@@ -149,7 +150,8 @@ case OPENMPI:
case
LAM:
set
mpi_version
=
lam-7.1.4
setenv MPI_ARCH_PATH
$thirdParty
/
$mpi_version
/platforms/
$WM_OPTIONS
setenv MPI_HOME
$thirdParty
/
$mpi_version
setenv MPI_ARCH_PATH
$MPI_HOME
/platforms/
$WM_OPTIONS
setenv LAMHOME
$thirdParty
/
$mpi_version
# note: LAMHOME is deprecated, should probably point to MPI_ARCH_PATH too
...
...
@@ -162,7 +164,8 @@ case LAM:
case
MPICH:
set
mpi_version
=
mpich-1.2.4
setenv MPI_ARCH_PATH
$thirdParty
/
$mpi_version
/platforms/
$WM_OPTIONS
setenv MPI_HOME
$thirdParty
/
$mpi_version
setenv MPI_ARCH_PATH
$MPI_HOME
/platforms/
$WM_OPTIONS
setenv MPICH_ROOT
$MPI_ARCH_PATH
AddLib
$MPI_ARCH_PATH
/lib
...
...
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