| | 1 | [[PageOutline]] |
| | 2 | UNDER CONSTRUCTION |
| | 3 | = HPC Workshop Fall 2025 = |
| | 4 | |
| | 5 | === 1. Introduction to Tulane computing resources === |
| | 6 | [https://it.tulane.edu/technology-delivery Introduction to Tulane IT HPC Group][[BR]] |
| | 7 | [https://crsc.tulane.edu/cypress-schematic/][[BR]] |
| | 8 | [https://crsc.tulane.edu/hardware-specifications/][[BR]] |
| | 9 | [https://it.tulane.edu/technology-delivery/research-computing Motivation for Cypress, Other Resources][[BR]] |
| | 10 | STOPPED HERE |
| | 11 | |
| | 12 | === 2. Working on a remote !Unix/Linux system, Part I=== |
| | 13 | * [[cypress/SshUsage/|SSH, terminal software]] |
| | 14 | * [[cypress/BasicLinuxComands|Unix/Linux commands]] |
| | 15 | |
| | 16 | ''Morning Break'' |
| | 17 | |
| | 18 | ---- |
| | 19 | |
| | 20 | === 3. Working on a remote !Unix/Linux system, Part II === |
| | 21 | * [[cypress/FileEditingSoftware|File Editing Software]] |
| | 22 | * [[cypress/FileTransfer|File transfer to/from your desktop/laptop]] |
| | 23 | * [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]] |
| | 24 | |
| | 25 | === 4. Working on a remote !Unix/Linux system, Part III === |
| | 26 | * [[cypress/ModuleCommand|Module command]] |
| | 27 | * [[cypress/SlurmPractice|How to submit a job]] |
| | 28 | |
| | 29 | ''Break - Lunch Provided'' |
| | 30 | |
| | 31 | ---- |
| | 32 | |
| | 33 | === 5. Serial, Parallel, Array, Interactive jobs === |
| | 34 | * [[cypress/JobArrays|Job Arrays]] |
| | 35 | * [[cypress/JobDependency|Job Dependencies]] |
| | 36 | * [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]] |
| | 37 | * [[cypress/using#MPIJobs|Parallel Jobs : MPI]] |
| | 38 | * [[cypress/using#OpenMPJobs|Parallel Jobs : OpenMP]] |
| | 39 | * [[cypress/using#HybridJobs|Parallel Jobs : Hybrid]] |
| | 40 | |
| | 41 | === 6. How to run R code on Cypress === |
| | 42 | * [[cypress/R|Running R on Cypress]] |
| | 43 | * [[cypress/R#RunningRInteractively| Running R Interactively]] |
| | 44 | * [[cypress/R#RunningaRscriptinBatchmode|Running R with Batch Mode]] |
| | 45 | * [[cypress/R#InstallingRPackagesintouserhomedirectoryorlustresub-directory|Install Packages]] |
| | 46 | |
| | 47 | |
| | 48 | ''Afternoon Break'' |
| | 49 | |
| | 50 | ---- |
| | 51 | |
| | 52 | === 7. How to run Python on Cypress=== |
| | 53 | * [[cypress/Python|Running Python on Cypress]] |
| | 54 | * [[cypress/Python#RunningPythonInteractively|Running Python Interactively]] |
| | 55 | * [[cypress/Python#RunningaPythonscriptinBatchmode|Running Python with Batch Mode]] |
| | 56 | * [[cypress/Python#JupyterNotebook|Jupyter Notebook]] |
| | 57 | * [[cypress/AnacondaInstallPackage|Install Packages to Anaconda Python]] |
| | 58 | |
| | 59 | Download Samples by: |
| | 60 | |
| | 61 | {{{git clone https://hidekiCCS:@bitbucket.org/hidekiCCS/hpc-workshop.git}}} |
| | 62 | |
| | 63 | |