rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
<!--T:36--> | <!--T:36--> | ||
In general, there are two main types to RAPs: | In general, there are two main types to RAPs: | ||
*Default RAP: A default RAP is automatically created when a PI role is activated. Default and Rapid Access Service quotas for storage and cloud resources are managed via this default RAP. The Default RAP allows PIs and sponsored users to make opportunistic use of compute resources with the default (that is, the lowest) priority. On CCDB, it uses the convention < | *Default RAP: A default RAP is automatically created when a PI role is activated. Default and Rapid Access Service quotas for storage and cloud resources are managed via this default RAP. The Default RAP allows PIs and sponsored users to make opportunistic use of compute resources with the default (that is, the lowest) priority. On CCDB, it uses the convention <code>def-profname</code>. | ||
*RAC RAP: This RAP is created when the PI receives an award through the RAC application process. The RAC RAPI typically takes the form < | *RAC RAP: This RAP is created when the PI receives an award through the RAC application process. The RAC RAPI typically takes the form <code>abc-123-ab</code>, with an associated group name typically of the form of <code>rrg-profname-xx</code> or <code>rpp-profname-xx</code> for HPC allocations, and <code>crg-profname-xx</code> or <code>cpp-profname-xx</code> for Cloud allocations, depending on the competition. | ||
== What is a group name? == <!--T:45--> | == What is a group name? == <!--T:45--> | ||
Line 61: | Line 61: | ||
<!--T:46--> | <!--T:46--> | ||
Typically, group names follow this convention (where “xx” represents some sequence of digits and letters): | Typically, group names follow this convention (where “xx” represents some sequence of digits and letters): | ||
*Default RAP: < | *Default RAP: <code>def-[profname][-xx]</code> | ||
* RRG/HPC resource RAP: < | * RRG/HPC resource RAP: <code>rrg-[profname][-xx]</code> | ||
* RPP/HPC resource RAP: < | * RPP/HPC resource RAP: <code>rpp-[profname][-xx]</code> | ||
* RRG/Cloud resource RAP: < | * RRG/Cloud resource RAP: <code>crg-[profname][-xx]</code> | ||
* RPP/Cloud resource RAP: < | * RPP/Cloud resource RAP: <code>cpp-[profname][-xx]</code> | ||
<!--T:47--> | <!--T:47--> |