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:02] – fokke | habrok:additional_information:faq [2023/04/20 08:59] (current) – [When does my job start?] fokke | ||
---|---|---|---|
Line 10: | Line 10: | ||
</ | </ | ||
- | For more detailed information about the performance of your job, see [[habrok:advanced_job_management:job_profiling]] | + | For more detailed information about the performance of your job, see [[habrok:job_management:checking_jobs# |
===== How can I test small jobs on the cluster? ===== | ===== How can I test small jobs on the cluster? ===== | ||
Line 22: | Line 22: | ||
===== How do I install a module in Python? ===== | ===== How do I install a module in Python? ===== | ||
- | A few Python modules are already installed on the Peregrine | + | A few Python modules are already installed on the Hábrók |
<code bash> | <code bash> | ||
Line 33: | Line 33: | ||
===== How do I install a package in R? ===== | ===== How do I install a package in R? ===== | ||
- | In order to [[peregrine: | + | In order to [[habrok: |
===== 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 55: | Line 48: | ||
===== Is it possible to provide parameters to the batch script? ===== | ===== Is it possible to provide parameters to the batch script? ===== | ||
- | Yes, this is possible. It can be done by simply providing the parameters like '' | + | Yes, this is possible. It can be done by simply providing the parameters like '' |
===== My password is not being accepted and I get “Access denied” errors when trying to log in. What is wrong? ===== | ===== My password is not being accepted and I get “Access denied” errors when trying to log in. What is wrong? ===== | ||
Line 86: | 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 [[peregrine: | + | Some more information about your position in the queue and the estimated start time of your job can be found [[habrok: |
===== Why does it take long for my job to start? ===== | ===== Why does it take long for my job to start? ===== | ||
- | The Peregrine | + | The Hábrók |
===== Why is my job in state PD (pending) with reason QOSGrpCpuLimit? | ===== Why is my job in state PD (pending) with reason QOSGrpCpuLimit? |