並行計算—OpenMP—負載均衡

// OpenMP.cpp : 定義控制檯應用程序的入口點。 //負載均衡 #include "stdafx.h" #include "omp.h" #include <Windows.h> #include <time.h> #define NUM_THREADS 2 void smallwork() { printf("smallwork ThreadID %d\n",omp_get_t
相關文章
相關標籤/搜索