diff --git a/docs/server/usage.md b/docs/server/usage.md index b6c8119..5603b70 100644 --- a/docs/server/usage.md +++ b/docs/server/usage.md @@ -110,11 +110,18 @@ Run the script with: sbatch script.sh ``` -Once the job is submitted, you can check the status of the job with: +Once the job is submitted you will receive a job-id, which you can use to check the status of the job with: ```bash # Detailed job information -scontrol show job +scontrol show job +``` + +Also, the output of the job will be saved in a file with the name +`slurm-.out` in the working directory specified. + +```bash +tail -f slurm-.out ``` Get the node information: