Changes between Initial Version and Version 1 of Workshops/IntroToHpc2017


Ignore:
Timestamp:
08/16/17 16:48:06 (7 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2017

    v1 v1  
     1[[PageOutline]]
     2= HPC Workshop 2017 =
     3
     4=== 1. Introduction to Tulane computing resources ===
     5
     6=== 2. Working on a remote !Unix/Linux system, Part I===
     7* [[cypress/SshUsage/|SSH, terminal software]]
     8* [[cypress/BasicLinuxComands|Unix/Linux commands]]
     9
     10''Break - Coffee & Refreshments Provided''
     11
     12----
     13
     14=== 3. Working on a remote !Unix/Linux system, Part II ===
     15* [[cypress/FileEditingSoftware|File Editing Software]]
     16* [[cypress/FileTransfer|File transfer to/from your desktop/laptop]]
     17* [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]]
     18
     19=== 4. Working on a remote !Unix/Linux system, Part III ===
     20* [[cypress/ModuleCommand|Module command]]
     21* [[cypress/using#SubmittingJobsonCypress|How to submit a job]]
     22
     23''Break - Lunch Provided''
     24
     25----
     26
     27=== 5. Running interactive jobs ===
     28* [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]]
     29
     30=== 6. How to run a Matlab code on Cypress ===
     31* [[cypress/Matlab#RunningMATLABinteractively|Running Matlab interactively using idev]]
     32* [[cypress/Matlab#RunningMATLABinabatchmode|Running Matlab jobs using SLURM scripts]]
     33* [[cypress/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]]
     34
     35
     36''Afternoon Break''
     37
     38----
     39
     40=== 7. How to run R code on Cypress ===
     41* [[cypress/R|Running R on Cypress]]
     42
     43=== 8. How to run Python Cypress===
     44* [[cypress/Python|Running Python on Cypress]]
     45
     46=== 9. Compiling C/C++/Fortran codes on Cypress ===
     47* [[cypress/CompilerUsage|Compiler Usage]]
     48* [[cypress/Programming| Programming/Job Scripts]]
     49 * [[cypress/Programming/Cexamples#ExamplesofJobscript|example]]
     50* Developers Tools
     51 * [[cypress/FileEditingSoftware| Editor]]
     52 * [[cypress/Programming/CodeDebugging|Code Debugging]]
     53 * Version Control
     54  * [[cypress/svn| version control by svn]]
     55  * [[cypress/git| version control by git]]
     56
     57Download Samples by:
     58
     59{{{svn co file:///home/fuji/repos/workshop ./workshop}}}
     60
     61Checkout Sample Programs onto local machine, (Mac or linux)
     62
     63{{{svn co svn+ssh://USERID@cypress1.tulane.edu/home/fuji/repos/workshop ./workshop}}}
     64