8000 GitHub - raoufbarboza/HPCDC: Notebooks for Intel's HPC DevCon '17
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raoufbarboza/HPCDC

 
 

Repository files navigation

Julia Workshop Intel HPC DevCon 2017

This URL : github.com/JuliaComputing/HPCDC

Instructions

  1. Download the ssh key at the URL given on your sheet by entering it on your browser.

  2. Login to the URL you've been assigned by running:

ssh julia@ip -i path/to/pemfile

or login via PuTTy.

  1. Run the following commands:
cd HPCDC
git pull
~/.julia/v0.6/Conda/deps/usr/bin/jupyter notebook --ip=0.0.0.0 --no-browser

You should find a URL come up on your screen which looks something like this:

http://0.0.0.0:8888?token=SomeAlphaNumericCode
  1. Copy this URL and paste it in your browser. Before you hit Enter, replace 0.0.0.0 by the IP you've been assigned.

Instructions ( JuliaBox | next.juliabox.com)

  1. Log in to the URL that has been emailed to you.

  2. Click 'Packages' / 'Yours', and add the following packages by typing their name in the text box, and clicking the '+' button.

    • SymPy
    • Flux
    • BenchmarkTools
  3. Click the 'Start' button to begin the installation process.

  4. Clone these notebooks onto your instance:

    • Copy https://github.com/JuliaComputing/HPCDC.git
    • Click 'Git', paste.
    • Click on the '+' button.

About

Notebooks for Intel's HPC DevCon '17

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%
0