QDP++
qdp_threadbind.h
Go to the documentation of this file.
1#ifndef QDPXX_THREADBIND_H
2#define QDPXX_THREADBIND_H
3
4// Thread binding interface for use on BlueGenes
5namespace QDP
6{
7 void setThreadAffinity(int nCores, int threadsPerCore);
8 void reportAffinity(void);
9};
10
11
12
13
14#endif
Yet another random number generator.
void setThreadAffinity(int nCores, int threadsPerCore)
void reportAffinity()