[[PageOutline]] = HPC Workshop Fall 2025 = = Module 1 of 4 - Introduction to Cypress HPC = === 1. Introduction to Tulane computing resources === * [https://crsc.tulane.edu/cypress-schematic/] * [https://crsc.tulane.edu/hardware-specifications/] * Why use HPC? [https://it.tulane.edu/technology-delivery/research-computing] === 2. Other HPC Resources === * Louisiana Optical Network Infrastructure (LONI)[https://loni.org/] * LONI HPC Links [https://hpc.loni.org/] * LONI Tutorials Archive [https://hpc.loni.org/training/archive/tutorials.php] * NSF ACCESS * [https://allocations.access-ci.org/] * [https://allocations.access-ci.org/on-ramps] * Microsoft Azure (Project based, fee-based) === 2. Working on a remote !Unix/Linux system, Part I=== * [[cypress/SshUsage/|SSH, terminal software]] * Participation: Logging in to Cypress with ssh * [[cypress/BasicLinuxComands|Unix/Linux commands]] * [[cypress/BasicLinuxComands#man | man]], [[cypress/BasicLinuxComands#cd | cd]], [[cypress/BasicLinuxComands#mkdir | mkdir]], [[cypress/BasicLinuxComands#rm | rm]], [[cypress/BasicLinuxComands#find | find]], [[cypress/BasicLinuxComands#grep | grep]], [[cypress/BasicLinuxComands#chmod | chmod]][[BR]] ''Break'' ---- === 3. Working on a remote !Unix/Linux system, Part II === * [[cypress/FileEditingSoftware|File Editing Software]] * [[cypress/FileTransfer|File transfer to/from your desktop/laptop]] * Participation: Logging in to Globus in the web browser * [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]] === 4. Working on a remote !Unix/Linux system, Part III === * [[cypress/ModuleCommand|Module command]] * [[cypress/SlurmPractice|How to submit a job]], SLURM commands * Submit jobs [[cypress/using#Submitusingsbatchcommand | sbatch]], * Job queue [[cypress/using#Monitorusingsqueuecancelusingscancelcommands | squeue]], * Cancel jobs [[cypress/using#Monitorusingsqueuecancelusingscancelcommands | scancel]], * Review past jobs [[cypress/using#Reviewpastjobsusingsacctcommand | sacct]] * [[cypress/using#SubmittingInteractiveJobs | Submitting Interactive Jobs]] ''Break'' ----