Job management

class storq.vasp.runner.Runner[source]

Resource manager

class storq.vasp.resource_manager.ResourceManager[source]
cancel(options)[source]

Delete job from the queue. options is a space separated string of options passed to scancel.

get_job_info()[source]

Return job info for the calculation by polling the queue using the appropriate command and the jobid

get_ntasks()[source]
in_queue()[source]

Return True or False if the directory has a job in the queue.

submit(run_file, file_args='')[source]

Submit a job through the queue.