OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
otfinfo_error.h
1
/*
2
This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2012.
3
Authors: Michael Heyde
4
*/
5
6
#ifndef OTFINFO_ERROR_H
7
#define OTFINFO_ERROR_H
8
9
#define otfinfo_assert(expr) if(!(expr)) otfinfo_assert_impl(__FILE__, __LINE__, #expr);
10
void
otfinfo_assert_impl(
const
char
* f,
int
l,
const
char
* expr);
11
12
#endif
/* OTFINFO_ERROR_H */
ompi
contrib
vt
vt
extlib
otf
tools
otfinfo
otfinfo_error.h
Generated on Wed Dec 24 2014 12:05:17 for OpenMPI by
1.8.8