Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tools:psc [2023/12/12 11:43] – created will | tools:psc [2026/06/01 15:33] (current) – [Checking hour allocations] will | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Pittsburgh Super Computer ====== | ====== Pittsburgh Super Computer ====== | ||
| + | **General information** | ||
| + | |||
| + | * To log in to the supercomputer '' | ||
| + | * For graphical apps (eg. AFNI), see [[: | ||
| + | * This is world accessible and total independent for either the pitt or UPMC network. **no myapps, [[: | ||
| + | * To test what resources you have access to type '' | ||
| + | * Quick test for interactive queue: '' | ||
| + | * <wrap tip> use '' | ||
| + | * '' | ||
| + | * User Guide: https:// | ||
| * For planned outages see: https:// | * For planned outages see: https:// | ||
| - | * '' | + | * see [[: |
| + | |||
| + | Command line notes: | ||
| + | < | ||
| + | ssh -Y $USER@bridges2.psc.edu | ||
| + | projects | ||
| + | </ | ||
| + | ===== Getting an account ===== | ||
| + | - https:// | ||
| + | - you [[https:// | ||
| + | - send user account to PI (Finn or Bea) for approval in the project/ | ||
| + | - request matlab access from https:// | ||
| + | |||
| + | ===== Getting data to and from the PSC ===== | ||
| + | |||
| + | |||
| + | You can copy files to/from rhea-PSC via rsync, for example | ||
| + | |||
| + | Alternatively, | ||
| + | |||
| + | ===== Submitting jobs on the PSC ===== | ||
| + | |||
| + | |||
| + | Jobs are submitted on the PSC via '' | ||
| + | |||
| + | <WRAP alert> | ||
| + | |||
| + | If your job uses a lot of memory, you will see OOM (out-of-memory) errors with any '' | ||
| + | |||
| + | **If you need to run a script that requires command line arguments**, | ||
| + | |||
| + | < | ||
| + | # in your script to be run by the job queue | ||
| + | export bids_dir freesurfer_dir freesurfer_sif license acq_label | ||
| + | do_thing $bids_dir | ||
| + | |||
| + | #in your sbatch call | ||
| + | --export=" | ||
| + | </ | ||
| + | |||
| + | Not sure what resources to request? You can run 1 job with more resources than you think you will need. When the job completes successfully, | ||
| + | |||
| + | ===== Checking the status and resource usage of your submitted jobs ===== | ||
| + | |||
| + | When you have launched some jobs, you can check on whether they are running via '' | ||
| + | |||
| + | To find the jobid of jobs that you previously ran (that are either running, completed successfully, | ||
| + | |||
| + | ===== Checking hour allocations ===== | ||
| + | |||
| + | To check the hours of specific job (also see [[: | ||
| + | |||
| + | To check the hours in general: < | ||
| + | |||
| + | To check the hours per person: < | ||
| + | |||
| + | * allocation hour calculator: TODO | ||
| ===== Resources ===== | ===== Resources ===== | ||