This module implements a CommonAdaptor that supports standard PBS and SGE queues.
Bases: fireworks.queue.queue_adapter.QueueAdapterBase
An adapter that works on most PBS (including derivatives such as TORQUE), SGE, and SLURM queues.
Parameters: |
|
---|
returns the number of jobs currently in the queu efor the user
Parameters: | username – (str) the username of the jobs to count (default is to autodetect) |
---|---|
Returns: | (int) number of jobs in the queue |
submits the job to the queue and returns the job id
Parameters: | script_file – (str) name of the script file to use (String) |
---|---|
Returns: | (int) job_id |
Bases: fireworks.queue.queue_adapter.QueueAdapterBase
A special PBS adapter that works via the NEWT interface (https://newt.nersc.gov) Only intended for job submission via the RESTful NEWT web interface.