The HPF Library
HPF includes a library of commonly used, data-parallel functions
- Can be thought of as extending Fortran 90’s array intrinsics
Functions were included if
- Programmers asked for them
- They can be efficiently implemented in parallel
- Details of the implementation are subtle and machine-specific