Groups 83 of 99+ julia-users › Parallel Computing and I/O 1 post by 1 author Raniere Silva 9/30/15 Hi, let say that I have one file called sample.txt at two machines and I want to write a Julia script that 1. Read X lines of sample.txt from both machines and process the 2 * X lines at one of the machines. 2. Read more X lines of sample.txt from both machines and process the new 2 * X lines at one of the machines. I thought in store points to the file but I got fatal error on 2: ERROR: cannot serialize a pointer There is another solution instead of save the stream position [1] and restore it later [2]? Cheers, Raniere [1]: http://docs.julialang.org/en/latest/stdlib/io-network/#Base.position [2]: http://docs.julialang.org/en/latest/stdlib/io-network/#Base.seek Attachments (1) signature.asc 836 B View Download