helpful GDB macro
The fundamental data structure in ROMIO is the “flattened representation” of a dataype: this list of “offset-length” pairs describes any MPI datatype, if perhaps at the cost of memory and computational overhead. For years I have been linking in little utility functions to dump out these lists. Turns out GDB macros can do this for …