Changes between Version 8 and Version 9 of Workshops/IntroToHpc2025August
- Timestamp:
- 08/06/25 15:57:27 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToHpc2025August
v8 v9 27 27 ---- 28 28 29 === 3. File Management ===30 3.1 File transfer to/from your desktop/laptop [[cypress/FileTransfer]][[BR]]31 3.2 (Optional)File Editing Software [[cypress/FileEditingSoftware]][[BR]]32 3.3 (Optional)Working on a remote !Unix/Linux Cluster [[cypress/WorkingOnClusters]][[BR]]29 === 4. File Management === 30 4.1 File transfer to/from your desktop/laptop [[cypress/FileTransfer]][[BR]] 31 4.2 (Optional)File Editing Software [[cypress/FileEditingSoftware]][[BR]] 32 4.3 (Optional)Working on a remote !Unix/Linux Cluster [[cypress/WorkingOnClusters]][[BR]] 33 33 34 === 4. Participation: Logging in to Globus ===35 4.1 [[https://globus.org]][[BR]]36 4.2 (Optional)Cypress endpoint setup [[cypress/GlobusConnctPersonalSetup]][[BR]]37 4.3 (Optional)Cypress endpoint run [[cypress/Globus#RunningGlobusConnectPersonalonCypress]][[BR]]34 === 5. Participation: Logging in to Globus === 35 5.1 [[https://globus.org]][[BR]] 36 5.2 (Optional)Cypress endpoint setup [[cypress/GlobusConnctPersonalSetup]][[BR]] 37 5.3 (Optional)Cypress endpoint run [[cypress/Globus#RunningGlobusConnectPersonalonCypress]][[BR]] 38 38 39 === 5. Introduction to Linux ===39 === 6. Introduction to Linux === 40 40 (Download Samples via the following.) 41 41 42 42 {{{git clone https://hidekiCCS:@bitbucket.org/hidekiCCS/hpc-workshop.git}}} 43 43 44 5.1 [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/BasicLinuxComands#AbsoluteandRelativeFileandDirectoryPaths |Absolute and Relative File and Directory Paths]][[BR]]44 6.1 [[https://wiki.hpc.tulane.edu/trac/wiki/cypress/BasicLinuxComands#AbsoluteandRelativeFileandDirectoryPaths |Absolute and Relative File and Directory Paths]][[BR]] 45 45 46 5.2 Basic Linux commands46 6.2 Basic Linux commands 47 47 [[cypress/BasicLinuxComands#cd | cd]], 48 48 [[cypress/BasicLinuxComands#mkdir | mkdir]], … … 52 52 [[cypress/BasicLinuxComands#chmod | chmod]][[BR]] 53 53 54 === 6. Introduction to SLURM ===55 54 56 6.1 [[cypress/using#SubmittingJobsonCypress | How to submit a job]][[BR]] 55 ''Break'' 56 57 ---- 58 === 7. Module command === 59 60 [[/cypress/ModuleCommand | Module command]][[BR]] 61 62 === 8. Introduction to SLURM === 63 64 8.1 [[cypress/using#SubmittingJobsonCypress | How to submit a job]][[BR]] 57 65 SLURM commands: 58 66 [[cypress/using#Submitusingsbatchcommand | sbatch]], … … 60 68 [[cypress/using#Monitorusingsqueuecancelusingscancelcommands | scancel]], 61 69 [[cypress/using#Reviewpastjobsusingsacctcommand | sacct]] 62 6.2 [[cypress/using#SubmittingInteractiveJobs | Submitting Interactive Jobs]]70 8.2 [[cypress/using#SubmittingInteractiveJobs | Submitting Interactive Jobs]] 63 71 64 72 ''Break''