I checked out ClusterManagers but I don't get an idea how to use it exactly.
I came across this 
post 
https://groups.google.com/forum/#!searchin/julia-users/qsub/julia-users/IATlfsu4VJU/vSc6M7Z6KIQJ

Is there any documentation for the sequence of steps that need to be 
followed ?

On Saturday, 11 October 2014 15:26:44 UTC-4, David van Leeuwen wrote:
>
> 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 <[email protected]> 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