Skip to content

Commit f5eb59b

Browse files
committed
moved question to where it belongs #43
1 parent 4a62096 commit f5eb59b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

configure/configure.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,11 @@ ask_interactivity ()
527527
read_boolean && use_interactivity="sub"
528528
debug "use_interactivity=$use_interactivity"
529529
fi
530-
531-
ask "What queueing system would you like to use?"
532530
}
533531

534532
ask_qsys_details ()
535533
{
534+
ask "What queueing system would you like to use?"
536535
message "Currently supported: pbs-gen, bsub-gen, slurm-gen, bsub-rwth, slurm-rwth"
537536
local test_queue
538537
test_queue=$(read_human_input)

0 commit comments

Comments
 (0)