High_Performance_Fortran High_Performance_Fortran

High Performance Fortran - Definition and Overview

Related Words: Acquittal, Act, Acting, Action, Administration, Adventure, Agency, Appearance, Behavior, Bill, Blow, Buffoonery

High Performance Fortran (HPF) is an extension of Fortran 90 with constructs that support parallel computing. It uses a SIMD model of computation to support spreading the work of a single array computation over multiple processors.

HPF's forall statement, which updates a set of array entries in parallel, has since been added to Fortran 95. It also provides directives that provide hints as to how work is to be parcelled between processors.

External link

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.