From ad6345f3e0050116ebe86413c35e122279e73b81 Mon Sep 17 00:00:00 2001 From: Suzanne Millstein Date: Wed, 27 Apr 2011 09:50:15 -0700 Subject: [PATCH] Corrected tau_gen_wrap to tau_gen_wrapper in the manpages Former-commit-id: 05185a0c08cc5597ac01e4896e831a9158606827 --- man/man1/tau_gen_wrapper.1 | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 man/man1/tau_gen_wrapper.1 diff --git a/man/man1/tau_gen_wrapper.1 b/man/man1/tau_gen_wrapper.1 new file mode 100644 index 000000000..69dc29557 --- /dev/null +++ b/man/man1/tau_gen_wrapper.1 @@ -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=/link_options.tau +.SH "NOTES" +.PP +tau_gen_wrapper reads the TAU_MAKEFILE environment variable to get PDT settings