Skip to content
Snippets Groups Projects
Commit 511967a4 authored by Morris Jette's avatar Morris Jette
Browse files

qsub wrapper, add warning for -S option

parent a4cbabca
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,8 @@ GetOptions('a=s' => \$start_time, ...@@ -96,7 +96,8 @@ GetOptions('a=s' => \$start_time,
'p=i' => \$priority, 'p=i' => \$priority,
'q=s' => \$destination, 'q=s' => \$destination,
# 'r=s' => \$rerunable, # 'r=s' => \$rerunable,
# 'S=s' => \$script_path, 'S=s' => sub { warn "option -S is ignored, " .
"specify shell via #!<shell> in the job script\n" },
# 'u=s' => \$running_user_list, # 'u=s' => \$running_user_list,
'v=s' => \$variable_list, 'v=s' => \$variable_list,
'V' => sub { warn "option -V is not necessary, " . 'V' => sub { warn "option -V is not necessary, " .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment