-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PBS: incorrect qsub
arguments for PBS v20 (qsub
does not take -wd
or -t
)
#179
Labels
Comments
I am having the same problem:
julia> # Add the PBS workers
addprocs_pbs(np, qsub_flags=qsub_flags)
qsub: invalid option -- 'w'
qsub: invalid option -- 'd'
qsub: invalid option -- 't'
usage: qsub [-a date_time] [-A account_string] [-c interval]
[-C directive_prefix] [-e path] [-f ] [-h ] [-I [-X]] [-j oe|eo] [-J X-Y[:Z]]
[-k keep] [-l resource_list] [-m mail_options] [-M user_list]
[-N jobname] [-o path] [-p priority] [-P project] [-q queue] [-r y|n]
[-R o|e|oe] [-S path] [-u user_list] [-W otherattributes=value...]
[-v variable_list] [-V ] [-z] [script | -- command [arg1 ...]]
qsub --version
Error launching workers
ErrorException("")
Int64[]
|
By chance do you know what the equivalents for v20 are? I'm not so familiar with qsub. In particular, is there a form we could use that would work for previous versions as well, or do we need to have a conditional check? |
I do not know if there is a mapping between the different versions 😬 |
Looks like I'm getting hit with this too: MilesCranmer/PySR#419. Is there a workaround? |
This was referenced Aug 30, 2023
DilumAluthge
changed the title
pbs error
PBS: incorrect Jan 2, 2025
qsub
arguments for PBS v20 (qsub
does not take -wd
or -t
)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
qsub.jl has incorrect qsub arguments for PBS. We're currently on PBS v20, and qsub does not take -wd or -t
The text was updated successfully, but these errors were encountered: