QDP++
include
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
5
namespace
QDP
6
{
7
void
setThreadAffinity
(
int
nCores,
int
threadsPerCore);
8
void
reportAffinity
(
void
);
9
};
10
11
12
13
14
#endif
QDP
Yet another random number generator.
Definition
qdp_bgq_threadbind.cc:16
QDP::setThreadAffinity
void setThreadAffinity(int nCores, int threadsPerCore)
Definition
qdp_bgq_threadbind.cc:72
QDP::reportAffinity
void reportAffinity()
Definition
qdp_bgq_threadbind.cc:77
Generated by
1.16.1