Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
language
linenumbersfalse
qsub my-copy-job.pbs

Alternatively, the data mover nodes can be used interactively. To gain interactive access to a data mover node, type the following command:

...

qsub -I -P PANDORA -q dtq -l select=1:ncpus=2:mem=8gb

remembering to replace PANDORA with your abbreviated project name.

The data transfer queue is designed for running file manipulation commands. For example, you could use wget (for downloading data from the internet), scp, tar, cp, mv, rm, plus more. This queue, however, is not intended for compute jobs. Compute jobs running in this queue will be terminated without notice. Since no real compute jobs are allowed to run in this queue, jobs run in dtq will not contribute to your project’s fair share. However, your project’s current fair share value will impact the priority of jobs submitted to this queue.

...