18
ZPL Inherits from C
•
ZPL is translated into C
•
Mathematical functions come from math.h
•
ZPL’s Input and Output follow C conventions
and formatting, though the behavior on
parallel machines can differ
•
•
Configuration variables (config vars) are a list
of command line assignable variables with
specified defaults … cannot be reset
config var prob_size : integer = 64;