Running jobs: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Clarification on how users associated with a single RAP are handled.)
No edit summary
Line 111: Line 111:


<!--T:67-->
<!--T:67-->
Every job must have an associated ''account name'' corresponding to a Compute Canada [https://ccdb.computecanada.ca/me/faq#what_is_rap Resource Allocation Project] (RAP). If your user is a member of only one account, the scheduler will automatically associate jobs submitted with that account .
Every job must have an associated ''account name'' corresponding to a Compute Canada [https://ccdb.computecanada.ca/me/faq#what_is_rap Resource Allocation Project] (RAP). If you are a member of only one account, the scheduler will automatically associate your jobs with that account.


<!--T:107-->
<!--T:107-->
If your user is associated with multiple accounts, when you try to submit a job with <code>sbatch</code> without specifying which account the job is associated with, you will receive one of these messages:
If you receive one of the following messages when you submit a job, then you have access to more than one account:
<pre>
<pre>
  You are associated with multiple _cpu allocations...
  You are associated with multiple _cpu allocations...
Line 126: Line 126:
</pre>  
</pre>  


In order to specify which account to associate with a job, you will need to use  
In this case, use the <code>--account</code> directive to specify one of the accounts, e.g.:
the <code>--account</code> directive:
  #SBATCH --account=def-user-ab
  #SBATCH --account=def-user-ab


Bureaucrats, cc_docs_admin, cc_staff
2,879

edits

Navigation menu