Strumenti Utente

Strumenti Sito


magistraleinformaticanetworking:spm:spm09project

Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
Prossima revisione
Revisione precedente
magistraleinformaticanetworking:spm:spm09project [04/12/2009 alle 15:13 (15 anni fa)] Marco Daneluttomagistraleinformaticanetworking:spm:spm09project [26/02/2010 alle 15:01 (15 anni fa)] (versione attuale) – aggiornamento link _admin_
Linea 2: Linea 2:
  
 ==== Project text ====  ==== Project text ==== 
-The project texts can be found in the [[http://cotognata.di.unipi.it/~marcodanelutto/SPM/FinalProject.pdf|Slides]] presented during lessons. +The project texts can be found in the [[http://backus.di.unipi.it/~marcod/SPM/FinalProject.pdf|Slides]] presented during lessons. 
  
 ==== Project types ==== ==== Project types ====
Linea 25: Linea 25:
 |  //C/C++ based//| Muesli, eSkel, SkeTo | |  //C/C++ based//| Muesli, eSkel, SkeTo |
 |  //Other//| OcamlP3L | |  //Other//| OcamlP3L |
 +
 +You can download a stable version of muskel [[http://backus.di.unipi.it/~marcod/SPM/muskel.tgz|here]].
 +The other skeleton frameworks are available for download at their web sites.  
 +
 ==== Project assignments accepted (so far) ==== ==== Project assignments accepted (so far) ====
 Those students that wish to try to pass the exam in the winter term (January or February 2010) should agree ASAP an assignment with the professor, sending him an email with subject **SPM Final Project** and with the following information:  Those students that wish to try to pass the exam in the winter term (January or February 2010) should agree ASAP an assignment with the professor, sending him an email with subject **SPM Final Project** and with the following information: 
Linea 34: Linea 38:
 Students that want to try to pass the exam in a later session should agree the project assignment with the processor (same email procedure) before actually start working. E.g. if they start to prepare the exam/project in may, **before** making actual work, they should send the professor a message "SPM Final Project" and wait for professor's ACK message.  Students that want to try to pass the exam in a later session should agree the project assignment with the processor (same email procedure) before actually start working. E.g. if they start to prepare the exam/project in may, **before** making actual work, they should send the professor a message "SPM Final Project" and wait for professor's ACK message. 
  
-This are the assignments already agreed with the teacher (we list also these that have been accepted "in principle" and must to be finalized) +The already agreed assignments are reported to the [[assignment|assignment page]]
-^ Group members ^ Assignment ^ Notes ^  + 
-|Sandro Montanari, Klevis Vishkulli APPL.1 | | + 
-|Andrea De Salve | APPL.x | image collage | +==== Tools ==== 
-| Raglianti Marco | RTS.2 | MapReduce C++ | +This section contains some hints on the tools you can use to develop project code.  
-| Andrea Cimino | APPL.1 | | + 
-| Tiziano De Matteis | APPL.3 | sequence alignment | +=== rdist ===  
-| Giangrandi PaoloLuporini Fabio | APPL.3 | C++ MPI | +rdist is a Unix command that can be used to distribute files across a network.  
-| Ramon Salvador Soto Rouco | APPL.2 | 8queens | +Have a look at the **man rdist** 
-| Andrea Zanelli | APPL.x | Game of life | +Basicallyyou can write a //distfile// file such as:  
-| Beccari Francesco | APPL.x | ProActive | + 
-| Mayank Sinha | LESS.3 | TBB | +  HOSTS = (fujim1 fujim2 fujim3 fujim4 fujim5) 
-| Mascitti Davide | APPL.2 | 8queens ProActive | +  MPICH = (/tmp/mpich/bin /tmp/mpich/lib) 
-| Lorenzo MutiWalter Verdese | RTS.1 | | +   
- +  mpi:  
 +  ${MPICH} -> ${HOSTS} 
 +        install; 
 + 
 +and by typing the command 
 + 
 +  rdist mpi 
 + 
 +you'll clone the directories /tmp/mpich/bin and /tmp/mpich/lib of the local machine to the machines listed in HOSTSThis command could be suitably used to install "on the fly" some software on the machines of the computer rooms that do not provide that software by defaultAs an example, to use mpich, you can follow these steps: 
 +  - download mpich code, ./configure and make --install-dir=/tmp 
 +  - prepare a proper distfile  
 +  - make a tar.gz of the /tmp installation (inlcuding the distfile) and save it to your home 
 +Once you have done the initial configurationyou can install on the fly mpich on the machines in the HOST variable of the distfile as follows:  
 +  - copy the .tar.gz file to /tmp and tar -xf it 
 +  - rdist distfile 
 +and that's it (Don't forget to include /tmp/mpich/bin in the PATH !!!)
magistraleinformaticanetworking/spm/spm09project.1259939629.txt.gz · Ultima modifica: 04/12/2009 alle 15:13 (15 anni fa) da Marco Danelutto

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki