/* Copyright (c) 2006 Machine Perception Laboratory * University of California San Diego. * * A function that should return the current and max number of processors. * Should work under Windows, Linux and Mac OS X. */ bool numberOfProcessors( int &num, int &max );