Go to the documentation of this file.
33 #ifndef __STDC_CONSTANT_MACROS
34 #define __STDC_CONSTANT_MACROS
36 #ifndef __STDC_LIMIT_MACROS
37 #define __STDC_LIMIT_MACROS
50 #include "SequenceHeaps/knheap.C"
51 #include "psort/psort.h"
52 #include "psort/psort_samplesort.h"
53 #include "psort/MersenneTwister.h"
60 #define ONEMILLION 1000000
61 #define MAXLINELENGTH 200
62 #define MINLINELENGTH 2
63 #define PRINT_LIMIT 50
67 #define MEM_EFFICIENT_STAGES 16
68 #define MAXVERTNAME 64
72 #define GRIDMISMATCH 3001
73 #define DIMMISMATCH 3002
74 #define NOTSQUARE 3003
76 #define MATRIXALIAS 3005
77 #define UNKNOWNMPITYPE 3006
128 #ifndef MEMORYINBYTES
129 #define MEMORYINBYTES (196 * 1048576)