17 May
2011
17 May
'11
7:54 p.m.
Hello, I use Boost MPI for some project, but I have a question of the return datatype of the communication rank() and size(). size() returns a unsigned datatype, but rank() a signed, so if I compare rank() with size() I will get a warning. Is there a reason for using different return types? Thanks Phil