Slightly confused now. @spawn and remotecall() (which I'm using) says it returns a RemoteRef. In the docs for wait() it lists both RemoteRef and Process as valid wait objects. Then myid() returns an integer id of the current processor and also of course getpid() returns the real process id.
On Sunday, March 23, 2014 7:20:27 PM UTC, Bob Cowdery wrote: > > What's a process id and how do I get it? > > julia> myid() > 1 > julia> process_running(1) > ERROR: no method process_running(Int32) > > Thanks > Bob >