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:
Mark Olesen
2021-12-15 11:41:13 +01:00
parent b632e7b500
commit 2f07de03ff
6 changed files with 37 additions and 16 deletions

View File

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