Indeed I am not trying to share memory across processes on different machines.
Yes neither do I understand why the code above doesn't work. I was hoping I might get suggestions as to what such workaround might be. On Tuesday, October 20, 2015 at 2:10:27 PM UTC+1, Páll Haraldsson wrote: > > "Shared Array on remote machines" just seemed like an oxymoron.. > > I didn't read though the code, if you have your machine and another remote > one you can't have shared memory between (then you would need something > else, non-shared/message passing). I hope that is not what you are trying > to do. I assume you are trying to have two (or more) processes on a remote > machine sharing memory. I don't know a reason it shouldn't work within any > one machine (just never with an outside machine), maybe there are > limitations or workarounds. > > >
