Changes between Initial Version and Version 1 of Workshops/IntroToHpc2018


Ignore:
Timestamp:
08/16/18 10:25:43 (6 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2018

    v1 v1  
     1[[PageOutline]]
     2= HPC Workshop 2018 =
     3
     4=== 1. Introduction to Tulane computing resources ===
     5[https://crsc.tulane.edu/cypress-schematic/][[BR]]
     6[https://crsc.tulane.edu/hardware-specifications/]
     7
     8=== 2. Working on a remote !Unix/Linux system, Part I===
     9* [[cypress/SshUsage/|SSH, terminal software]]
     10* [[cypress/BasicLinuxComands|Unix/Linux commands]]
     11
     12''Break - Coffee & Refreshments Provided''
     13
     14----
     15
     16=== 3. Working on a remote !Unix/Linux system, Part II ===
     17* [[cypress/FileEditingSoftware|File Editing Software]]
     18* [[cypress/FileTransfer|File transfer to/from your desktop/laptop]]
     19* [[cypress/WorkingOnClusters|Working on a remote Unix/Linux Cluster]]
     20
     21=== 4. Working on a remote !Unix/Linux system, Part III ===
     22* [[cypress/ModuleCommand|Module command]]
     23* [[cypress/using#SubmittingJobsonCypress|How to submit a job]]
     24
     25''Break - Lunch Provided''
     26
     27----
     28
     29=== 5. Serial, Parallel, Array, Interactive jobs ===
     30* [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]]
     31
     32=== 6. How to run R code on Cypress ===
     33* [[cypress/R|Running R on Cypress]]
     34* [[cypress/R#RunningRInteractively| Running R Interactively]]
     35* [[cypress/R#RunningaRscriptinBatchmode|Running R with Batch Mode]]
     36* [[cypress/R#InstallingRPackagesintouserhomedirectoryorlustresub-directory|Install Packages]]
     37
     38
     39''Afternoon Break''
     40
     41----
     42
     43=== 7. How to run Python Cypress===
     44* [[cypress/Python|Running Python on Cypress]]
     45* [[cypress/Python#RunningPythonInteractively|Running Python Interactively]]
     46* [[cypress/Python#RunningaPythonscriptinBatchmode|Running Python with Batch Mode]]
     47* [[cypress/Python#JupyterNotebook|Jupyter Notebook]]
     48* [[cypress/AnacondaInstallPackage|Install Packages to Anaconda Python]]
     49
     50Download Samples by:
     51
     52{{{svn co file:///home/fuji/repos/workshop ./workshop}}}
     53
     54Checkout Sample Programs onto local machine, (Mac or linux)
     55
     56{{{svn co svn+ssh://USERID@cypress1.tulane.edu/home/fuji/repos/workshop ./workshop}}}
     57