所属分类:
并行计算
开发工具:Windows_Unix
文件大小:856KB
下载次数:12
上传日期:2012-12-04 01:13:26
说明: Paste one of the following code samples into the empty source file. The first sample uses MPI and OpenMP, and the second sample uses MPI and Parallel Patterns Library (PPL).
The following code sample uses MPI and OpenMP. The function ThrowDarts uses an OpenMP parallel for loop to utilize the multicore hardware if available.