v6.30 client

Moderators: Site Moderators, FAHC Science Team

Post Reply
theteofscuba
Posts: 96
Joined: Wed Dec 05, 2007 7:15 am
Hardware configuration: PS3, Phenom II X4, QX9775, HD 8570
Contact:

v6.30 client

Post by theteofscuba »

I have a suggestion for the current 6.30 beta client. in short, default to -smp flag unless either the cpu is single core. allows a manual overriden.

The pseudo code is:

Code: Select all

//something to think about:
/*if(hyperthreading enabled)
	number of cores /= 2;*/

if(single cpu)
	run uniprocessor work units;
else if(manually_specified_number_of_cores)
	run smp client on specified number of cores;
else
	run smp cores on all detected cpu cores automatically;
I like this thought because the newbie users can maximize their contributions without having to put much effort into learning how
to use the current system. considering the v6.30 client already can handle both uniprocessor and smp i presume it wouldn't be terribly difficult to implement
7im
Posts: 10179
Joined: Thu Nov 29, 2007 4:30 pm
Hardware configuration: Intel i7-4770K @ 4.5 GHz, 16 GB DDR3-2133 Corsair Vengence (black/red), EVGA GTX 760 @ 1200 MHz, on an Asus Maximus VI Hero MB (black/red), in a blacked out Antec P280 Tower, with a Xigmatek Night Hawk (black) HSF, Seasonic 760w Platinum (black case, sleeves, wires), 4 SilenX 120mm Case fans with silicon fan gaskets and silicon mounts (all black), a 512GB Samsung SSD (black), and a 2TB Black Western Digital HD (silver/black).
Location: Arizona
Contact:

Re: v6.30 client

Post by 7im »

Development on v6.x clients has stopped pending the v7 client release.

And this has been suggested before, so hopefully something like this has been incorporated in to v7. One can only hope...
How to provide enough information to get helpful support
Tell me and I forget. Teach me and I remember. Involve me and I learn.
Post Reply