Changes between Version 1 and Version 2 of Workshops/IntroToHpc2016
- Timestamp:
- 08/19/16 10:40:24 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToHpc2016
v1 v2 1 1 = HPC Workshop 2016 = 2 2 3 === Introduction to Tulane computing resources === 3 === 1. Introduction to Tulane computing resources === 4 * [[IntroToHpc2015/workshopintro|High Performance Computing at Tulane]] 4 5 5 === Working on a remote !Unix/Linux system === 6 === 2. Working on a remote !Unix/Linux system === 7 * [[IntroToHpc2015/SshUsage/|SSH, terminal software]] 8 * [[IntroToHpc2015/BasicLinuxComands|Unix/Linux commands]] 6 9 7 === ''Break- Coffee & Refreshments Provided'' === 10 ''Break - Coffee & Refreshments Provided'' 8 11 9 === Working on a remote !Unix/Linux system === 12 ---- 10 13 11 === Working on a remote !Unix/Linux Cluster === 14 === 3. Working on a remote !Unix/Linux system === 15 * [[IntroToHpc2015/FileEditingSoftware|File Editing Software]] 16 * [[IntroToHpc2015/FileTransfer|File transfer to/from your desktop/laptop]] 17 * [[IntroToHpc2015/WorkingOnClusters|Working on a remote Unix/Linux Cluster]] 12 18 13 === ''Break- Lunch Provided'' === 19 === 4. Working on a remote !Unix/Linux system === 20 * [[IntroToHpc2015/ModuleCommand|Module command]] 21 * [[IntroToHpc2015/using#SubmittingJobsonCypress|How to submit a job]] 14 22 15 === Running interactive jobs === 23 ''Break - Lunch Provided'' 16 24 17 === How to run a Matlab code on Tulane clusters === 25 ---- 18 26 19 === ''Afternoon Break'' === 27 === 5. Running interactive jobs === 28 * [[IntroToHpc2015/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]] 20 29 21 === How to run R code on Tulane clusters === 30 === 6. How to run a Matlab code on Cypress === 31 * [[IntroToHpc2015/Matlab#RunningMATLABinteractively|Running Matlab interactively using idev]] 32 * [[IntroToHpc2015/Matlab#RunningMATLABinabatchmode|Running Matlab jobs using SLURM scripts]] 33 * [[IntroToHpc2015/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]] 22 34 23 === Python ===24 35 25 === Compiling C/C++/Fortran codes on Cypress a. Compiler usage === 36 ''Afternoon Break'' 37 38 ---- 39 40 === 7. How to run R code on Cypress === 41 * [[IntroToHpc2015/R|Running R on Cypress]] 42 43 === 8. How to run Python Cypress=== 44 * [[IntroToHpc2015/Python|Running Python on Cypress]] 45 46 === 9. Compiling C/C++/Fortran codes on Cypress ===