Lecture

The slides are here.

Exercises

Exercises tarball can be accessed here.

  • Log in the Intel Manycore machine:
  $ ssh zbys-sNN@acano01-g

where NN is your number (look here for the number).

  • Change into the 'exercises' directory:
  $ cd exercises
Solutions

You can access to the solutions of the exercises in answers.txt. Also, you can find complementary material like outputs and spreadsheets with data and scalability plots in this tarball.

Setting up sshfs access for acano01-g on student laptops

sshfs allow one to mount remote directory in the local filesystem. This is the easiest way to transfer files back and forth.

sudo apt-get install sshfs
sudo adduser student fuse
exec newgrp fuse
mkdir /tmp/acano
sshfs -o reconnect acano01-g: /tmp/acano
 
starving_cpu.txt · Last modified: 2012/09/06 17:14 by francesc
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki