Bridge++  Ver. 1.2.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
configure.h
Go to the documentation of this file.
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
3 
4 // #define BRIDGE_VERSION "1.2rc"
5 #define BRIDGE_VERSION "$Rev: 1144 $"
6 
7 // some #define options are set as compiler options from Makefile
8 
9 //#define USE_MPI
10 #define ENABLE_MULTI_INSTANCE
11 #endif /* _CONFIG_H_ */