← Back to team overview

kicad-developers team mailing list archive

Re: MacOS + OpenMP

 

On 01/03/18 15:43, Jeff Young wrote:
> The purpose is it works on Mac.
> 
> But it does appear I misread the std::max( omp_get_num_procs(), 2 ) part.
> 

Thanks Jeff!

Be aware that neither std::thread nor std::async have any concept of
thread pooling - we need to look for a suitable library or write or own.

Cheers,
Tom


Follow ups

References