OpenMPI  0.1.1
otfshrink.h
1 #ifndef OTFSHRINK_H
2 #define OTFSHRINK_H
3 
4 
5 #include <set>
6 #include <unistd.h>
7 using namespace std;
8 
9 
10 extern set< uint32_t > cpuMap;
11 extern bool inverse;
12 
13 extern map< uint32_t, set< uint32_t > > replacementMap;
14 
15 #endif /* OTFSHRINK_H */