The Goal
In parallel computing, performance is the only measure of success
In ZPL, and in any programming language intended for writing fast programs, the programmer needs to know approximately how the program will run in order to make decisions about alternate solutions
For machine independent languages, this means that only an estimate of performance is possible, but that has proved sufficient in sequential computing