Cross-post with https://groups.google.com/forum/#!topic/julia-opt/k19ZV2YgPgs
On Sunday, March 22, 2015 at 12:15:37 PM UTC-4, Kirsten Westeinde wrote: > > Hello, > > I am trying to do some computations using JuMP and Cbc. Everything works > as desired when I run it with one process, but the second I try to use > multiple processes I am getting this: > > WARNING: Module JuMP not defined on process 2 > > fatal error on 2: ERROR: UndefVarError: JuMP not defined > > I have tried: @everywhere using JuMP but I still get the error. I thought > it may be a problem with JuliaStudio so I have also tried running it from > the Julia command line but am still getting the same error. > > Thanks in advance for any guidance, > > Kirsten >
