Skip to content

Enable specifying job queue

Soichiro Morisaki requested to merge soichiro/bilby_pipe:node_queue into master

This MR adds a queue arg to use PE dedicated nodes. This also removes online_pe attributes from MainInput and Node, which were used for queuing for online-PE dedicated nodes. For online-PE, we can specify queue through --settings. It avoids having to do a new release every time we get new dedicated nodes in cluster.

cc: @shanika.galaudage @colm.talbot

Merge request reports