mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 15:57:05 +01:00
Threading support rework.
Placed parallel pragmas as macros; implemented deterministic thread reduction in style of BFM.
This commit is contained in:
@ -35,8 +35,7 @@ include_HEADERS =\
|
||||
Grid_lattice.h\
|
||||
Grid_math.h\
|
||||
Grid_simd.h\
|
||||
Grid_stencil.h\
|
||||
Grid_where.h
|
||||
Grid_stencil.h
|
||||
|
||||
nobase_include_HEADERS=\
|
||||
cartesian/Grid_cartesian_base.h\
|
||||
@ -56,6 +55,7 @@ nobase_include_HEADERS=\
|
||||
lattice/Grid_lattice_trace.h\
|
||||
lattice/Grid_lattice_transfer.h\
|
||||
lattice/Grid_lattice_transpose.h\
|
||||
lattice/Grid_lattice_where.h\
|
||||
math/Grid_math_arith.h\
|
||||
math/Grid_math_arith_add.h\
|
||||
math/Grid_math_arith_mac.h\
|
||||
|
Reference in New Issue
Block a user