Abstract

In distributed systems, data generated on one machine might not be able to be used by others directly because of the incompatibility issue caused by data type, endianness, size and padding situation. Data conversion procedure is indispensable, especially in open systems. So far, there is no widely accepted communication toolkit to support heterogeneous data exchange, especially for aggregate type data, in high performance computing community. Most time, programmers have to handle data formats manually or pass scalar type data to standard libraries for symmetric data conversion. In order to achieve high programmability and efficiency in both homogeneous and heterogeneous open systems, a portable data exchange toolkit, DataXchg, is proposed. Data items are represented by binary tags and data conversion only happens in heterogeneous environments. It eases programmers' coding work so that all data types, aggregate and scalar, will be exchanged easily between computers. Experimental results have demonstrated its effectiveness and performance gains in terms of productivity and data conversion speed.

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.