12.07.2015 Views

PGI User's Guide

PGI User's Guide

PGI User's Guide

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 5. Using OpenMPEnvironment Variable Default DescriptionOMP_SCHEDULESTATIC withchunk size of1Specifies the type of iteration scheduling and optionally thechunk size to use for omp for and omp parallel for loopsthat include the run-time schedule clause. The supportedschedule types, which can be specified in upper- or lowercaseare static, dynamic, guided, and auto.OMP_STACKSIZE Overrides the default stack size for a newly created thread.OMP_THREAD_LIMIT 64 Specifies the absolute maximum number of threads that canbe used in a program.OMP_WAIT_POLICY ACTIVE Sets the behavior of idle threads, defining whether they spinor sleep when idle. The values are ACTIVE and PASSIVE.71

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!