TutorialsTutorials HomeOpenMPIndexIntroduction PARALLEL DO PARALLEL DO SECTIONS SINGLE MASTER CRITICAL BARRIER FLUSH ATOMIC ORDERED
FullDocument
Related InfoOpenMP Home Page |
MASTER DirectiveThe code enclosed with MASTER and END MASTER directives is executed only by the master thread of the team. There is no implied barrier either on entry to or exit from the MASTER section. Branching out of a MASTER block is illegal. !$OMP MASTER block !$OMP END MASTER |
![]() |
Page last modified: Mon, 10 Nov 2003 18:52:31 GMT Page URL: http://www.nersc.gov/nusers/help/tutorials/openmp/master.php Web contact: webmaster@nersc.gov Computing questions: consult@nersc.gov Privacy and Security Notice |
![]() |