Changes between Version 5 and Version 6 of Workshops/IntroToHpc2015


Ignore:
Timestamp:
10/09/15 13:52:36 (9 years ago)
Author:
cmaggio
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2015

    v5 v6  
    99=== Working on a remote !Unix/Linux system ===
    1010* [[cypress/SshUsage/|SSH, terminal software]]
     11* [[IntroToHpc2015/SshUsage/|SSH, terminal software]]
    1112* [[cypress/BasicLinuxComands|Unix/Linux commands]]
     13* [[IntroToHpc2015/BasicLinuxComands|Unix/Linux commands]]
    1214* [[cypress/FileEditingSoftware|File Editing Software]]
     15* [[IntroToHpc2015/FileEditingSoftware|File Editing Software]]
    1316* [[cypress/FileTransfer|File transfer to/from your desktop/laptop]]
     17* [[IntroToHpc2015/FileTransfer|File transfer to/from your desktop/laptop]]
    1418* [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]]
     19* [[IntroToHpc2015/WorkingOnClusters|Working on a remote Unix/Linux Cluster]]
    1520* [[cypress/ModuleCommand|Module command]]
     21* [[IntroToHpc2015/ModuleCommand|Module command]]
    1622* [[cypress/using#SubmittingJobsonCypress|How to submit a job]]
     23* [[IntroToHpc2015/using#SubmittingJobsonCypress|How to submit a job]]
    1724* [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]]
     25* [[IntroToHpc2015/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]]
    1826
    1927=== How to run a Matlab code on Cypress ===
     
    2230* [[cypress/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]]
    2331
     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]]
    2435=== How to run R code on Cypress ===
    2536* [[cypress/R|Running R on Cypress]]
     37* [[IntroToHpc2015/R|Running R on Cypress]]
    2638
    2739=== How to run Python Cypress===
    2840* [[cypress/Python|Running Python on Cypress]]
    29 
     41* [[IntroToHpc2015/Python|Running Python on Cypress]]
    3042
    3143
     
    3850* [[cypress/Programming/Mpi|Distributed Memory]]
    3951
     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
    4057=== Version control ===
    4158* [[cypress/svn|svn]]
    42 * [[cypress/git|git]]
     59* [[IntroToHpc2015/git|git]]
    4360
    4461=== Compilation, debugging, and optimization ===
     
    5067* [[cypress/Programming/CodeDebugging#IntelInspectorXE|Intel Parallel Studio XE (Inspector, Advisor, and Vtune)]]
    5168
     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)]]
    5275=== Math Libraries ===
    5376* [[BLAS]]
     
    5578* [[cypress/MKL|MKL]]
    5679
     80* [[IntroToHpc2015/BLAS]]
     81* [[IntroToHpc2015/LAPACK|LAPACK]]
     82* [[IntroToHpc2015/MKL|MKL]]
    5783=== Intel’s Xeon Phi Coprocessor ===
    5884* [[cypress/XeonPhi|Review of Hardware from previous day]]
     
    6086* [[cypress/XeonPhi|Programming considerations]]
    6187
     88* [[IntroToHpc2015/XeonPhi|Review of Hardware from previous day]]
     89* [[IntroToHpc2015/XeonPhi#XeonPhiUsageModels|Three usage paradigms]]
     90* [[IntroToHpc2015/XeonPhi|Programming considerations]]
     91
    6292=== Data Visualization ===
    6393* [[cypress/VisIt|VisIt]]
    6494* [[cypress/Visualization Toolkit (VTK)|Visualization Toolkit (VTK)]]
     95
     96* [[IntroToHpc2015/VisIt|VisIt]]
     97* [[IntroToHpc2015/Visualization Toolkit (VTK)|Visualization Toolkit (VTK)]]