GithubHelp home page GithubHelp logo

loniworkshop2018's Introduction

loniworkshop2018

7th LONI Parallel Programming Workshop

Workshop Survey Link

Log onto SuperMike2

1. From your local terminal:

$ ssh -X [email protected] # replace ?? with your training account number
[email protected]'s password: # type in the long password, the input will NOT echo back

2. Start an interactive job so that you are on a compute node either in the shelob queue or training queue, remember to pass the "-X" parameter to the qsub command to enable X11 forwarding (we will use plotting in day 1 morning):

If your training account number is less than or equal to 32 (e.g. hpctrn01 ~ hpctrn32), submit your job to the shelob queue:

[hpctrn??@mike1 ~]$ qsub -I -X -l nodes=1:ppn=16,walltime=8:00:00 -q shelob -A hpc_train_2018
...

If your training account number is larger than 32 (e.g. hpctrn33 ~ hpctrn60), submit your job to the training queue:

[hpctrn??@mike1 ~]$ qsub -I -X -l nodes=1:ppn=16,walltime=8:00:00 -q training -A hpc_train_2018
...

3. Make sure you are on a compute node with the following command prompt, it should be mike/shelob hostname followed by a three digit number like the one below:

[hpctrn??@mike001 ~]$ 

OR

[hpctrn??@shelob001 ~]$ 

4. Clone the workshop repository to your home directory:

[hpctrn??@mike001 ~]$ git clone https://github.com/lsuhpchelp/loniworkshop2018

loniworkshop2018's People

Contributors

chenyuetian avatar dbxmcf avatar lsuhpchelp avatar tesc-hpc avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

john2912

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.