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?
Some Questions for creating eOn Optimizer Apps
Moderator: moderators
-
- Posts: 2
- Joined: Fri May 24, 2013 2:15 pm
Re: Some Questions for creating eOn Optimizer Apps
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.
-
- Posts: 2
- Joined: Fri May 24, 2013 2:15 pm
Re: Some Questions for creating eOn Optimizer Apps
I see.According to this post(8#),you only opened -O2,right?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.
Possibly I would have better performance after I enabled -O3.
Re: Some Questions for creating eOn Optimizer Apps
There hasn't been any performance difference in our compute client when compiled at -O3 as opposed to -O2.