在本論文中,我們將研究如何改善計算機群的工作負載平衡,透過平行迴圈自我排程方法,我們使用混合MPI和OpenMP的C語言平行編程。根據計算節點性能權重為基礎分割迴圈的區塊。這個研究是使用Xeon Phi實施平行迴圈自我排程,藉由平行迴圈自我排程的特性改善異質節點之間的工作負載均衡。平行迴圈自我排程是由靜態排程和動態排程兩個部分所組成,在靜態的部分我們依照權重分配工作量的演算法,在動態的部分我們使用幾個知名的排程方法。Intel近年來推出它們的新產品Xeon Phi,它是類似x86架構的輔助處理器,它擁有大約60個核心且可以被當作單個計算節點,且擁有的計算能力不能忽視。在我們的實驗中我們將會使用多個計算節點。我們實驗四個應用,包括矩陣相乘、稀疏矩陣相乘、曼德博集合、電路滿足。結果將會列出使用平行迴圈自我排程,如何分配權重及排程方案能夠達到最好的性能。 In this paper, we will examine how to improve workload balancing on a computing cluster by a parallel loop self-scheduling scheme. We use hybrid MPI and OpenMP parallel programming in C language. The block partition loop is according to the performance weighting of compute nodes. This study implements parallel loop self-scheduling use Xeon Phi, with its characteristics to improve workload balancing between heterogeneous nodes. The parallel loop self-scheduling is composed of the static and dynamic allocation. A weighting algorithm is adopted in the static part while the well-known loop self-scheduling scheme is adopted in the dynamic part. In recent years, Intel promotes its new product Xeon Phi coprocessor, which is similar to the x86 architecture coprocessor. It has about 60 cores and can be regarded as a single computing node, with the computing power that cannot be ignored. In our experiment, we will use a plurality of computing nodes. We compute four applications, i.e., matrix multiplication, sparse matrix multiplication, Mandelbrot set computation, and the circuit satisfiability problem. Our results will show how to do the weight allocation and how to choose a scheduling scheme to achieve the best performance in the parallel loop self-scheduling.