This is the command tau_ompcheck that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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.
-vverbose output, will say which directive where added.
-d debuging information, we suggest you pipe this unrestrained output to a file.
EXAMPLES
To check file: source.f90 do: (you will need pdtoolkit/<arch>/bin and tau/utils/ in your
path).
%>f95parse source.f90
%>pdbcomment source.pdb > source.comment.pdb
%>tau_omp source.comment.pdb source.f90 -o source.chk.f90
Use tau_ompcheck online using onworks.net services