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
be2ceff4
Commit
be2ceff4
authored
9 years ago
by
Henry Weller
Browse files
Options
Downloads
Patches
Plain Diff
etc/config.*/aliases: Renamed aliases to be less SHOUTY and confusing
parent
aaa453d1
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.csh/aliases
+5
-5
5 additions, 5 deletions
etc/config.csh/aliases
etc/config.sh/aliases
+5
-5
5 additions, 5 deletions
etc/config.sh/aliases
with
10 additions
and
10 deletions
etc/config.csh/aliases
+
5
−
5
View file @
be2ceff4
...
...
@@ -32,23 +32,23 @@
# Change compiled version aliases
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alias
wmS
ET
'source $WM_PROJECT_DIR/etc/cshrc'
alias
wmS
et
'source $WM_PROJECT_DIR/etc/cshrc'
alias
wm64
'wmSET WM_ARCH_OPTION=64'
alias
wm32
'wmSET WM_ARCH_OPTION=32'
alias
wmSP
'wmSET WM_PRECISION_OPTION=SP'
alias
wmDP
'wmSET WM_PRECISION_OPTION=DP'
# Refresh the environment
alias
wmR
EFRESH
'wmSET $FOAM_SETTINGS'
alias
wmR
efresh
'wmSET $FOAM_SETTINGS'
# Clear env
alias
wmU
NSET
'source $WM_PROJECT_DIR/etc/config.csh/unset'
alias
wmU
nset
'source $WM_PROJECT_DIR/etc/config.csh/unset'
# Toggle wmakeScheduler on/off
# - also need to set WM_HOSTS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alias
wmSchedO
N
'setenv WM_SCHEDULER $WM_PROJECT_DIR/wmake/wmakeScheduler'
alias
wmSchedO
FF
'unsetenv WM_SCHEDULER'
alias
wmSchedO
n
'setenv WM_SCHEDULER $WM_PROJECT_DIR/wmake/wmakeScheduler'
alias
wmSchedO
ff
'unsetenv WM_SCHEDULER'
# Change ParaView version
# ~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
etc/config.sh/aliases
+
5
−
5
View file @
be2ceff4
...
...
@@ -32,23 +32,23 @@
# Change compiled version aliases
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alias
wmS
ET
=
'. $WM_PROJECT_DIR/etc/bashrc'
alias
wmS
et
=
'. $WM_PROJECT_DIR/etc/bashrc'
alias
wm64
=
'wmSET WM_ARCH_OPTION=64'
alias
wm32
=
'wmSET WM_ARCH_OPTION=32'
alias
wmSP
=
'wmSET WM_PRECISION_OPTION=SP'
alias
wmDP
=
'wmSET WM_PRECISION_OPTION=DP'
# Refresh the environment
alias
wmR
EFRESH
=
'wmSET $FOAM_SETTINGS'
alias
wmR
efresh
=
'wmSET $FOAM_SETTINGS'
# Clear env
alias
wmU
NSET
=
'. $WM_PROJECT_DIR/etc/config.sh/unset'
alias
wmU
nset
=
'. $WM_PROJECT_DIR/etc/config.sh/unset'
# Toggle wmakeScheduler on/off
# - also need to set WM_HOSTS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
alias
wmSchedO
N
=
'export WM_SCHEDULER=$WM_PROJECT_DIR/wmake/wmakeScheduler'
alias
wmSchedO
FF
=
'unset WM_SCHEDULER'
alias
wmSchedO
n
=
'export WM_SCHEDULER=$WM_PROJECT_DIR/wmake/wmakeScheduler'
alias
wmSchedO
ff
=
'unset WM_SCHEDULER'
# Change ParaView version
# ~~~~~~~~~~~~~~~~~~~~~~~
...
...
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