I'm not able to run ijulia in parallel. I have a standard installation of 
ijulia, which I run by calling 

ipython notebook --profile julia  

When I try

addprocs(2)

I get the error

ERROR: StateError("Resource temporarily unavailable")
 in recv at /Users/madeleine/.julia/ZMQ/src/ZMQ.jl:492
 in recv_ipython at /Users/madeleine/.julia/IJulia/src/msg.jl:61
 in eventloop at /Users/madeleine/.julia/IJulia/src/IJulia.jl:66
 in anonymous at multi.jl:1308


Additionally, I'd like to be able to use the ijulia analog of 


julia --machinefile fn


Is there something I need to add to my ipython julia profile to make this 
possible? Or a command line argument I can pass? Or can I set up an ipython 
cluster for use with ijulia?

Reply via email to