#include <stdint.h>
#include <inttypes.h>
#include <cmath>
#include <limits.h>
#include "SequenceHeaps/knheap.C"
#include "psort/psort.h"
#include "psort/psort_samplesort.h"
#include "psort/MersenneTwister.h"
#include "CommGrid.h"
Go to the source code of this file.
Namespaces | |
combblas | |
Macros | |
#define | __STDC_CONSTANT_MACROS |
#define | __STDC_LIMIT_MACROS |
#define | ONEMILLION 1000000 |
#define | MAXLINELENGTH 200 |
#define | MINLINELENGTH 2 |
#define | PRINT_LIMIT 50 |
#define | EPSILON 0.01 |
#define | FLOPSPERLOC 0 |
#define | HEAPMERGE 1 |
#define | MEM_EFFICIENT_STAGES 16 |
#define | MAXVERTNAME 64 |
#define | GRIDMISMATCH 3001 |
#define | DIMMISMATCH 3002 |
#define | NOTSQUARE 3003 |
#define | NOFILE 3004 |
#define | MATRIXALIAS 3005 |
#define | UNKNOWNMPITYPE 3006 |
#define | TRTAGNZ 121 |
#define | TRTAGM 122 |
#define | TRTAGN 123 |
#define | TRTAGROWS 124 |
#define | TRTAGCOLS 125 |
#define | TRTAGVALS 126 |
#define | RDTAGINDS 127 |
#define | RDTAGVALS 128 |
#define | RDTAGNNZ 129 |
#define | RFROWIDS 130 |
#define | RFCOLIDS 131 |
#define | TRROWX 132 |
#define | TRCOLX 133 |
#define | TRX 134 |
#define | TRI 135 |
#define | TRNNZ 136 |
#define | TROST 137 |
#define | TRLUT 138 |
#define | SWAPTAG 139 |
#define | ROTATE 140 |
#define | PUPSIZE 141 |
#define | PUPDATA 142 |
#define | ALIGN 8 |
#define | THRESHOLD 4 |
#define | MEMORYINBYTES (196 * 1048576) |
Enumerations | |
enum | combblas::Dim { combblas::Column, combblas::Row, combblas::Column, combblas::Row, combblas::Column, combblas::Row } |
Variables | |
int | cblas_splits |
int cblas_splits |
Definition at line 72 of file DirOptBFS.cpp.