Communicating on IEEE Machines
The IEEE standard specifies how machines should represent floating point numbers. XDR (External Data Representation) uses the IEEE representation.
PVM uses XDR and thus will communicate numbers without change on IEEE machines (Denormalized numbers?)
MPI suggests, but does not mandate, the use of XDR.