User Tools

Site Tools


guillimin_faq

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
guillimin_faq [2015/04/17 15:26]
132.216.122.26
guillimin_faq [2016/11/03 17:23] (current)
Line 1: Line 1:
 Just some questions I had while using this cluster system. Just some questions I had while using this cluster system.
 +
 +====== What is the maximum ''​wall''​ time? ======
 +
 +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 that is not mine! ====== ====== One of my jobs is running under an account that is not mine! ======
Line 23: Line 29:
 ====== I would like to receive an e-mail when my jobs are done ====== ====== I would like to receive an e-mail when my jobs are done ======
  
-Just use the ''​-M'' ​switch ​in your script header. Example:+You can use the ''​-m''​ and ''​-M'' ​switches ​in your script header. Example:
  
 <​code>​ <​code>​
 ... ...
-#PBS -l nodes=1:​ppn=12 +#PBS -m abe
-#PBS -l walltime=96:​00:​00+
 #PBS -M your.email@address.here #PBS -M your.email@address.here
 ... ...
 </​code>​ </​code>​
  
-I have not tested it very thoroughly yetbut it should do the job.+The ''​-m abe''​ option instructs the scheduler to send you and e-mail when your jobs start (b)finish (e) or abort due to an error (a). You can select any combination of the possible options.
guillimin_faq.1429284389.txt.gz · Last modified: 2016/11/03 17:23 (external edit)