site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=KDnT84/qjIOgbGx62XGlsmRdT/wz6kNXBO8ctDGye4tNUs6AZLgs0H9xh1DQHDcg; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-ELNK-Trace:X-Originating-IP; I've just started using OpenMp in an FxPlugin. (Thanks, Paul M, for the earlier suggestion.) It is very easy to use the "#pragma omp" directives. What is the best way to specify the number of threads to use? Is it better to declare it on the pragma line, or through an environment variable, or is there some other better way? #pragma omp parallel num_threads(NUM_THREADS) -- Brian _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com