![]() |
![]() |
#1 |
Aug 2012
New Hampshire
11001010002 Posts |
![]()
Assume you have an i7 or other 8 core processor and you want to ensure your two instances of mfaktO/C run on dedicated cores without overlapping each other (affinity).
use the start /affinity feature in a batch file. The following example shows kicking off mfaktc.exe 0 using cpu cores 0 through 3 start "mfaktC.0" /HIGH /affinity 0xf mfaktc.exe The following example shows kicking off mfaktc.exe 1 using cpu cores 4 through 7 start "mfaktC.1" /high /affinity 0xf0 mfaktc.exe You can prove this works by looking at processor affinity for each instance of mfaktX in task manager. google start /affinity for lots of articles. |
![]() |
![]() |
![]() |
#2 |
Aug 2012
New Hampshire
23·101 Posts |
![]()
WRONG THREAD
Last fiddled with by swl551 on 2012-09-24 at 23:30 Reason: WRONG THREAD... |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
'Kernel memory leaking' Intel processor design flaw forces Linux, Windows redesign | M344587487 | Science & Technology | 42 | 2018-11-17 13:07 |
Processor Affinity | R.D. Silverman | Programming | 19 | 2015-04-24 22:46 |
mfakto 0.13 with Windows 8.1 | bplenhart | GPU Computing | 16 | 2013-12-05 01:24 |
Launch of the AMD FX 8 Core processor | moebius | Hardware | 80 | 2012-09-14 15:51 |
Product launch | xilman | Factoring | 12 | 2006-07-11 16:23 |