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

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

Adding compiled files

File size: 618 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#include "vt_user_count.inc"
14#include "vt_user_comment.inc"
15
16#ifdef VTRACE
17#  define VT_USER_START(n) call VT_User_start__(n, __FILE__, __LINE__)
18#  define VT_USER_END(n)   call VT_User_end__(n)
19#else
20#  define VT_USER_START(n)
21#  define VT_USER_END(n)
22#endif
Note: See TracBrowser for help on using the repository browser.