Changes between Version 1 and Version 2 of Workshops/IntroToHpc2017


Ignore:
Timestamp:
08/22/17 13:06:32 (7 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Workshops/IntroToHpc2017

    v1 v2  
    33
    44=== 1. Introduction to Tulane computing resources ===
     5[https://crsc.tulane.edu/cypress-schematic/]
     6[https://crsc.tulane.edu/hardware-specifications/]
    57
    68=== 2. Working on a remote !Unix/Linux system, Part I===
     
    2830* [[cypress/using#SubmittingInteractiveJobs|Running interactive jobs (idev)]]
    2931
    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]]
     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]]
    3437
    3538
     
    3841----
    3942
    40 === 7. How to run R code on Cypress ===
    41 * [[cypress/R|Running R on Cypress]]
     43=== 7. How to run a Matlab code on Cypress ===
     44* [[cypress/Matlab#RunningMATLABinteractively|Running Matlab interactively using idev]]
     45* [[cypress/Matlab#RunningMATLABinabatchmode|Running Matlab jobs using SLURM scripts]]
     46* [[cypress/Matlab#RunningMATLABinParallelwithMultithreads|Parallel Matlab]]
    4247
    4348=== 8. How to run Python Cypress===
    4449* [[cypress/Python|Running Python on Cypress]]
     50* [[cypress/Python#RunningPythonInteractively|Running Python Interactively]]
     51* [[cypress/Python#RunningaPythonscriptinBatchmode|Running Python with Batch Mode]]
     52* [[cypress/Python#JupyterNotebook|Jupyter Notebook]]
     53* [[cypress/AnacondaInstallPackage|Install Packages to Anaconda Python]]
    4554
    4655=== 9. Compiling C/C++/Fortran codes on Cypress ===