source: proiecte/hpl/openmpi_compiled/include/vampirtrace/vt_user_comment.inc @ 97

Last change on this file since 97 was 97, checked in by (none), 14 years ago

Adding compiled files

File size: 586 bytes
Line 
1!**
2!* VampirTrace
3!* http://www.tu-dresden.de/zih/vampirtrace
4!*
5!* Copyright (c) 2005-2008, ZIH, TU Dresden, Federal Republic of Germany
6!*
7!* Copyright (c) 1998-2005, Forschungszentrum Juelich, Juelich Supercomputing
8!*                          Centre, Federal Republic of Germany
9!*
10!* See the file COPYING in the package base directory for details
11!**
12
13#if (defined(VTRACE)) && !(defined(VTRACE_NO_COMMENT))
14#  define VT_COMMENT_DEF(c) call VT_User_comment_def__(c)
15#  define VT_COMMENT(c) call VT_User_comment__(c)
16#else
17#  define VT_COMMENT_DEF(c)
18#  define VT_COMMENT(c)
19#endif
Note: See TracBrowser for help on using the repository browser.