TAT-Team
From AIMSWiki
| Table of contents |
Members
- User:Thys (Pretoria)
- User:Angelina (Dar es Salaam)
- User:Tendai (Utrecht University)
Results
Monday
Exercise 1: Problem
Installation Procedure
- Download the BOINC client.
- Locate the directory were the installation file is located
- run the application by entering
$BONIC/run_manager
Exercise 2:Problem
On the Boincstats website,[1] (http://www.boincstats.com/index.php?or=21), we sorted the statistics according to the last day credits awarded. Next we calculated the avarage number credits awarded to each host per day as follows:
From this we concluded that PS3Grid was the most generous in awarding credit.
Exercise 3:Problem
Exercise 4:Problem
Wednesday: Trouble shooting
To run the following :
$cd malariaModel $./autogen.sh $./configure $make test
You need a fortran compiler. However when you install the compiler and try to run the
$./configure
, the executable may fail to locate it.
To fix this, go to
$cd intel/fc/10.0.025/ $source ifortvars.sh
After creating a database with mysql, you can veiw it more easily with a web browser by installing phpmyadmin
sudo aptitude install phpmyadmin
You can also first install phpmyadmin then create a database from the web browser.
You will need to log in as root.
If you change anything in the database remember to tell the server to reread it.
$touch reread_db

