2011年3月30日 星期三

OpenMP 心得 (三) Parallel Construct

本文將介紹 OpenMP 最基本且最重要的 construct: parallel construct,如果程式中沒有 parallel construct 則程式只能被序列執行。另外文中也將示範 barrier construct 以及 omp_get_thread_num() 函式的用法。