Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
guillimin_faq [2015/04/17 15:06] – 132.216.122.26 | guillimin_faq [2024/03/26 13:52] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Just some questions I had while using the cluster. | + | Just some questions I had while using this cluster |
- | ====== One of my jobs is running under an allocation group that is not mine! ====== | + | ====== What is the maximum '' |
+ | |||
+ | It's 30 days. You can run jobs for as long as that and you don't need to ask permission to an administrator. Also, have in mind that this limit cannot be extended. | ||
+ | |||
+ | If you are going to run very long jobs, please consult the [[checkpoint_techniques_on_compute_canada_clusters|checkpointing manual]], which contains notes from a Calcul Québec workshop. | ||
+ | |||
+ | ====== One of my jobs is running under an account | ||
Happened to me once. See this: | Happened to me once. See this: | ||
Line 20: | Line 26: | ||
So don't worry too much about this. | So don't worry too much about this. | ||
+ | |||
+ | ====== I would like to receive an e-mail when my jobs are done ====== | ||
+ | |||
+ | You can use the '' | ||
+ | |||
+ | < | ||
+ | ... | ||
+ | #PBS -m abe | ||
+ | #PBS -M your.email@address.here | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | The '' |