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 [03/12/2009 alle 22:16 (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) ====
-This are the assignments already agreed with the teacher (we list also these that have been accepted "in principle" and must to be finalized+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:  
-^ Group members ^ Assignment ^ Notes ^  +  * name of the student (students, max 2doing the project 
-|Sandro MontanariKlevis Vishkulli | APPL.1 | | +  * project chosen (classtype) 
-|Andrea De Salve | APPL.x | image collage | +  * implementation tools to be used 
-| Raglianti Marco | RTS.2 | MapReduce C++ | +  * major unspecified details fixed (e.g. APPL.x : kind of application chosen) 
-| Andrea Cimino | APPL.1 | | + 
-| Tiziano De Matteis | APPL.3 | sequence alignment | +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 workingE.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.  
-| Giangrandi PaoloLuporini Fabio | APPL.3 | C++ MPI | + 
-Ramon Salvador Soto Rouco | APPL.2 | 8queens | +The already agreed assignments are reported to the [[assignment|assignment page]]
-| Andrea Zanelli | APPL.3 | Game of life | + 
-| Beccari Francesco | APPL.3 | (kind ofProActive | + 
-| Mayank Sinha | LESS.3 | TBB | +==== Tools ==== 
-| Mascitti Davide | APPL.2 | 8queens ProActive | +This section contains some hints on the tools you can use to develop project code.  
-| Lorenzo MutiWalter Verdese | RTS.1 | | + 
- +=== rdist ===  
 +rdist is a Unix command that can be used to distribute files across a network 
 +Have a look at the **man rdist** 
 +Basically, you can write a //distfile// file such as:  
 + 
 +  HOSTS = (fujim1 fujim2 fujim3 fujim4 fujim5
 +  MPICH = (/tmp/mpich/bin /tmp/mpich/lib) 
 +   
 +  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 default. As 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.1259878614.txt.gz · Ultima modifica: 03/12/2009 alle 22:16 (15 anni fa) da Marco Danelutto

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki