ENH: add wmUNSET alias to source etc/unset.{csh,sh}

- renamed clearEnv -> unset
This commit is contained in:
Mark Olesen
2011-03-28 08:13:36 +02:00
parent e2cf8f5cf3
commit 99240d869f
4 changed files with 14 additions and 4 deletions

View File

@ -22,7 +22,7 @@
# along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
#
# File
# aliases.csh
# etc/aliases.csh
#
# Description
# Aliases for working with OpenFOAM
@ -38,6 +38,9 @@ alias wm32 'wmSET WM_ARCH_OPTION=32'
alias wmSP 'wmSET WM_PRECISION_OPTION=SP'
alias wmDP 'wmSET WM_PRECISION_OPTION=DP'
# clear env
alias wmUNSET='source $WM_PROJECT_DIR/etc/unset.csh'
# Toggle wmakeScheduler on/off
# - also need to set WM_HOSTS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~