Hi Kapil, It looks like `qsub.jl` in `ClusterManagers.jl` has initial support for PBS, but it was never fully fleshed out. Most likely this is because there are very few people using Julia who have access to a PBS cluster.
Your best bet would be to file an issue at https://github.com/JuliaLang/ClusterManagers.jl/issues, and then see if you can modify `qsub.jl` to fix the problem. If you are able to fix it, you can submit a pull request, which will be reviewed and (if acceptable) merged into the main package. Cheers, Kevin On Tue, Oct 14, 2014 at 10:27 AM, Kapil <kapil6...@gmail.com> wrote: > Hi > > Anybody have any ideas regarding PBS support in Julia, so that I can move > in the correct direction ? I have a PBS managed cluster and I wish to start > Julia parallel programs using 'qsub <script>.pbs' from the head node. > > In the julia interpreter, I get the following- > > julia> using ClusterManagers > > WARNING: deprecated syntax "{a=>b, ...}" at > /nethome/kagarwal39/.julia/v0.4/ClusterManagers/src/qsub.jl:44. > Use "Dict{Any,Any}(a=>b, ...)" instead. > > WARNING: deprecated syntax "{a=>b, ...}" at > /nethome/kagarwal39/.julia/v0.4/ClusterManagers/src/scyld.jl:24. > Use "Dict{Any,Any}(a=>b, ...)" instead. > > WARNING: deprecated syntax "{a=>b, ...}" at > /nethome/kagarwal39/.julia/v0.4/ClusterManagers/src/condor.jl:59. > Use "Dict{Any,Any}(a=>b, ...)" instead. > > julia> addprocs_pbs(2) > qsub: No default queue specified MSG=cannot locate queue > batch queue not available (could not run qsub) > ERROR: assertion failed > in addprocs_internal at multi.jl:1318 > in addprocs at multi.jl:1322 > in addprocs_pbs at > /nethome/kagarwal39/.julia/v0.4/ClusterManagers/src/qsub.jl:72 > > > ᐧ > > Regards, > Kapil Agarwal > > On Mon, Oct 13, 2014 at 6:53 PM, Kapil <kapil6...@gmail.com> wrote: > >> Does Julia cluster managers have any support for PBS managed cluster yet >> ? >> >> ClusterManagers.jl has a comment "PBS doesn't have the same semantics as >> SGE wrt to file accumulate, a different solution will have to be found". >> >> >> >> Regards, >> Kapil Agarwal >> >>