• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

running Seti on dual-cpu NT4 system

Ben98SentraSE

Senior member
If I just run two instances will it just automatically run each on a different CPU? Is it that simple? I believe it is, just wanted to check.

(Assimilator1 starts sweating... 🙂 )
 
NT handles splitting the workload just fine, I did some benchmarks ages ago letting NT do the process assignment and manually forcing affinities, there was no difference in completion times.

 
Use the CMD-LINE version; make two dirs and put the executable in each dir, like seti1 and seti2. Then make a batch file for each file with the parameters like this:

\seti1\setiathome.exe -verbose -cpu 1

\seti2\setiathome.exe -verbose -cpu 2

The "verbose" will enable some screen output so that you can see that the client is actually doing something.

Personally, I recommend using a program like SetiSpy(with a copy in each dir) to track the progress of each client.
 
Not too much.. I think when I looked at this previously, there might have been a difference of ten minutes per work unit.. not enough in my opinion to keep me from using the -verbose switch.
 
Also, you should definitely make sure you're running the 3.0 client. It is MUCH more dual CPU friendly (eats less bus bandwidth, so each CPU can actually get enough work to keep busy).

JHutch
 
I've been wanting to build a dually rig myself. However I don't want to shell out the $$$$ for win2000 nor do I want to make my head spin by trying Linux.🙁 One of these days I'll take the plunge though.🙂
 
Back
Top