next up previous
Next: The Lamport Scheduler Up: The Dependence Test Previous: Options

Output

  The dependence module produces nine output files; the extensions of these files are defined in <LooPoDir>/general/globaldefs.h

.ispc:
describes the index spaces of all statements in the main part of the source program.
.dep:
contains the list of all dependences as the main output of the dependence module.
.fil:
contains the list of all dependences; this file is identical to the .dep file and must be written because the dispo module might be invoked without running the filter module before (cf. 3.10).
.grp:
contains all statement groups; statements in the main part of the source program, which are surrounded by the same loops and also have the same loop level, belong to one statement group; the groups are needed by the filter module.
.dpmsg:
the message file which holds the entire output of the dependence module; its name is given to the front end module using the FIFO communication (cf. Section 3) which will display the content when the dependence module has finished.
.acp:
contains the ids of nodes in the parse tree representing the accesses that caused a dependence.
.acc:
contains the entire list of all accesses in the source program.
.dpbak:
contains a backup of the scanner/parser output.
<project>:
contains the modified parse tree after inserting pseudo-parameters.



Martin Griebl
Wed Apr 24 11:24:00 MET DST 1996