JuliaParallel / ClusterManagers.jl

Other
232 stars 74 forks source link

clarify qsub flags are not limited to queue and need -q #160

Closed Moelf closed 3 years ago

Moelf commented 3 years ago

Make it clear in the README that the keyword argument includes all flags for qsub, not just the queue option.

addprocs_sge(3)

Error is fixed by making default qsub_flags `` instead of ""

bjarthur commented 3 years ago

thanks! and sorry for you troubles.