OpenMPI  0.1.1
vt_jvmti.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_JVMTI_H
14 #define _VT_JVMTI_H
15 
16 /* Disable all compiler warnings before including the actual
17  JVMTI header file. */
18 #ifdef __GNUC__
19 # pragma GCC system_header
20 #endif /* __GNUC__ */
21 #include "jvmti.h"
22 
23 #endif /* _VT_JVMTI_H */