mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: confusing wm32, wm64 aliases (issue #364)
- wm32/wm64 were for changing between -m32, -m64 builds on x86_64 architectures. This is seldom enough not to warrant a special alias. Also ambiguous if these could refer to label sizes. - Remove wm32,wm64 aliases. - Add wmInt32, wmInt64 aliases for switching WM_LABEL_SIZE.
This commit is contained in:
@ -33,8 +33,8 @@
|
||||
# Change compiled version aliases
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
alias wmSet 'source $WM_PROJECT_DIR/etc/cshrc'
|
||||
alias wm64 'wmSet WM_ARCH_OPTION=64'
|
||||
alias wm32 'wmSet WM_ARCH_OPTION=32'
|
||||
alias wmInt32 'wmSet WM_LABEL_SIZE=32'
|
||||
alias wmInt64 'wmSet WM_LABEL_SIZE=64'
|
||||
alias wmSP 'wmSet WM_PRECISION_OPTION=SP'
|
||||
alias wmDP 'wmSet WM_PRECISION_OPTION=DP'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user