Next: Effect and Restrictions
Up: The Java Adlib API
Previous: Effect and Restrictions
Contents
A aprintf method is a I/O operation that modelled on the C printf()
function. Its arguments are a control string and a list of distributed arrays.
The effective prototypes are
For now a maximum of three input arrays is allowed. If more than one array is
specified, all should have the same shape. But they can have any, unrelated
distribution format.
The aptintf method is implemented by a class APrintf.
The effective public interface of the APrintf class is
The control string is control. The multidimensional arrays are stored
into the array args.
Subsections
Bryan Carpenter
2004-06-09