#!/bin/bash # -F is how many cycles to skip before displaying stuff. This number is an interesting bit. # -D puts it in demo mode. It starts up paused and tries to fill the whole screen # -c sets the number of clusters in the grid. It must match the trace, so you shouldn't change it. # # Clicking on the window pauses/unpauses # # right-clicking makes it spin in 3-D. Cool but useless. ./glvis -F 53000 -D -c 2 -f fft-2x2.trace