typedef union { long *l; float *f; } MPICommandAddress;
CommandAddress defines a generic pointer that can specify either a long or a float pointer.