remove cast-to-integer associated with count field
goal: make MPICH count-safe
problem: casting to int when value exceeds INT_MAX
solution: remove all "(int)" in front of values assigned to the count
field
Signed-off-by:
Rob Latham <robl@mcs.anl.gov>
Please register or sign in to comment