00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 typedef unsigned int uint; 00014 00015 const int EVEN=0; 00016 const int ODD=1; 00017 const int EVENODD=2; 00018 const int _NprocMax_=256; 00019 double PRECISION=3.0e-6; 00020 00022 char *mdp_program_name = "A generic test program"; 00023 00025 char *mdp_random_seed_filename=0; 00026 00028 const unsigned int mdp_local_endianess=0x87654321; 00029 00030 const double Pi = 3.1415926535897932384626433832795028841971; 00031 00034 bool mdp_shutup = false; 00035 00038 double mdp_precision=1e-5; 00039 00040 00041 #if defined(USE_DOUBLE_PRECISION) 00042 typedef double mdp_real; 00043 #else 00044 typedef float mdp_real; 00045 #endif 00046 00047 typedef int mdp_int; 00048 00049 void _mpi_error_message(string, string, int);
1.6.1