Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
habrok:additional_information:faq [2023/03/22 13:35] – fokke | habrok:additional_information:faq [2023/04/20 08:59] (current) – [When does my job start?] fokke | ||
---|---|---|---|
Line 2: | Line 2: | ||
===== How can I see how my job performed? ===== | ===== How can I see how my job performed? ===== | ||
- | |||
- | ** jobinfo is not yet available on Hábrók ** | ||
The command jobinfo is able to give you relevant information about the performance of your job.\\ | The command jobinfo is able to give you relevant information about the performance of your job.\\ | ||
Line 39: | Line 37: | ||
===== How do I know that my job is started or finished? ===== | ===== How do I know that my job is started or finished? ===== | ||
- | Depending of the amount of resources that are requested for a job, it can take a while for a job to get started. Therefore, it might be useful to get a notification of when the job is started. It also is very helpful to know when a job is completed if you need the results of the job for further research. With the information of the begin and completion time of a job, a better estimation can be made for running another similar job. An email notification can be requested by adding the following lines to your job script: | + | Depending of the amount of resources that are requested for a job, it can take a while for a job to get started. Therefore, it might be useful to get a notification of when the job is started. It also is very helpful to know when a job is completed if you need the results of the job for further research. With the information of the begin and completion time of a job, a better estimation can be made for running another similar job. |
- | + | ||
- | < | + | |
- | #SBATCH --mail-type=BEGIN, | + | |
- | #SBATCH --mail-user=your@email.com | + | |
- | </ | + | |
- | + | ||
- | These two lines send a mail to the email address provided in the script to notify when a job is started, has failed or finished. Alternatively you can also use the mail type '' | + | |
===== How much memory do I need to request in my batch script? ===== | ===== How much memory do I need to request in my batch script? ===== | ||
Line 88: | Line 79: | ||
</ | </ | ||
- | When your requested resources are available to you, your job is started. | + | When your requested resources are available to you, your job is started. |
- | + | ||
- | < | + | |
- | #SBATCH --mail-type=BEGIN, | + | |
- | #SBATCH --mail-user=some@user.com | + | |
- | </ | + | |
Some more information about your position in the queue and the estimated start time of your job can be found [[habrok: | Some more information about your position in the queue and the estimated start time of your job can be found [[habrok: |