1 |
Data Parallelism
-
Fortran90 provides a number of features, notably array syntax, that make it possible for a compiler to detect parallelism. However, with existing compiler technology, to exploit full capability of concurrent systems, new language features are necessary to define data dependency and locality.
|
2 |
High Performance
-
Addressed primarily by proposed data distribution features and new intrinsic functions.
|
3 |
Code Tuning
-
optional, explicit message passing support for MIMD machines
|
4 |
Validation
-
a benchmarking suite is being prepared by NPAC, Syracuse University
|