Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
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 | 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 | 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 | 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 | ||