MPI: What is the best way to perform an all reduction in MPI based on the value of another variable?

前端 未结 0 1750
盖世英雄少女心
盖世英雄少女心 2021-01-25 01:03

As an example, lets say I have

int a = ...;
int b = ...;
int c;

where a is the result of some complex local calculation and b<

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