This was the fix in Julia (2 days ago) that corrected it - https://github.com/JuliaLang/julia/commit/390f466d23798b47ba6be40ee5777e21642569bb
Yo may want to pull the latest Julia and try again. On Sun, Jan 26, 2014 at 9:36 AM, Madeleine Udell <[email protected]>wrote: > I tried running Pkg.update() and restarting IJulia, with the same error. > I'm using the Julia installed from github two days ago. Any other ideas > what might be going on? > > > On Saturday, January 25, 2014 1:59:55 PM UTC-8, Jiahao Chen wrote: >> >> > ERROR: StateError("Resource temporarily unavailable") >> >> This error was recently fixed. Try running Pkg.update() and restarting >> IJulia. >> >> > 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? >> >> You can do this programmatically using a ClusterManager. >> >> http://docs.julialang.org/en/latest/manual/parallel- >> computing/#clustermanagers >> >> Not sure about the IPython cluster option. >> >> Thanks, >> >> Jiahao Chen, PhD >> Staff Research Scientist >> MIT Computer Science and Artificial Intelligence Laboratory >> >
