$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Computer Properties
From: Christian Henning (chhenning_at_[hidden])
Date: 2008-12-22 10:29:31
Hi,
> 1) Number of CPU cores ?
boost::thread::hardware_concurrency()
soon to be
std::thread::hardware_concurrency().
Christian