Hybrid Parallel Programming Model for Hierarchical NoC

Xiang Cao,Yang Wei,Hongbing Pan,Minglun Gao,Li
2010-01-01
Abstract:To well take the advantage of performance of multi-core processor,aiming at hierarchical Network on Chip(NoC) architecture,this paper presents the MPI/OpenMP hybrid parallel programming model.The model uses MPI-based task-level parallel model to achieve efficient communication between clusters.It uses OpenMP method to implement communication,synchronization and data exchange between four cores inside clusters.Experimental results show that the model can increase the speedup by 20% to 50% compared to the single parallel programming model.
What problem does this paper attempt to address?