Research Article
A Performance Study of a Dual Xeon-Phi Cluster for the Forward Modelling of Gravitational Fields
Algorithm 1
Calculation of the component
.
| Data: The prism assembly | | Result: The anomaly | | begin | | Parallel region with threads | | Allocate() where is the size | | of the observation mesh; | | begin | | Parallel region with 236 threads in | | the MIC; | | Allocate() for each thread; | | for to do | | Call GravAnomBoxMesh(Parameters, ) | | Critical (inner); | | PG = PG + ; | | % Reduction in the MIC | | Critical (outter); | | PGS = PGS + PG; | | % Reduction in the CPU |
|