Strumenti Utente

Strumenti Sito


magistraleinformaticanetworking:spm2:start

Questa è una vecchia versione del documento!


Parallel and Distributed Systems: Paradigms and Models (A.Y. 2019-20)

This is the home page of the course, shared among the Master degrees in Computer Science and Networking and Computer Science (all curricula).

All the course material will be hosted on Google Classroom. Log in into Google Classroom using your credentials xxx@studenti.unipi.it and look for class code qngr7eg

More in detail:

  • if not already registered, please register to the gsuite service from Unipi (use this link and follow instructions on “Accesso al servizio” (Access to the service)
  • open a browser
  • point it to classroom.google.com
  • look for login
  • enter credentials from unipi (x.y@studenti.unipi.it normally)
  • register to course 9ddc6wy

ATTENTION Some browsers “remember” you logged in with another account. Please logout and may be close and re-open the browser to be able to enter classroom with the unipi.it account.

IMPORTANT In order to be able to access Google Classroom, if you haven't already activated Google services, please follow the instructions at this page (Accesso al servizio)

Consolidated lesson schedule

Day Hours Room
Mon 9-11am Fibonacci N1
Tue 2-4pm Fibonacci N1
Thu 4-6pm Fibonacci L1

Question time

The question time at the moment being is on Wed, 9.30 - 12.30. We will have chance to agree a different time during the first lesson of the course.

Program

The program of the course is accessible through the Univ. of Pisa Program web site at this page.

HOWTO Install g++ (short instructions)

In order to install latest version of the Gnu compiler on your local machine:

  • download sources (version 9 is in the snapshot subtree) from one of the mirrors at https://gcc.gnu.org/mirrors.html
  • unpack the archive
  • in the top directory downloads the pre requisite packages by executing
    bash$ contrib/download_prerequisites
  • run configure ì, I use the following parameter, to generate just the g++ compiler
    ./configure --prefix=/usr/local/gcc9 --disable-multilib --enable-languages=c++
  • compile
    make
  • install
    make install
  • setup the proper PATH and LS_LIBRARY_PATH in your environment
    export PATH=/usr/local/gcc9/bin/:$PATH
    export LD_LIBRARY_PATH=/usr/local/gcc9/lib64/:$LD_LIBRARY_PATH

    (possibly add the two lines at the end of your

    $HOME/.bashrc

The compilation process took about 1 hour on my i5 with 2 cores (make -j 4)

Old course material

Academic Year Home page
2017-18 home
2009-2017 See these pages
magistraleinformaticanetworking/spm2/start.1581930162.txt.gz · Ultima modifica: 17/02/2020 alle 09:02 (4 anni fa) da Marco Danelutto