transferring binary files between systems
- by tim
Hi guys
I'm trying to transfer my files between 2 UNIX clusters, the data is pure numeric (vectors of double) in binary form. Unfortunately one of the systems is IBM ppc997 and the other is AMD Opteron, It seems the format of binary numbers in these systems are different.
I have tried 3 ways till now:
1- Changed my files to ASCII format (i.e.…