A simple HPF program
Here is a simple HPF program:
!HPF$ PROCESSORS P(4)
REAL A(50)
!HPF$ DISTRIBUTE A(BLOCK) ONTO P
FORALL (I = 1:50) A(I) = 1.0 * I
We want to translate this to an MPI program.
Previous slide
Next slide
Back to first slide
View graphic version