ClusterManagers works well, and quite transparantly w.r.t. parallel 
execution in Julia. 

My only problems is that you can't specify the SGE queue name, so my jobs 
get killed if they last too long (the default queue has a 1h limit in our 
setup). 

---david

On Saturday, October 11, 2014 7:05:15 PM UTC+2, Isaiah wrote:
>
> Have you tried ClusterManagers? It appears to have qsub support:
> https://github.com/JuliaLang/ClusterManagers.jl/blob/master/src/qsub.jl
>
> On Sat, Oct 11, 2014 at 12:40 PM, Kapil <kapi...@gmail.com <javascript:>> 
> wrote:
>
>> Hi
>>
>> I am using a cluster in which jobs are started on remote nodes are using 
>> qsub.
>> How can I add these nodes while running Julia from the head node ? 
>> Also, each node has multiple cores, so I need to make use of those cores 
>> as well.
>>
>> Regards,
>> Kapil Agarwal
>> ᐧ
>>
>
>

Reply via email to