The program receives two data sets which represent the total cpu time and number of jobs contibuting to that time as a function of wall-clock time and number of cpu's used. The program makes a bar graph with 20 wall-clock time bins and 10 cpu number bins (log distrubuted). Each bar has a color related to the number of jobs and a height related to the cpu time. The DX program has several separate sections which will be refered to by number in the list below and on the program image:
Cyl_glyph .
This filename, along with a file format specification of
"general, grid=19x10, field=time,number, interleaving=field"
(import module:third input) gets the data into the DX program. The "field"
specification names two variables in the same file as "time" and "number".
The two Select modules just below the Import module
separate out the the two variables (time, number). The second input
of each is the respective dataset name.
The selector interactor output is also used to generate a month-name caption (named Month using a transmitter) for the final image.
Max_time with a transmitter.
Max_Num with a transmitter.