OpenMPI  0.1.1
vt_cupti_callback.h
1 /**
2  * VampirTrace
3  * http://www.tu-dresden.de/zih/vampirtrace
4  *
5  * Copyright (c) 2005-2012, 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 #ifndef VT_CUPTI_CALLBACK_H
14 #define VT_CUPTI_CALLBACK_H
15 
16 #ifdef __cplusplus
17 # define EXTERN extern "C"
18 #else
19 # define EXTERN extern
20 #endif
21 
22 EXTERN void vt_cupti_callback_init(void);
23 EXTERN void vt_cupti_callback_finalize(void);
24 
25 #endif /* VT_CUPTI_CALLBACK_H */
26