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 13:39] – [Logging into remote machines] Zbigniew Jędrzejewski-Szmekmemory [2016/09/08 11:28] Jakob Jordan
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 12: Line 10:
 An ssh key should be used to login into those machines. Paste the following code into a terminal: An ssh key should be used to login into those machines. Paste the following code into a terminal:
 <code> <code>
-(cd ~/.ssh && wget http://ipv4.in.waw.pl/~zbyszek/aspp/{config,known_hosts,id_rsa,id_rsa.pub} && chmod go= id_*)+(mkdir -p ~/.ssh && cd ~/.ssh && wget http://ipv4.in.waw.pl/~zbyszek/aspp/{config,known_hosts,id_rsa,id_rsa.pub} && chmod go= id_*)
 ssh-add ssh-add