mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: simplify openmp handling (#2617)
- remove old, unneeded -DUSE_OMP define. - wmake -no-openmp option to add '~openmp' to WM_COMPILE_CONTROL ENH: add bash completion handling for wmake
This commit is contained in:
@ -6,11 +6,10 @@
|
||||
# \\ / A nd | www.openfoam.com
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# Copyright (C) 2017-2019 OpenCFD Ltd.
|
||||
# Copyright (C) 2017-2022 OpenCFD Ltd.
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
# This file is part of OpenFOAM, licensed under GNU General Public License
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
|
||||
#
|
||||
# Script
|
||||
# foamCreateCompletionCache
|
||||
@ -195,7 +194,7 @@ extractOptions()
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Default to standard search directories and a few scripts from bin/
|
||||
[ "$#" -gt 0 ] || set -- ${searchDirs} paraFoam
|
||||
[ "$#" -gt 0 ] || set -- ${searchDirs} paraFoam wmake
|
||||
|
||||
for item
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user