omp-tasking-reduction.cpp 

下载此类型的文件 (.cpp) 有可能会损害您的计算机。

评论 (1)

请稍候...
很抱歉,您输入的评论太长。请缩短您的评论。
您没有输入任何内容,请重试。
很抱歉,我们当前无法添加您的评论。请稍后重试。
若要添加评论,需要您的家长授予您相应权限。请求权限
您的家长禁用了评论功能。
很抱歉,我们当前无法删除您的评论。请稍后重试。
您已超过了一天之内允许提供的评论数上限。请在 24 小时后重试。
因为我们的系统表明您可能在向其他用户提供垃圾评论,您的帐户已禁用了评论功能。如果您认为我们错误地禁用了您的帐户,请联系 Windows Live 支持部门
完成下面的安全检查,您提供评论的过程才能完成。
您在安全检查中键入的字符必须与图片或音频中的字符一致。
TerbovenCh​ristian 在此页禁用了评论功能。
The idea of this example is pretty simple: Each element of a self-defined dynamic linked list should be summed up to compute the global sum. This is not directly possible using Worksharing-constructs of OpenMP 2.5, as the number of list elements is unknown and thus the for-construct cannot be applied.
As the task-construct of OpenMP 3.0 does not support reduction-style operations, some additional work is required to compute the global sum. Serveral approaches will be discussed here ...
8 月 15 日
第 2 张(共 3 张)

信息

添加者:
共享者:
所有人(公开)
类型:
CPP 文件
大小:
6.4 KB
添加日期:
2008/8/15 19:52 GMT
网址:
嵌入: