OpenMPI  0.1.1
vt_libwrapgen_defs.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  * tools/vtlibwrapgen/vt_libwrapgen_defs.h. Generated from vt_libwrapgen_defs.h.in by configure.
13  **/
14 
15 #ifndef _VT_LIBWRAPGEN_DEFS_H_
16 #define _VT_LIBWRAPGEN_DEFS_H_
17 
18 #define VT_LIBWRAPGEN_VERSION "5.12.2openmpi"
19 #define VT_LIBWRAPGEN_DEFAULT_OUTPUT_SRC_FILE "wrap.c"
20 #define VT_LIBWRAPGEN_DEFAULT_OUTPUT_LIB_PREFIX "libwrap"
21 #define VT_LIBWRAPGEN_DEFAULT_LIBTOOL "${datadir}/libtool"
22 #define VT_LIBWRAPGEN_DEFAULT_CC "gcc"
23 #define VT_LIBWRAPGEN_DEFAULT_CPP "gcc -E"
24 #define VT_LIBWRAPGEN_DEFAULT_CFLAGS "-O3 -DNDEBUG -finline-functions -fno-strict-aliasing -pthread"
25 #define VT_LIBWRAPGEN_DEFAULT_SYSHEADER_PREFIX "/usr/include/"
26 
27 #endif // _VT_LIBWRAPGEN_H_