View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

affinity.h
Go to the documentation of this file.
1#ifndef VISTLE_AFFINITY_H
2#define VISTLE_AFFINITY_H
3
4#include "export.h"
5
6#include <string>
7
8namespace vistle {
9
12
13} // namespace vistle
14#endif
Definition: allobjects.cpp:30
std::string thread_affinity_map()
Definition: affinity.cpp:59
std::string sched_affinity_map()
Definition: affinity.cpp:41
#define V_UTILEXPORT
Definition: export.h:19