Skip to content

Commit

Permalink
Merge pull request #34 from mirkobronzi/mirkobronzi-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jerpint authored Jul 22, 2020
2 parents 3477365 + 5fca919 commit ea17e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ data folder (abs): /network/tmp1/bronzimi/20191105_cookiecutter/{{ cookiecutter.

In a separate shell on your local computer, run the following command:

`ssh -L 19999:<hostname>.server.mila.quebec:19999 <username>@login.server.mila.quebec`
`ssh -L 19999:<hostname>.server.mila.quebec:19999 <username>@login.server.mila.quebec -p 2222`

where `<username>` is your user name on the Mila cluster and `<hostname>` is the name of the machine your job is currenty running on (`leto35` in our example). You can then navigate your local browser to `http://localhost:19999/` to view the ressources being used on the cluster and monitor your job. You should see something like this:

Expand Down

0 comments on commit ea17e50

Please sign in to comment.