Difference between revisions of "User:Jchong"

From oldwiki.scinet.utoronto.ca
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Accounting ===
+
=== SciNet System mailing list ===
 +
For each of the system that SciNet has ready available, we created an optional mailing list that each user can subscribe to receive news about various software update and maintainance announcement for the system.
  
For any user with an NRAC/LRAC allocation, a special account with the Resource Allocation Project (RAP) identifier (RAPI) from Compute Canada Database (CCDB) is set up in order to access the allocated resources.  Please use the following instructions to run your job using your special allocation.  This is necessary both for accounting purposes as well as to assign the appropriate priority to your jobs.
+
==== Managing your SciNet System mailing list subscription ====
 
+
To manage your subscription to the SciNet System mailing list, please go to the [https://portal.scinet.utoronto.ca/manage_mailing_list_subscriptions portal's mailing list subscription management page] and select the list you want to subscribe.
Each job run on the system will have a default RAP associated with it.  Most users already have their default RAP properly set.  However, if you have more than one allocation (different RAPs),  you may need/want to change your default RAP in order to charge your jobs to a particular RAP.
 
 
 
==== Changing your default RAP ====
 
 
 
# Go to the [https://portal.scinet.utoronto.ca portal], login with your SciNet username and password.
 
# Click on "Change SciNet default RAP" and change your default RAP.
 
 
 
==== Specifying the RAP for GPC ====
 
 
 
Alternatively, you may want to assign a RAP for each particular job you run.  There are two ways to specify an account for Moab/Torque: From the command line or inside the batch submission script.
 
 
 
===== Command line =====
 
 
 
Use the '-A RAPI' flag when you submit your job using qsub.  Note that the command line option will override the submission script if an account is specified on both the submission script and the command line.  "RAPI" is the RAP Identifier, e.g. abc-123-de.
 
 
 
===== Submission Script =====
 
 
 
Add a line in your submit script as follows:
 
<pre>
 
#PBS -A RAPI
 
</pre>
 
 
 
Please replace "RAPI" with your RAP Identifier.
 
 
 
==== Specifiying the RAP for TCS ====
 
 
 
Add a line in your submit script as follows:
 
<pre>
 
# @ account_no = RAPI
 
</pre>
 
 
 
Please replace "RAPI" with your RAP Identifier.
 

Latest revision as of 09:00, 22 July 2010

SciNet System mailing list

For each of the system that SciNet has ready available, we created an optional mailing list that each user can subscribe to receive news about various software update and maintainance announcement for the system.

Managing your SciNet System mailing list subscription

To manage your subscription to the SciNet System mailing list, please go to the portal's mailing list subscription management page and select the list you want to subscribe.