mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +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