Live chat

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)
boboviz credo sia un problema dei progetti (18.09.25, 11:02)
Loroe Ciao, perchè le statistiche di alcuni progetti non si aggiornano? es. minecraft è fermo da un paio di mesi. (13.09.25, 18:45)
Spot T and crunching by cpu...that's twice worth of mention (06.09.25, 20:03)
Spot T I think you are the only one (of us) that found a megaprime in srbase proj (06.09.25, 20:02)
entity Thanks, I'm glad the team got recognition too (06.09.25, 17:55)
r3venge Complimenti Entity!! (05.09.25, 21:30)
Spot T congrats to entity for the megaprime found (05.09.25, 19:56)
Fabrizio74 Dopo una pausa è arrivato un pò di lavoro in Gpugrid (28.08.25, 16:43)
boboviz @vincenzo effettivamente è strano. Che altri progetti hai agganciato?? (25.08.25, 15:15)
boboviz I challenge/sfida sono sempre stati una "sfida" per organizzarsi (25.08.25, 15:15)
Vincenzo Cefariello P.s ma perché Boinc se metto 10 giorni di lavoro e 10 supplementari, prende solo Einsten e Milkway. Deve prendere tutti i progetti .-. (23.08.25, 14:25)
Vincenzo Cefariello Lasciamo stare che poi nessuno si degna di leggere un pdf o qualche guida, ma vuole un tutorial su youtube anche per le menate (23.08.25, 14:22)
Vincenzo Cefariello Il problema rimane sempre lo stesso, poca pubblicità di Boinc, troppa ignoranza in generale, e setup troppo complicato per chi non è pratico di Computers (23.08.25, 14:22)
r3venge no al momento sono ancora fermo, mi sto organizzando, ma ho visto che l'attività sul forum dei 3d relativi ai challenge è praticamente scomparsa (21.08.25, 23:18)
kidkidkid3 Correggetemi se ho sbagliato (20.08.25, 18:24)
kidkidkid3 Se non ricordo male abbiamo l'iscrizione automatica a tutti i challenge che partono, anche se da parte nostra non ne lanciamo più (20.08.25, 18:23)
kidkidkid3 Bentornato ... allo scaccolo ! (20.08.25, 18:22)
r3venge Sono stato un pò assente ma volevo sapere, a parte il Pentathlon, non si fanno più challenge? (19.08.25, 00:42)
boboviz Buon Ferragosto!! (15.08.25, 15:13)
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...
  • Pagina:
  • 1

ARGOMENTO:

Boinc workshop 2011 24/06/2011 23:10 #68287

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442
Workshop 2011

A fine agosto ad Hannover. Un bel programma, ma ovviamente nessun ricercatore italiano... :muro:


Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

Re: Boinc workshop 2011 27/06/2011 22:30 #68341

  • Massimo76
  • Avatar di Massimo76
  • Offline
  • RAM 128 KB
  • RAM 128 KB
  • Ciao a tutti ... Belli e brutti ...
  • Messaggi: 274
  • Ringraziamenti ricevuti 0
:noidea:
url=http://www.boincitaly.org] [/url]

Si prega Accedi o Crea un account a partecipare alla conversazione.

Ultima Modifica: da Massimo76.

Re: Boinc workshop 2011 10/08/2011 18:47 #69118

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442
Il programma comincia ad essere definito (manca una settimana)

The workshop is for researchers, scientists and developers with significant experience or interest in BOINC. Areas of interest include:

GPU and multi-thread applications; CUDA and OpenCL
Virtual machines as application container
Multi-user projects
Remote job submission
Integration with hubs, clouds, grids, and desktop grids
OpenID


Interessante che al primo punto mettano le GPU :D

Molto interessante anche che il secondo giorno, finite le sessioni teoriche, ci sia un hackfest in cui i partecipanti sono invitati, in gruppi, a scrivere codice:

Possible activities include:
design something
write code
get existing software to work
write or improve documentation.



Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

Re: Boinc workshop 2011 19/08/2011 18:00 #69353

  • boboviz
  • Avatar di boboviz Autore della discussione
  • Offline
  • Administrator
  • Administrator
  • Messaggi: 8245
  • Ringraziamenti ricevuti 442
Oggi, che è l'hackfest ci sono sessioni pratiche interessanti:

OpenCL apps

Goal: Create a "cookbook" for deploying OpenCL apps.

Results:

Working code samples for NVIDIA and AMD can be found in the BOINC source tree under /src
The samples should probably be unified/consolidated (kernels might differ for NVIDIA and AMD of course)
We tested both samples on AMD and NVIDIA GPUs respectively - success
There's a wiki page describing how to build the samples on Windows, Linux and Mac OS
Missing in the current client
Enumerate all OpenCL platforms/devices, keep them in a list (array)
Pass the list IDs of the platform/device to be used by the science app (as an integer)
Provide two API calls: taking the list ID, returning the cl_platform_id and the cl_device_id (opaque complex types, required by science app to create OpenCL context)
Make sure OpenCL and CUDA as well as OpenCL and CAL apps don't collide (use the same resource/GPU)
Make sure multi-vendor GPU setups (single host system) are supported (does apply to Mac OS, probably to also to Windows 7. Linux doesn't support drivers from different vendors, correct?)
There are a number of lessons learned available at Einstein@Home with respect to AMD and NVIDIA driver issues related to OpenCL. We could add those to the BOINC wiki.



Sei curioso dei risultati scientifici di Boinc? Guarda la sezione Pubblicazioni.

"We continue to face indifference and resistance from the high­-performance computing establishment." D. Anderson


The first italian guy with 1 milion (and half) on Ralph

Si prega Accedi o Crea un account a partecipare alla conversazione.

  • Pagina:
  • 1
Moderatori: camposReLeonAntonio Cerrato
Tempo creazione pagina: 0.174 secondi
Powered by Forum Kunena