Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will reserve 1 core but 50GB RAM on a node.  It may be useful to try reserving a full node and determine how much RAM is needed for your application, then future jobs can be adjusted accordingly.

If your jobs are crashing for a different reason, check that you are not exceeding a disk quota (e.g. your home directory quota).  If it is not the quota, please submit a ticket and let us know the jobid of the job that crashed.


2. "How do I view my disk usage and quota?"

...

end of each week (before midnight on Saturday):  weekly-{week # of month}beginning of each month:  monthly-{Jan-Dec}

NOTE:  Snapshots are currently experimental phase while other filesystem changes are in progress!  We expect snapshots to be in production shortly after the reorganization of project and home directories has completed.

...

4. "What is the best way to transfer my files to/from ACISS to Talapas?"There are


multiple ways to do this, but perhaps From a Mac or Linux machine:

Perhaps the easiest way for you to do this is by using rsync, e.g.:

Login to Talapas:

ssh myDuckID@talapas-login.uoregon.eduthen execute rsync:

[user@ln1 ~]$ rsync -auv myDuckID@ftn@talapas-login.aciss.uoregon.edu:/projects/myHomeDirectory/myDuckID  acissmyPIRG/myDuckID/myDataDirectory myDestinationDirectory

alternatively you can use scp:

[user@ln1 ~]$ scp -rp myDuckID@ftn.aciss@talapas-login.uoregon.edu:/projects/myPIRG/myHomeDirectorymyDuckID/myDuckID  acissmyDataDirectory myDestinationDirectory

This will create for you a directory "aciss" within your home directory on Talapas which will contain the contents of your home directory on ACISS without disturbing your top home directory on TalapasmyDestinationDirectory" on your Mac/Linux machine. If your transfer gets interrupted, then try rsync with the "u" option (for update).

From a Windows machine: 

You will need a FTP/SCP client like WinSCP or Cyberduck (Cyberduck is also available for Mac).

Globus and GridFTP is also available on Talapas (more info forthcoming).

After your transfer has completed, you can reorganize as you please. If you need further assistance on your file transfer, let us know. 


4. "How can I extend my jobs on Talapas?"

It is currently not possible for a user to extend their jobs on Talapas.