mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Update README.md
This commit is contained in:
parent
1408a3c0f9
commit
56b3631187
@ -12,7 +12,8 @@ array indices to both MPI tasks and SIMD processing elements.
|
|||||||
The transformation is based on the observation that Cartesian array processing involves
|
The transformation is based on the observation that Cartesian array processing involves
|
||||||
identical processing to be performed on different regions of the Cartesian array.
|
identical processing to be performed on different regions of the Cartesian array.
|
||||||
|
|
||||||
The library will (eventually) both geometrically decompose into MPI tasks and across SIMD lanes.
|
The library will both geometrically decompose into MPI tasks and across SIMD lanes.
|
||||||
|
Local vector loops are parallelised with OpenMP pragmas.
|
||||||
|
|
||||||
Data parallel array operations can then be specified with a SINGLE data parallel paradigm, but
|
Data parallel array operations can then be specified with a SINGLE data parallel paradigm, but
|
||||||
optimally use MPI, OpenMP and SIMD parallelism under the hood. This is a significant simplification
|
optimally use MPI, OpenMP and SIMD parallelism under the hood. This is a significant simplification
|
||||||
@ -30,7 +31,7 @@ The corresponding scalar types are named
|
|||||||
|
|
||||||
RealF, RealD, ComplexF, ComplexD
|
RealF, RealD, ComplexF, ComplexD
|
||||||
|
|
||||||
MPI parallelism is UNIMPLEMENTED and for now only OpenMP and SIMD parallelism is present in the library.
|
MPI, OpenMP, and SIMD parallelism are present in the library.
|
||||||
|
|
||||||
You can give `configure' initial values for configuration parameters
|
You can give `configure' initial values for configuration parameters
|
||||||
by setting variables in the command line or in the environment. Here
|
by setting variables in the command line or in the environment. Here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user