opari2(1) | General Commands Manual | opari2(1) |
opari - source to source OpenMP program instrumentor
opari
[-f70|-f90|-c|-c++]
[-disable <construct>[,<construct>]...]
[-rcfile file] [-table <tabfile>] <infile> [<outfile>]
opari
[-rcfile <file>] -table <tabfile>
Before compiling the source files of an OpenMP application, each file needs to be transformed by a call to the OPARI tool. In addition, the application has to be linked against the pomp runtime measurement library and the OPARI runtime table file. The latter has to be generated by using the -table option to OPARI either together with the transformation of the last input source file or with a separate call to OPARI after all transformations are done.
If the output file name is not specified, OPARI uses the name infile.mod.suffix if the input file is called infile.suffix.
/usr/share/doc/opari/Readme.html
opari was written by Bernd Mohr.
This manual page was adapted from Readme.html by Samuel Thibault <sthibault@debian.org>, for the Debian project (and may be used by others).
May 20 |