-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected tau_gen_wrap to tau_gen_wrapper in the manpages
Former-commit-id: 05185a0c08cc5597ac01e4896e831a9158606827
- Loading branch information
Suzanne Millstein
committed
Apr 27, 2011
1 parent
1fb9a0c
commit ad6345f
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
.\" ** You probably do not want to edit this file directly ** | ||
.\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). | ||
.\" Instead of manually editing it, you probably should edit the DocBook XML | ||
.\" source for it and then use the DocBook XSL Stylesheets to regenerate it. | ||
.TH "TAU_GEN_WRAPPER" "1" "04/27/2011" "" "Tools" | ||
.\" disable hyphenation | ||
.nh | ||
.\" disable justification (adjust text to left margin only) | ||
.ad l | ||
.SH "NAME" | ||
tau_gen_wrapper \- Generates a wrapper library that can intercept at link time or at runtime routines specified in a header file | ||
.SH "SYNOPSIS" | ||
.HP 16 | ||
\fBtau_gen_wrapper\fR {\fIheaderfile\fR} {\fIlibrary\fR} [\-w\ |\ \-d\ |\ \-r] | ||
.SH "OPTIONS" | ||
.TP | ||
headerfile | ||
Name of the headerfile to be wrapped | ||
.TP | ||
library | ||
Name of the library to wrap | ||
.TP | ||
\-w | ||
(default) generates wrappers for re\-linking the application | ||
.TP | ||
\-d | ||
generates wrappers by redefining routines during compilation in header files | ||
.TP | ||
\-r | ||
generates wrappers that may be pre\-loaded using tau_exec at runtime | ||
.SH "EXAMPLES" | ||
.PP | ||
.nf | ||
%> tau_gen_wrapper hdf5.h /usr/lib/libhdf5.a | ||
.fi | ||
.sp | ||
.PP | ||
This generates a wrapper library that may be linked in using TAU_OPTIONS \-optTauWrapFile=<wrapperdir>/link_options.tau | ||
.SH "NOTES" | ||
.PP | ||
tau_gen_wrapper reads the TAU_MAKEFILE environment variable to get PDT settings |