Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Request

To request a class PIRG on Talapas send an email to racs@uoregon.edu

Include the following information:

  • PIRG name - usually the class name, e.g. erth363

  • PIRG PI - instructor of the class and responsible for student compute activity and storage costs

  • PIRG members - provide an export of the class roster from Canvas including StudentDuckID, StudentFirstName, Student,LastName (95# is not necessary)

  • Storage requirements - 2TB is the default capacity provisioned, see https://hpcf.uoregon.edu/content/business-model for information on storage tiers

  • Billing index - invoices are emailed monthly providing a summary usage in the PIRG compute (SU) and storage consumption. Note: charge back is suspended until further notice

Reservations

slurm reservations sets aside resources on the cluster for use only by the class and at a specified time. They can be useful during:

  • lecture for live coding examples where students follow along

  • lab when students have a dedicated time to work together

Reservations typically allocate 1-3 compute nodes from the short partition.

Reservation Behaviors worth noting:

  1. Jobs that do not specify the correct partition containing the allocated nodes in the reservation will queue (PD) until killed when the reservation ends or are deleted by the user

  2. Jobs submitted to the reservation before the StartTime will fail with a clear message in Open OnDemand (OOD), “requested reservation is invalid”

  3. Jobs requesting more cores than the reservation provides fail with a clear error message in OOD

  4. Jobs requesting  more memory than the reservation provides will queue (PD) until killed when the reservation ends or deleted by the user

    1. Other jobs requesting memory available in the reservation are launched successfully

  5. Jobs are launched successfully even when requesting more time than reservation duration

  6. Jobs are killed once the reservation ends

 Behaviors 1 and 4 are troublesome in OOD because the pending reason code isn’t displayed. In a terminal, squeue will report the job status in the queue.

Student data

Data on Talapas does not have a backup copy. Student data is retained for 90 days after the end of the term unless notified otherwise.

  • No labels