mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: add -pthread for AMD compiler rule
- https://github.com/spack/spack/pull/27949 COMP: respect FOAM_BUILDROOT for wmake -queue STYLE: fix stray paraview setting
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# AMD compiler - a clang variant
|
||||
include $(GENERAL_RULES)/Clang/c++
|
||||
|
||||
c++ARCH = -m64
|
||||
c++ARCH = -m64 -pthread
|
||||
|
||||
include $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user