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:
Mark Olesen
2019-06-25 07:48:33 +02:00
committed by Andrew Heather
parent e6270d127b
commit 47f375887e
3 changed files with 19 additions and 21 deletions

View File

@ -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
################################################################################

View File

@ -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
################################################################################