ClassAccounts: Difference between revisions

From UMIACS
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
You will be notified by email that you have an account to redeem.  If you have not received an email, please contact your TA.  Once you do perform the redemption of your account you will need to wait until you get a confirmation email that your account has been installed.  This is done in batch once a day on days that the University is open for business.
You will be notified by email that you have an account to redeem.  If you have not received an email, please contact your TA.  Once you do perform the redemption of your account you will need to wait until you get a confirmation email that your account has been installed.  This is done in batch once a day on days that the University is open for business.


Once notified that your account has been installed you can access the following class submission host(s) using [[SSH]] with your assigned username and the password you provided:
Once notified that your account has been installed, you can access the following class submission host(s) using [[SSH]] with your assigned username and the password you provided:


<pre>
<pre>
Line 14: Line 14:
</pre>
</pre>


where <code><semester></code> is either "spring", "summer", or "fall", <code><year></code> is the current year e.g., 2021, and <code><username></code> is the username mentioned in the email you received to redeem the account (subject line "UMIACS Class Account Request for ...")
where <code><semester></code> is either "spring", "summer", "fall", or "winter", <code><year></code> is the current year e.g., "2021", and <code><username></code> is the username mentioned in the email you received to redeem the account (subject line "UMIACS Class Account Request for ...").


'''You may not run computational jobs on this submission host''' and you must schedule your jobs with the [[SLURM]] workload manager.  You can also find out more with the public documentation for the [https://slurm.schedmd.com/quickstart.html Slurm Workload Manager].
'''You may not run computational jobs on this submission host''' and you must schedule your jobs with the [[SLURM]] workload manager.  You can also find out more with the public documentation for the [https://slurm.schedmd.com/quickstart.html Slurm Workload Manager].

Revision as of 16:35, 9 March 2021

UMIACS Class Accounts are currently intended to support classes being sponsored by the Center for Machine Learning.

You will be notified by email that you have an account to redeem. If you have not received an email, please contact your TA. Once you do perform the redemption of your account you will need to wait until you get a confirmation email that your account has been installed. This is done in batch once a day on days that the University is open for business.

Once notified that your account has been installed, you can access the following class submission host(s) using SSH with your assigned username and the password you provided:

class.umiacs.umd.edu

Your home directory has a quota of 20GB and is located at:

/fs/classhomes/<semester><year>/<username>

where <semester> is either "spring", "summer", "fall", or "winter", <year> is the current year e.g., "2021", and <username> is the username mentioned in the email you received to redeem the account (subject line "UMIACS Class Account Request for ...").

You may not run computational jobs on this submission host and you must schedule your jobs with the SLURM workload manager. You can also find out more with the public documentation for the Slurm Workload Manager.

You will need to note the following information that class accounts only have access to the following and you may be required to explicitly set each of these in your submission parameters.

  • Partition - class
  • Account - class
  • QoS - default

Any questions or issues with the cluster must be first made through your TA.