Re: [閒聊] 分享SP2004(orthos)多核心燒機批次檔

看板OverClocking (超頻)作者 ( )時間14年前 (2010/03/14 10:24), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串3/4 (看更多)
請問一下, 我run了之後. 開evest看, CPU只有2/3/4滿載, CPU 1只有十幾趴. 這樣是正常的嗎? AMD X4 955 謝謝 ※ 引述《terry0201 (飛翔的大阪)》之銘言: : 因為每次燒四核心都要手動設定相關性 : 到了i7,每燒一次就要設4次,實在很煩... : 最近剛好發現command line的指令就做得到了 : 於是寫了個batch檔 : http://www.badongo.com/file/19355849 : 使用方法: : 1.解壓縮後裡面有個.bat檔,剪下貼到SP2004主程式orthors.exe所在資料夾中 : 2.執行.bat檔,一開始會問你要燒幾個threads : 像E8400就是2個,i7 860開了hyper-threading後就是8個 : 3.按下enter後,原視窗就會自動跳出,同時叫出適當數量的orthos.exe : 4.這些orthos.exe的相關性都自動設定好了,直接按run就行了喔^.< : 註: : 1.目前支援2, 3, 4, 8, 12個threads : 2.我把orthos.exe的優先權設為low,這樣在燒機時不會那麼lag : 當然cpu還是會滿載,理論上這樣不會影響燒機結果的參考性 : 使用上有什麼問題歡迎發問 : 另外原始碼其實滿簡單的,我也貼出來供參考 : @echo off : title by terry0201@gmail.com : set /p thread=number of threads? : if %thread% == 2 ( : start /LOW ORTHOS.exe : goto end : ) : if %thread% == 3 ( : start /LOW /AFFINITY 3 ORTHOS.exe : start /LOW /AFFINITY 4 ORTHOS.exe : goto end : ) : if %thread% == 4 ( : start /LOW /AFFINITY 3 ORTHOS.exe : start /LOW /AFFINITY C ORTHOS.exe : goto end : ) : if %thread% == 8 ( : start /LOW /AFFINITY 03 ORTHOS.exe : start /LOW /AFFINITY 0C ORTHOS.exe : start /LOW /AFFINITY 30 ORTHOS.exe : start /LOW /AFFINITY C0 ORTHOS.exe : goto end : ) : if %thread% == 12 ( : start /LOW /AFFINITY 003 ORTHOS.exe : start /LOW /AFFINITY 00C ORTHOS.exe : start /LOW /AFFINITY 030 ORTHOS.exe : start /LOW /AFFINITY 0C0 ORTHOS.exe : start /LOW /AFFINITY 300 ORTHOS.exe : start /LOW /AFFINITY C00 ORTHOS.exe : goto end : ) : echo not support setting for targer threads number! : pause : :end -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.161.123.43

03/14 14:57, , 1F
要3個large 1個blend 你的第一個應該只是燒RAM
03/14 14:57, 1F
文章代碼(AID): #1Bd4ZMre (OverClocking)
文章代碼(AID): #1Bd4ZMre (OverClocking)