Page 1 of 1

Some Questions for creating eOn Optimizer Apps

Posted: Fri May 24, 2013 2:24 pm
by Arthur200000
First of all,does eOn(BOINC) official allow the use of Optimizer Apps?
Secondly,is the source code of eON(Boinc app) the same as this one in the repository?

Re: Some Questions for creating eOn Optimizer Apps

Posted: Tue May 28, 2013 1:09 pm
by graeme
Yes, that is the source code. We do not have any applications with specific optimizations beyond those that are pretty generic for each platform. That said, we have not found that additional specific optimizations improve our performance much. There certainly would be room for adding support for graphics and coprocessor cards, but this would require quite a bit of additional work.

Re: Some Questions for creating eOn Optimizer Apps

Posted: Sun Jun 02, 2013 10:30 am
by Arthur200000
graeme wrote:Yes, that is the source code. We do not have any applications with specific optimizations beyond those that are pretty generic for each platform. That said, we have not found that additional specific optimizations improve our performance much. There certainly would be room for adding support for graphics and coprocessor cards, but this would require quite a bit of additional work.
I see.According to this post(8#),you only opened -O2,right?
Possibly I would have better performance after I enabled -O3.

Re: Some Questions for creating eOn Optimizer Apps

Posted: Tue Jun 04, 2013 2:40 am
by chill
There hasn't been any performance difference in our compute client when compiled at -O3 as opposed to -O2.