Live chat

boboviz nuova versione beta del client boinc, la 8.2.7 (15.11.25, 08:58)
sabayonino Abemus spacious team (02.11.25, 13:06)
sabayonino https://spaciousathome.eu/spaciousathome/team_display.php?teamid=6 (02.11.25, 12:50)
sabayonino https://www.boincitaly.org/forum/astronomia-fisica-e-chimica/115408-thread-ufficiale-spacious-home.html (31.10.25, 20:37)
boboviz Can we open a thread about this project?? (31.10.25, 17:06)
zioriga This seems the goal (28.10.25, 18:10)
zioriga "vision of an easy access to technologies for mining the Big Data produced by missions of the European Space Agency." (28.10.25, 18:10)
entity There is speculation that there might not be any Windows apps similar to Gaia... Why don't European projects like Windows? Cost? (28.10.25, 16:19)
zioriga I downloaded 10 WUs on a VBoxed Linux, I'll wait the results (28.10.25, 11:03)
zioriga There is only work for LInux (28.10.25, 10:58)
zioriga Correct !!!! You're right (28.10.25, 10:44)
entity Not dead but not real active yet. Open call for projects from Sept 2025 until Nov 16 2025. Call for Testers went out Jul 2025. There is work at the Boinc Project (28.10.25, 01:02)
zioriga no news from the end of jan 2024 (27.10.25, 21:41)
zioriga I think it's a dead project (27.10.25, 21:41)
entity More info at https://spacious.ub.edu/ (27.10.25, 18:03)
entity BOINC project at spaciousathome.eu/spaciousathome/ (26.10.25, 22:33)
entity Anyone have any additional information on spaciousathome.eu? (26.10.25, 19:37)
Fabrizio74 In questo periodo non mi sono arrivate WU di WDG; le cercavo ma non mi sono arrivate (25.10.25, 18:12)
kidkidkid3 Chiedo qui per una risposta al volo. WCG ha tutte le WU in pending da un paio di giorni. Sono terminate le mie e quelle del wingman. Vi risulta ? Grazie in anticipo (24.10.25, 18:15)
GHz Aggiornamento stats minecraft ripristinato, avevano fatto una variazione al sito web che bloccava l'update, grazie per la segnalazione Loroe (18.09.25, 23:11)
Per usare la chat devi effettuare il login.
Benvenuto, Ospite
Nome utente: Password: Ricordami
29 Set 2025

29 Settembre 2025 : 14:30
Migrazione del forum e dei suoi contenuti

Leggi tutto...

ARGOMENTO:

Re:[Thread Ufficiale] MalariaControl.net 25/03/2010 01:19 #46898

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
campos ha scritto:

fedeanimation ha scritto:

Ciao, qualcuno ha qualche notizia di quando dovrebbe ripartire il progetto?
Dato che lavoro in kenya ci tengo molto a fare questo progetto.


Sul loro forum parlano di "few weeks" poche settimane e questo riferito ai primi di marzo... :rotoli:

Io spero che partano con la nuova fase subito dopo Pasqua...



Già speriamo che riprendano il prima possibile.
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 12/04/2010 17:44 #48119

  • campos
  • Avatar di campos Autore della discussione
  • Offline
  • Moderator
  • Moderator
  • Malato di Basket NBA
  • Messaggi: 3539
  • Ringraziamenti ricevuti 40
Status Update April 2010

There's been a lot going on here over the last two months. First, Guillaume, an additional member to our software team, started work here at the beginning of March. Second, we've been working heavily on the implementation and integration of the new case-management model (mentioned in the Feb update; it models how humans seek treatment when they have a simulated sickness event). This includes a considerable redesign of how we input data into that, to make this easier to work with for the project scientists. Then, there's been a lot of smaller fixes, tweaks, and the like; for example Guillaume has recently included the ability to "import" infections into our simulations (basically, when we try to model the elimination of malaria via various interventions, we need to see what kind of follow-up precautions are required to prevent malaria from reestablishing itself were an infected person to move into the area, or some such).

One thing we thought we'd mention is performance optimizations, that is changes to the program that will make it run faster without affecting its behaviour: I (Diggory) and also our new developer, Guillaume, have found a few optimizations that made sense, due to the amount of time profiling (performance analysis) showed the code to be spending in some small regions of code. One of these, for example, was looking up age groups (skip to the next paragraph if you find it too technical…): every human, as represented by our model, has an age. When we report data (say, the number of sicknesses caused by malaria, or just the total number of humans) we don't want to entirely ignore the age in the output, and at the same time reporting the exact age of each human each time their mentioned would just be too much data (we often run scenarios with a population of 100,000 humans). As a middle ground, we define a number of age groups and report the number of cases, humans, or whatever, divided into each age group (twenty-five under 1s, fifteen 1-2s, ..., twenty-six 60-99s). To get back to the optimization: every time we report something, we need to know which age group the human is in. This was done as a linear-time operation: is human in first age group, if not are they in second, etc. Those of you who've taken courses on computer data structures should know a good answer to this one: use a binary-search approach to get the answer in logarithmic time (<=12? no -> <=20? yes -> <= 14? yes -> <= 13? No -> you're 14 years old) (computer scientists: you can't use a hash-map because your key is a floating-point number). But I realized it's possible to do this even faster: by remembering each human's age-group the previous time-step, you can just ask: "are they in the same age-group or are they now in the next one?", which is constant time. This and one other optimization resulted in about a 10% decrease in execution time While I think we've dealt with the most obvious optimization candidates, anyone interested in profiling the code themselves, and possibly contributing a patch, is welcome to take a look at the code on google code (svn) or github (git clone and thus not always 100% up-to-date, but also hosts some branches not on svn).

I realize there have been some questions here about timelines. No, we're not going to give ourselves any fixed deadlines to stick to. It would be nice though if our new models are ready (coded up, with required input data) to run some testing scenarios by the end of this month (this will likely just be a few tests, rather than jumping straight into full-scale parameter fitting).

In the meantime, we are preparing another simulation run that we would like to start before the end of the month. The study will be an extension of some of the earlier work published here:
Tediosi F, Maire N, Penny M, Studer A, Smith T. Simulation of the cost-effectiveness of malaria vaccines. Malaria Journal 2009, 8:127
As the experimental design is very similar to this previous study, we plan to re-use some of the old software for creating the workunits, and as a consequence also an earlier implementation of the simulation model. We will therefore temporarily re-deploy an older version of the science application as the main application for this relatively small study (several ten-thousand workunits).

Diggory and Nicolas

(Aside: does anyone know why this forum eats and double-encodes unicode sequences? For example an m-dash: — )


LINK

A fine mese dovremmo ripartire... :ruota: :ruota:
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 12/04/2010 21:59 #48125

  • akd
  • Avatar di akd
  • Offline
  • RAM 1GB
  • RAM 1GB
  • Messaggi: 3570
  • Ringraziamenti ricevuti 1
I criceti sono pronti! ;)

Una bella comunicazione, peraltro...
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 00:24 #48127

  • Venturini Dario
  • Avatar di Venturini Dario
  • Offline
  • RAM >4 GB
  • RAM >4 GB
  • Amministratore
  • Messaggi: 6596
  • Ringraziamenti ricevuti 1
Ma leggo male o il codice è disponibile? Lo era anche prima?
"A proton walks into a Large Hadron Collider, and sees another proton, and OH SHI-"

La Repubblica Italiana è fondata sul lavoro, quindi LAVORATE !
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 08:06 #48136

  • campos
  • Avatar di campos Autore della discussione
  • Offline
  • Moderator
  • Moderator
  • Malato di Basket NBA
  • Messaggi: 3539
  • Ringraziamenti ricevuti 40
Venturini Dario ha scritto:

Ma leggo male o il codice è disponibile? Lo era anche prima?


Mai accorto prima d'ora che il loro codice fosse disponibile... probabilmente lo era... :eek:

This and one other optimization resulted in about a 10% decrease in execution time While I think we've dealt with the most obvious optimization candidates, anyone interested in profiling the code themselves, and possibly contributing a patch, is welcome to take a look at the code on google code (svn) or github (git clone and thus not always 100% up-to-date, but also hosts some branches not on svn).

L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 10:01 #48138

  • Venturini Dario
  • Avatar di Venturini Dario
  • Offline
  • RAM >4 GB
  • RAM >4 GB
  • Amministratore
  • Messaggi: 6596
  • Ringraziamenti ricevuti 1
Bene, un punto in più per il progetto :)
"A proton walks into a Large Hadron Collider, and sees another proton, and OH SHI-"

La Repubblica Italiana è fondata sul lavoro, quindi LAVORATE !
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 11:30 #48144

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
Cos'è il codice?
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 11:53 #48146

  • erotavlas
  • Avatar di erotavlas
  • Offline
  • RAM 256 KB
  • RAM 256 KB
  • La parola d'ordine è: BOINCchizziamo il mondo!!!
  • Messaggi: 973
  • Ringraziamenti ricevuti 0
il codice sorgente dell'applicazione usata dal progetto Malaria...
it.wikipedia.org/wiki/Codice_sorgente



Team
1. AMD FX-8350 8 GB RAM DDR3 1866 MHz ATI Radeon HD 2400 Zorin OS GNU/Linux 64 bit + Sensore QCN + Sensore Radioactive@Home
2. Intel Core i7 3537u 2.0 GHz 8 GB RAM DDR3 1600 MHz Ubuntu GNU/Linux 64 bit
3. Intel Core 2 Q6600 2.4 GHz 2 GB RAM DDR2 667 MHz Ubuntu Mate GNU/Linux 64 bit
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 12:38 #48149

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
BOINC ha scritto:

il codice sorgente dell'applicazione usata dal progetto Malaria...
it.wikipedia.org/wiki/Codice_sorgente


Ok ho capito, quindi diciamo che si può modificare se uno fosse capace per migliorarlo giusto?
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 13/04/2010 13:07 #48154

  • morse
  • Avatar di morse
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 9196
  • Ringraziamenti ricevuti 3
fedeanimation ha scritto:

BOINC ha scritto:

il codice sorgente dell'applicazione usata dal progetto Malaria...
it.wikipedia.org/wiki/Codice_sorgente


Ok ho capito, quindi diciamo che si può modificare se uno fosse capace per migliorarlo giusto?



Esatto :)
PC1: Intel Q9400 2.66 GHz, ASUS P5KC, nVidia GeForce 9400GT (smontata al momento), ATI HD5850, maxtor 250 GB, 4 GB ram Kingston.
PC2: Intel E8400 3.0 GHz, ASROCK G31M-GS, 2 GB ram Kingston, maxtor 80 GB, nVidia GTX275





http://stats.free-dc.org/badges.php?proj=yoy&id=17281&rows=1
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 20/04/2010 21:08 #48587

  • campos
  • Avatar di campos Autore della discussione
  • Offline
  • Moderator
  • Moderator
  • Malato di Basket NBA
  • Messaggi: 3539
  • Ringraziamenti ricevuti 40
WU disponibili... :ruota: :ruota:
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 20/04/2010 21:17 #48589

  • fabry2dgl
  • Avatar di fabry2dgl
  • Offline
  • RAM 256 KB
  • RAM 256 KB
  • Ciao a tutti
  • Messaggi: 772
  • Ringraziamenti ricevuti 4
campos ha scritto:

WU disponibili... :ruota: :ruota:


si visto ne ho 3 pronte li in compenso quelle finite di alcuni progetti rimangono pronte da riportare non vengono spedite:D :D
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 21/04/2010 00:54 #48605

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
campos ha scritto:

WU disponibili... :ruota: :ruota:



Finalmente, sono contento che abbiano ri-iniziato a mandare lavoro.
:ruota: :ruota:

é stato il primo progetto al quale mi sono attaccato 2 anni fa:)
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 24/04/2010 14:32 #48879

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
Ma che succede, non ci sono già più WU disponibili??:muro: :muro:
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 24/04/2010 20:53 #48896

  • campos
  • Avatar di campos Autore della discussione
  • Offline
  • Moderator
  • Moderator
  • Malato di Basket NBA
  • Messaggi: 3539
  • Ringraziamenti ricevuti 40
fedeanimation ha scritto:

Ma che succede, non ci sono già più WU disponibili??:muro: :muro:


Speriamo per poco... :triste:
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 02/05/2010 02:28 #49264

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
è già qualche giorno che non si hanno più Wu.
Qualcuno sa il motivo?
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 02/05/2010 08:27 #49267

  • campos
  • Avatar di campos Autore della discussione
  • Offline
  • Moderator
  • Moderator
  • Malato di Basket NBA
  • Messaggi: 3539
  • Ringraziamenti ricevuti 40
fedeanimation ha scritto:

è già qualche giorno che non si hanno più Wu.
Qualcuno sa il motivo?


In tre anni che seguo malaria, di pause così ne ho già avute un po', evidentemente stanno avendo qualche difficoltà nel passaggio alla nuova fase... :rotoli:

Direi niente di preoccupante, quindi...
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 02/05/2010 10:02 #49270

  • Venturini Dario
  • Avatar di Venturini Dario
  • Offline
  • RAM >4 GB
  • RAM >4 GB
  • Amministratore
  • Messaggi: 6596
  • Ringraziamenti ricevuti 1
Anche io non mi preoccuperei, magari sono ancora in rodaggio con qualche nuovo sistema o stanno aggiustando il tiro della nuova fase, dopo un primo batch di test ;)
"A proton walks into a Large Hadron Collider, and sees another proton, and OH SHI-"

La Repubblica Italiana è fondata sul lavoro, quindi LAVORATE !
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 10/05/2010 03:05 #49925

  • fedeanimation
  • Avatar di fedeanimation
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Messaggi: 68
  • Ringraziamenti ricevuti 0
Bene.

Scusate la risposta tardiva ma ho avuto il pc out of order per una settimana.
L\'Argomento è stato bloccato.

Re:[Thread Ufficiale] MalariaControl.net 18/05/2010 19:56 #50514

  • campos
  • Avatar di campos Autore della discussione
  • Offline
  • Moderator
  • Moderator
  • Malato di Basket NBA
  • Messaggi: 3539
  • Ringraziamenti ricevuti 40
C'è lavoro su Malaria! :tutipi: :ruota:

openMalaria test version 6.33

Nessun messaggio sul forum ufficiale...

Buon scaccolo! :king:
L\'Argomento è stato bloccato.
Moderatori: camposReLeonAntonio Cerrato
Tempo creazione pagina: 0.334 secondi
Powered by Forum Kunena