Glossary
-
compute node – Computer where a job can be executed.
-
continuous job – Simple alternative to a loop job. Job which submits its continuation right before finishing, while not performing any other advanced operations [read more].
-
input directory – Directory from which the job is submitted. Contains the qq info file.
-
job directory – See "input directory".
-
loop job – Job which submits its continuation right before finishing, archives files and counts cycles [read more].
-
main working node – Working node (see below) responsible for managing a job.
-
qq info file – YAML-formatted file containing information about a qq job. Necessary for performing operations with the qq job. Located in the input directory.
-
qq job – Job of the batch system submitted using
qq submit. -
standard job – Default qq job [read more].
-
submission directory – See "input directory".
-
work(ing) directory – Directory where the job is being executed [read more].
-
working node – Compute node where the job is being (or has been) executed.