G
Gast3737
Guest
A new Nvidia core (v1.07) has been posted at http://www.stanford.edu/~friedrim/FahCore_11.exe. Scott has added support for a new environment variable, NV_FAH_CPU_AFFINITY, that allows the user to directly set the processor affinity mask or set it to zero to disable all affinity settings. The CPU affinity is set with individual bits (it's a mask, not a CPU selector):
setting NV_FAH_CPU_AFFINITY to
1 ==> CPU 0
2 ==> CPU 1
3 ==> CPU 0 and 1
4 ==> CPU 2
8 ==> CPU 3
15 ==> CPUs 0-3
etc
If this variable is undefined, the default behavior is exhibited. A primer on Windows environment variables is at Setting Environment Variables. Please test it by manually deleting an existing core. Thanks.
Edit vergesst das...
setting NV_FAH_CPU_AFFINITY to
1 ==> CPU 0
2 ==> CPU 1
3 ==> CPU 0 and 1
4 ==> CPU 2
8 ==> CPU 3
15 ==> CPUs 0-3
etc
If this variable is undefined, the default behavior is exhibited. A primer on Windows environment variables is at Setting Environment Variables. Please test it by manually deleting an existing core. Thanks.
Edit vergesst das...


