sp00n / corecycler

Script to test single core stability, e.g. for PBO & Curve Optimizer on AMD Ryzen or overclocking/undervolting on Intel processors
Other
663 stars 30 forks source link

coresToIgnore setting not respected #38

Closed frufru99 closed 1 year ago

frufru99 commented 1 year ago

Hi,

I'm trying to find the best curve values for my 5950x, doing the changes on one CCD at the time. I’m using y-cruncher in 20-ZN3 mode and I set the coresToIgnore to 8, 9, 10, 11, 12, 13, 14, 15. For some reason this setting is ignored and the test is running on all cores. What could be the problem?

Thanks in advance

sp00n commented 1 year ago

Can you post the log file?

frufru99 commented 1 year ago

This is the latest log /with a crash at the end/ and the config file. CoreCycler_2023-02-01_15-23-55_YCRUNCHER_20-ZN3 ~ YUZUKI.log config.txt

edit: sorry, no crash, that was the previous run

sp00n commented 1 year ago

Your config file doesn't contain any entries for the coresToIgnore setting. Did you post/edit the correct one?

frufru99 commented 1 year ago

you are right, sorry, this is the correct one config.txt

sp00n commented 1 year ago

Ok, please double check then if that's actually the file you're using with CoreCycler.

If there's a value for the coresToIgnore? present, there should be an extra line at the start of the program, which reads "Ignored cores: ...". This is also missing in your log file, so maybe you edited the wrong file?

frufru99 commented 1 year ago

notepad++ tabs tricked me, I have corecycler on two different drives and indeed I edited the config for the wrong instance. sorry, and thanks for your time