mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
CONFIG: adjust bin/tools/foamConfigurePaths
- add a '-SPDP' option - remove the '-archOption' for forcing a '-m32' build on 64-bit architecture, which is now considered too obscure. Must edit files manually if this option is really required.
This commit is contained in:
committed by
Andrew Heather
parent
e6270d127b
commit
47f375887e
@ -124,7 +124,7 @@ export WM_MPLIB=SYSTEMOPENMPI
|
||||
# = 32 | 64
|
||||
# * on a 64-bit OS this can be 32 or 64
|
||||
# * on a 32-bit OS this option is ignored (always 32-bit)
|
||||
export WM_ARCH_OPTION=64
|
||||
#export WM_ARCH_OPTION=64
|
||||
|
||||
################################################################################
|
||||
|
||||
|
||||
@ -126,7 +126,7 @@ setenv WM_MPLIB SYSTEMOPENMPI
|
||||
# = 32 | 64
|
||||
# * on a 64-bit OS this can be 32 or 64
|
||||
# * on a 32-bit OS this option is ignored (always 32-bit)
|
||||
setenv WM_ARCH_OPTION 64
|
||||
#setenv WM_ARCH_OPTION 64
|
||||
|
||||
################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user