Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
memory [2016/09/07 17:24] – [Logging into remote machines] Zbigniew Jędrzejewski-Szmekmemory [2016/09/09 09:39] – [Logging into remote machines] Zbigniew Jędrzejewski-Szmek
Line 1: Line 1:
-====== Memory Bound Computing ======+====== Memory Bound Computations ======
  
 We will start by cloning the [[https://github.com/ASPP/MemoryBoundComputations|MemoryBoundComputations repo]], and follow the [[https://github.com/ASPP/MemoryBoundComputations/blob/master/exercises/guidelines.rst|exercises/guidelines.txt]]. We will start by cloning the [[https://github.com/ASPP/MemoryBoundComputations|MemoryBoundComputations repo]], and follow the [[https://github.com/ASPP/MemoryBoundComputations/blob/master/exercises/guidelines.rst|exercises/guidelines.txt]].
  
-You can find preliminary version of the [[https://github.com/ASPP/MemoryBoundComputations/blob/master/lecture/MemoryBoundComputing.pdf|lecture here]]. +You can also directly download {{ :2016_memory_bound_computations.pdf | the slides }} or a {{ :2016_memory_bound_computations.zip | snapshot of the repository }}.
- +
-The solutions will be published here after the session.+
  
 ===== Logging into remote machines ===== ===== Logging into remote machines =====
Line 27: Line 25:
  
 == Using the jupyter notebook == == Using the jupyter notebook ==
-Special care must be taken to connect using the right ports. There is no authentication, so if you use the same port as other users, things will go wonky.+Jupyter notebooks are already running on the server (verify with <code>systemctl --user status nbserver@*.service</code>). 
 + 
 +Special care must be taken to connect using the right ports. There is no authentication, so if you use the port of a different user, things will go wonky.
  
 If N is your user number, use If N is your user number, use
Line 38: Line 38:
 </code> </code>
 then open http://localhost:8000/ in the browser. then open http://localhost:8000/ in the browser.
-