Triode wrote: > Is this on any device or a certain openmp library or cpu type? I don't > see this on my linux machines. We could add a switch to enable/disable > openmp or a compile time option for it. I am not really sure which use > cases make best use of it. > > Edit - actually on a core2duo it does show more cpu without > OMP_NUM_THREADS=1. I think I will make this a non default compile time > option as it seems that it does not provide benefit on all devices..
I've updated git so that OpenMP is only used if -DRESAMPLE_MP is defined at build time; otherwise with -DRESAMPLE it will build assuming a single resampling thread. ------------------------------------------------------------------------ Triode's Profile: http://forums.slimdevices.com/member.php?userid=17 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
