root / src / man / get_nb_proc.Rd @ master
Historique | Voir | Annoter | Télécharger (448 octet)
1 |
\name{get_nb_proc} |
---|---|
2 |
\alias{get_nb_proc} |
3 |
\title{# Empirical function to find the number of core of the current computing node.} |
4 |
\description{This function uses \emph{/proc/cpuinfo} file for Debian and \emph{sysctl} for macosx. This fucntion could be extended or overrided by the user to adapt it to his own system.} |
5 |
\usage{get_nb_proc()} |
6 |
|
7 |
\value{The number of core that the current computing node owns.} |
8 |
|
9 |
\author{Florent Chuffart} |
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|