diff --git a/doc.zih.tu-dresden.de/docs/data_transfer/datamover.md b/doc.zih.tu-dresden.de/docs/data_transfer/datamover.md index 670c2d5c45bea757016b83981db7f1d568bbcc01..0bd3fbe88e6a7957232a04a98c2c5eeb33a245ad 100644 --- a/doc.zih.tu-dresden.de/docs/data_transfer/datamover.md +++ b/doc.zih.tu-dresden.de/docs/data_transfer/datamover.md @@ -23,7 +23,7 @@ There are the commands `dtinfo`, `dtqueue`, `dtq`, and `dtcancel` to manage your and jobs. * `dtinfo` shows information about the nodes of the data transfer machine (like `sinfo`). -* `dtqueue` and `dtq` show all your data transfer jobs (like `squeue -u $USER`). +* `dtqueue` and `dtq` show all your data transfer jobs (like `squeue --me`). * `dtcancel` signals data transfer jobs (like `scancel`). To identify the mount points of the different filesystems on the data transfer machine, use diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md index 98e37b5acedbe228def7a3094d3167bf98cce62b..f7456662f5ca54887b20b075e58dd25517aa3c96 100644 --- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md +++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md @@ -283,10 +283,15 @@ provide a comprehensive collection of job examples. ### Job and Slurm Monitoring -On the command line, use `squeue` to watch the scheduling queue. This command will tell the reason, -why a job is not running (job status in the last column of the output). More information about job -parameters can also be determined with `scontrol -d show job <jobid>`. The following table holds -detailed descriptions of the possible job states: +On the command line, use `squeue` to watch the scheduling queue. + +!!! tip "Show your jobs" + + Invoke `squeue --me` to list only your jobs. + +The command `squeue` will tell the reason, why a job is not running (job status in the last column +of the output). More information about job parameters can also be determined with `scontrol -d show +job <jobid>`. The following table holds detailed descriptions of the possible job states: ??? tip "Reason Table"