Should this be parallelized? Sum and calloc in C

前端 未结 0 1504
梦毁少年i
梦毁少年i 2021-01-25 05:00

I would like to write the program to count num of each number in parallel and i did this with #pragma omp for reduction (+:array) after this i want to print some things like how

相关标签:
回答
  • 消灭零回复
提交回复
热议问题