mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Startup scripts: Add documentation for WM_ARCH_OPTION
This commit is contained in:
@ -66,7 +66,9 @@ foamCompiler=system
|
||||
export WM_COMPILER=Gcc
|
||||
unset WM_COMPILER_ARCH WM_COMPILER_LIB_ARCH
|
||||
|
||||
#- Architecture:
|
||||
#- Memory addressing:
|
||||
# On a 64bit OS this can be 32bit or 64bit
|
||||
# On a 32bit OS addressing is 32bin and this option is not used
|
||||
# WM_ARCH_OPTION = 32 | 64
|
||||
export WM_ARCH_OPTION=64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user