= HPC Workshop 2015 = == Day 1 == === Introduction to Tulane computing resources === * [[cypress/workshopintro|High Performance Computing at Tulane]] === Working on a remote !Unix/Linux system === * [[cypress/SshUsage/|SSH, terminal software]] * [[cypress/BasicLinuxComands|Unix/Linux commands]] * [[cypress/FileEditingSoftware|File Editing Software]] * [[cypress/FileTransfer|File transfer to/from your desktop/laptop]] * [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]] * [[cypress/ModuleCommand|Module command]] * [[cypress/using#SubmittingJobsonCypress|How to submit a job]] * [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]] === How to run a Matlab code on Cypress === * [[cypress/Matlab#RunningMATLABinteractively|Running Matlab interactively using idev]] * [[cypress/Matlab#RunningMATLABinabatchmode|Running Matlab jobs using SLURM scripts]] * [[cypress/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]] === How to run R code on Cypress === * [[cypress/R|Running R on Cypress]] === How to run Python Cypress=== * [[cypress/Python|Running Python on Cypress]] == Day 2 == === Coding === * [[cypress/Programming|Programing in C/C++/Fortran]] * [[cypress/Programming/SpeedupScaling|Parallel Computing Overview]] * [[cypress/Programming/OpenMp|Shared Memory]] * [[cypress/Programming/Mpi|Distributed Memory]] === Version control === * [[cypress/svn|svn]] * [[cypress/git|git]] === Compilation, debugging, and optimization === * [[cypress/Programming/MakeFile|Makefiles]] * [[cypress/Programming/CodeDebugging|Code Debugging]] * [[cypress/Programming/CodeProfiling|Code Profiling]] * [[cypress/Programming/CodeDebugging#GDB|gdb]] * [[cypress/Programming/CodeDebugging#Valgrind|valgrind]] * [[cypress/Programming/CodeDebugging#IntelInspectorXE|Intel Parallel Studio XE (Inspector, Advisor, and Vtune)]] === Math Libraries === * [[BLAS]] * [[LAPACK]] * [[MKL]] === Intel’s Xeon Phi Coprocessor === * [[cypress/XeonPhi|Review of Hardware from previous day]] * [[cypress/XeonPhi#XeonPhiUsageModels|Three usage paradigms]] * [[cypress/XeonPhi|Programming considerations]] === Data Visualization === * [[cypress/VisIt|VisIt]] * [[cypress/Visualization Toolkit (VTK)]]