QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
numa_affinity.h
Go to the documentation of this file.
1 #ifndef __NUMA_AFFINITY_H__
2 #define __NUMA_AFFINITY_H__
3 
4 #ifdef __cplusplus
5  extern "C" {
6 #endif
7 
8  int setNumaAffinity(int);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif
int setNumaAffinity(int)