> As an aside, can count ever be larger than size_t? Probably not in the communication or I/O functions since count refers to the number of items in the memory buffer, but it could be for the datatype constructor functions since datatypes can represent file layout. Rajeev