This shows you the differences between two versions of the page.
| |
habrok:job_management:checking_results [2020/09/24 12:23] – external edit 127.0.0.1 | habrok:job_management:checking_results [2024/08/08 11:39] (current) – [Checking results] typo pedro |
---|
When a job has started output generated by the jobscript will be written into the job outputfiles. | When a job has started output generated by the jobscript will be written into the job outputfiles. |
If you haven't changed the names of these files using the sbatch parameters ''--output'' or ''--errror'', these files will be called ''slurm-<jobid>.out'' and ''slurm-<jobid>.err''. | If you haven't changed the names of these files using the sbatch parameters ''--output'' or ''--errror'', these files will be called ''slurm-<jobid>.out'' and ''slurm-<jobid>.err''. |
''<jobid>>'' will be replaced by the actual job id of the jobs. The ''.out'' file contains everything written to standard output, and the ''.err'' file will contain messages that were written to standard error. The latter will normally only appear in case of error messages. | ''<jobid>'' will be replaced by the actual job id of the jobs. The ''.out'' file contains everything written to standard output, and the ''.err'' file will contain messages that were written to standard error. The latter will normally only appear in case of error messages. |
| |
Note that output will be written to these files as soon as the job starts. | Note that output will be written to these files as soon as the job starts. |