Changes between Version 5 and Version 6 of Workshops/IntroToHpc2015
- Timestamp:
- 10/09/15 13:52:36 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/IntroToHpc2015
v5 v6 9 9 === Working on a remote !Unix/Linux system === 10 10 * [[cypress/SshUsage/|SSH, terminal software]] 11 * [[IntroToHpc2015/SshUsage/|SSH, terminal software]] 11 12 * [[cypress/BasicLinuxComands|Unix/Linux commands]] 13 * [[IntroToHpc2015/BasicLinuxComands|Unix/Linux commands]] 12 14 * [[cypress/FileEditingSoftware|File Editing Software]] 15 * [[IntroToHpc2015/FileEditingSoftware|File Editing Software]] 13 16 * [[cypress/FileTransfer|File transfer to/from your desktop/laptop]] 17 * [[IntroToHpc2015/FileTransfer|File transfer to/from your desktop/laptop]] 14 18 * [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]] 19 * [[IntroToHpc2015/WorkingOnClusters|Working on a remote Unix/Linux Cluster]] 15 20 * [[cypress/ModuleCommand|Module command]] 21 * [[IntroToHpc2015/ModuleCommand|Module command]] 16 22 * [[cypress/using#SubmittingJobsonCypress|How to submit a job]] 23 * [[IntroToHpc2015/using#SubmittingJobsonCypress|How to submit a job]] 17 24 * [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]] 25 * [[IntroToHpc2015/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]] 18 26 19 27 === How to run a Matlab code on Cypress === … … 22 30 * [[cypress/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]] 23 31 32 * [[IntroToHpc2015/Matlab#RunningMATLABinteractively|Running Matlab interactively using idev]] 33 * [[IntroToHpc2015/Matlab#RunningMATLABinabatchmode|Running Matlab jobs using SLURM scripts]] 34 * [[IntroToHpc2015/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]] 24 35 === How to run R code on Cypress === 25 36 * [[cypress/R|Running R on Cypress]] 37 * [[IntroToHpc2015/R|Running R on Cypress]] 26 38 27 39 === How to run Python Cypress=== 28 40 * [[cypress/Python|Running Python on Cypress]] 29 41 * [[IntroToHpc2015/Python|Running Python on Cypress]] 30 42 31 43 … … 38 50 * [[cypress/Programming/Mpi|Distributed Memory]] 39 51 52 * [[IntroToHpc2015/Programming|Programing in C/C++/Fortran]] 53 * [[IntroToHpc2015/Programming/SpeedupScaling|Parallel Computing Overview]] 54 * [[IntroToHpc2015/Programming/OpenMp|Shared Memory]] 55 * [[IntroToHpc2015/Programming/Mpi|Distributed Memory]] 56 40 57 === Version control === 41 58 * [[cypress/svn|svn]] 42 * [[ cypress/git|git]]59 * [[IntroToHpc2015/git|git]] 43 60 44 61 === Compilation, debugging, and optimization === … … 50 67 * [[cypress/Programming/CodeDebugging#IntelInspectorXE|Intel Parallel Studio XE (Inspector, Advisor, and Vtune)]] 51 68 69 * [[IntroToHpc2015/Programming/MakeFile|Makefiles]] 70 * [[IntroToHpc2015/Programming/CodeDebugging|Code Debugging]] 71 * [[IntroToHpc2015/Programming/CodeProfiling|Code Profiling]] 72 * [[IntroToHpc2015/Programming/CodeDebugging#GDB|gdb]] 73 * [[IntroToHpc2015/Programming/CodeDebugging#Valgrind|valgrind]] 74 * [[IntroToHpc2015/Programming/CodeDebugging#IntelInspectorXE|Intel Parallel Studio XE (Inspector, Advisor, and Vtune)]] 52 75 === Math Libraries === 53 76 * [[BLAS]] … … 55 78 * [[cypress/MKL|MKL]] 56 79 80 * [[IntroToHpc2015/BLAS]] 81 * [[IntroToHpc2015/LAPACK|LAPACK]] 82 * [[IntroToHpc2015/MKL|MKL]] 57 83 === Intel’s Xeon Phi Coprocessor === 58 84 * [[cypress/XeonPhi|Review of Hardware from previous day]] … … 60 86 * [[cypress/XeonPhi|Programming considerations]] 61 87 88 * [[IntroToHpc2015/XeonPhi|Review of Hardware from previous day]] 89 * [[IntroToHpc2015/XeonPhi#XeonPhiUsageModels|Three usage paradigms]] 90 * [[IntroToHpc2015/XeonPhi|Programming considerations]] 91 62 92 === Data Visualization === 63 93 * [[cypress/VisIt|VisIt]] 64 94 * [[cypress/Visualization Toolkit (VTK)|Visualization Toolkit (VTK)]] 95 96 * [[IntroToHpc2015/VisIt|VisIt]] 97 * [[IntroToHpc2015/Visualization Toolkit (VTK)|Visualization Toolkit (VTK)]]