TheRoddyWMS / Roddy

The Roddy workflow development and management system.
http://roddy-documentation.readthedocs.io
MIT License
8 stars 3 forks source link

Investigate: Allow setting fast-track processing #100

Closed vinjana closed 7 years ago

vinjana commented 7 years ago

In PBS this was implemented via accountName and -A option (might be specific for our cluster though).

vinjana commented 7 years ago

The first implementation of fast-track in the LSF cluster will be via queues. There is a "fasttrack" queue (see bqueues command on head node) and similar queue are planned for "highmem" and "gpu".

As we need different such resources and therefore different queues for different jobs (running sambamba on the FPGA node doesn't make sense), we need a way to select different sets of resources on the Roddy command line.

The solution we take is based on the existing feature that resource sets can be selectively overwritten in the XMLs.

The only feature that needs to be added to Roddy is the --additionalImports parameter that allows to add imported configurations' names to the project-configuration.

vinjana commented 7 years ago

Solved with #111.