File: cpu_numa_info.h

package info (click to toggle)
bowtie2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,492 kB
  • sloc: cpp: 63,838; perl: 7,232; sh: 1,131; python: 987; makefile: 541; ansic: 122
file content (6 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
#ifndef CPU_AND_NODE_H_
#define CPU_AND_NODE_H_

extern void get_cpu_and_node_(int& cpu, int& node);

#endif