Hi,

Pere <gimenezfeb...@gmail.com> writes:
> I've run into the same problem. Did you manage to fix it?
>
> On Thursday, 25 September 2014 20:32:15 UTC+2, Roshan Chaudhari wrote:
>     I have one central manager and other 3 nodes. I installed HTCondor and 
> Julia
>     on all these machines and when I check condor_status, it list down all the
>     nodes. Now, I am trying to use julia with htcondor, So I ran below 
> commands:
>     
>     export HOSTNAME=`hostname`
>     
>     julia> Pkg.add("ClusterManagers")
>     
>     julia> using ClusterManagers
>     
>     addprocs(3, cman=HTCManager())
>     Submitting job(s)...
>     Waiting for 3 workers: 
>     
>     but as you can see the last one waits for the workers. What I am missing
>     here?


I'm also trying to run julia with Condor, and so far the same issue as
you. I'm not sure if this will be your case, but in my case the problem
seems twofold:

1- I have julia installed in a directory that is not accessible to the
workers (for the moment, for testing I just modified by hand the
condor.jl so that I can get to those files, and this is not a problem
anymore). 

2- workers try to connect to the master via telnet (at port 8553), which
in my workstation is disabled. 

Now I have to go, but later on I will try to configure telnet properly
and see if I can get it running.

Cheers,
-- 
Ángel de Vicente
http://www.iac.es/galeria/angelv/          

Reply via email to