Statistiques
| Branche: | Révision :

root / src / man / get_nb_proc.Rd @ master

Historique | Voir | Annoter | Télécharger (448 octet)

1 b412345d Florent Chuffart
\name{get_nb_proc}
2 b412345d Florent Chuffart
\alias{get_nb_proc}
3 b412345d Florent Chuffart
\title{# Empirical function to find the number of core of the current computing node.}
4 b412345d Florent Chuffart
\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 b412345d Florent Chuffart
\usage{get_nb_proc()}
6 b412345d Florent Chuffart
7 b412345d Florent Chuffart
\value{The number of core that the current computing node owns.}
8 b412345d Florent Chuffart
9 b412345d Florent Chuffart
\author{Florent Chuffart}
10 b412345d Florent Chuffart
11 b412345d Florent Chuffart
12 b412345d Florent Chuffart
13 b412345d Florent Chuffart
14 b412345d Florent Chuffart