Skip to content
Snippets Groups Projects
Commit f9bb33b9 authored by Moe Jette's avatar Moe Jette
Browse files

Tweak some wiki logic.

parent 9c34fa32
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ extern int start_job(char *cmd_ptr, int *err_code, char **err_msg) ...@@ -86,7 +86,7 @@ extern int start_job(char *cmd_ptr, int *err_code, char **err_msg)
*err_code = -300; *err_code = -300;
*err_msg = "STARTJOB TASKLIST is invalid"; *err_msg = "STARTJOB TASKLIST is invalid";
error("wiki: STARTJOB TASKLIST is invalid: %s", error("wiki: STARTJOB TASKLIST is invalid: %s",
node_ptr"); node_ptr);
return -1; return -1;
} }
hostlist_uniq(hl); /* for now, don't worry about task layout */ hostlist_uniq(hl); /* for now, don't worry about task layout */
......
...@@ -60,6 +60,10 @@ expect { ...@@ -60,6 +60,10 @@ expect {
set sched_port $expect_out(1,string) set sched_port $expect_out(1,string)
exp_continue exp_continue
} }
-re "SchedulerType *= sched/wiki2" {
set sched_wiki 0
exp_continue
}
-re "SchedulerType *= sched/wiki" { -re "SchedulerType *= sched/wiki" {
set sched_wiki 1 set sched_wiki 1
exp_continue exp_continue
......
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