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
7f030f79
Commit
7f030f79
authored
14 years ago
by
mattijs
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
parents
c21cbfb3
9d175880
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/bashrc
+11
-4
11 additions, 4 deletions
etc/bashrc
etc/cshrc
+11
-2
11 additions, 2 deletions
etc/cshrc
with
22 additions
and
6 deletions
etc/bashrc
+
11
−
4
View file @
7f030f79
...
...
@@ -131,7 +131,8 @@ unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH
# WM_COMPILE_OPTION = Opt | Debug | Prof
:
${
WM_COMPILE_OPTION
:
=Opt
}
;
export
WM_COMPILE_OPTION
# WM_MPLIB = SYSTEMOPENMPI | OPENMPI | MPICH | MPICH-GM | HPMPI | GAMMA | MPI | QSMPI
# WM_MPLIB = SYSTEMOPENMPI | OPENMPI | MPICH | MPICH-GM | HPMPI | GAMMA
# | MPI | QSMPI
:
${
WM_MPLIB
:
=OPENMPI
}
;
export
WM_MPLIB
...
...
@@ -241,7 +242,8 @@ foamClean=$WM_PROJECT_DIR/bin/foamCleanPath
cleaned
=
`
$foamClean
"
$PATH
"
"
$foamOldDirs
"
`
&&
PATH
=
"
$cleaned
"
#- Clean LD_LIBRARY_PATH
cleaned
=
`
$foamClean
"
$LD_LIBRARY_PATH
"
"
$foamOldDirs
"
`
&&
LD_LIBRARY_PATH
=
"
$cleaned
"
cleaned
=
`
$foamClean
"
$LD_LIBRARY_PATH
"
"
$foamOldDirs
"
`
\
&&
LD_LIBRARY_PATH
=
"
$cleaned
"
#- Clean MANPATH
cleaned
=
`
$foamClean
"
$MANPATH
"
"
$foamOldDirs
"
`
&&
MANPATH
=
"
$cleaned
"
...
...
@@ -257,8 +259,13 @@ _foamSource $WM_PROJECT_DIR/etc/aliases.sh
# Source user setup files for optional packages
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_foamSource
$WM_PROJECT_DIR
/etc/apps/paraview3/bashrc
_foamSource
$WM_PROJECT_DIR
/etc/apps/ensight/bashrc
paraview3
=
`
$WM_PROJECT_DIR
/bin/foamEtcFile apps/paraview3/bashrc
`
\
&&
_foamSource
$paraview3
unset
paraview3
ensight
=
`
$WM_PROJECT_DIR
/bin/foamEtcFile apps/ensight/bashrc
`
\
&&
_foamSource
$ensight
unset
ensight
# Clean environment paths again. Only remove duplicates
...
...
This diff is collapsed.
Click to expand it.
etc/cshrc
+
11
−
2
View file @
7f030f79
...
...
@@ -255,8 +255,17 @@ _foamSource $WM_PROJECT_DIR/etc/aliases.csh
# Source user setup files for optional packages
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_foamSource
$WM_PROJECT_DIR
/etc/apps/paraview3/cshrc
# _foamSource $WM_PROJECT_DIR/etc/apps/ensight/cshrc
set
paraview3
=
`
$WM_PROJECT_DIR
/bin/foamEtcFile apps/paraview3/cshrc
`
if
(
$status
==
0
)
then
_foamSource
$paraview3
endif
unset
paraview3
set
ensight
=
`
$WM_PROJECT_DIR
/bin/foamEtcFile apps/ensight/cshrc
`
if
(
$status
==
0
)
then
_foamSource
$ensight
endif
unset
ensight
# Clean environment paths again. Only remove duplicates
...
...
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