These files generate the program to characterize the behavior of the two
optimizations discussed in the paper.
The files are broken into the modules (main() and others) that differ
among the various sequential and parallel versions of the program
and modules that are common to all implementations.
- Seq.c: The main() and associated modules.
This file contains an include to bring in the other modules.
- common_s.c: modules common to all
versions
- timers.c: CPU- and clock-time modules.
This is required because
common_subs.c contains #include "timers.c"