Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于数组 A[m X n], a[i][j] in [0..255],我打算将数组拆分为 2 或 4 部分。每个部分的计数频率。结合后。你能告诉我如何使用 OpenMP 来实现它吗?
如果没有代码,很难判断您的程序出了什么问题。你说你正在组合n个数组?你是怎样做的?如果是 Fortran,那么您可能正在使用数组缩减。如果是 C/C++,你如何组合数组(OpenMP for C/C++ 还不支持数组缩减[OpenMP 4.0 中用户定义的缩减除外])。
干杯,-迈克尔