Name
tau_ompcheck — Completes uncompleted do/for/parallel omp directives
Synopsis
tau_ompcheck
{
pdbfile
} {
sourcefile
} [
-o
outfile
] [
-v
] [
-d
]
Description
Finds uncompleted do/for omp directives and inserts closing directives for each one uncompleted. do/for directives are expected immediately before a do/for loop. Closing directives are then placed immediately following the same do/for loop.
Options
pdbfile
A pdbfile generated from the source file you wish to check.
This pdbfile must contain comments from which the omp
directives are gathered. See pdbcomment for information on
how to obtain comment from a pdbfile.
sourcefile
A fortran, C or C++ source file to analyzed.
-o
write the output to the specified outfile.
-v
verbose output, will say which directive where added.
-d
debuging information, we suggest you pipe this unrestrained output to a file.