M1RR0R Posted May 31, 2018 Posted May 31, 2018 Hello! which tweak's do you know for pifast? and how use pifast in real time mode on WinXP? maybe there is a guide? 1 Quote
Crew Leeghoofd Posted May 31, 2018 Crew Posted May 31, 2018 go hard on the mems, run re-run, many add the pause in the command line to configure some extra settings between each run and weird but on some platforms WIN7 is faster :p Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 1 minute ago, Leeghoofd said: переходите к mems, запускайте повторный запуск, многие добавляют паузу в командной строке, чтобы настроить некоторые дополнительные настройки между каждым запуском и странным, но на некоторых платформах WIN7 работает быстрее : p I ran the task manager during the test, I chose the real-time mode, and even then the result was better I do not understand, how do I set the priority of real-time to run? probably need to do something with the files Quote
yosarianilives Posted May 31, 2018 Posted May 31, 2018 Not that much data in here on pifast but a little, it may help. https://www.reddit.com/r/overclocking/wiki/hwbot/2d As for realtime priority, you can use process lasso or something similar to set affinity and priority for pifast before it launches. Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 http://hwbot.org/submission/3865275_ - this is my best rusult on G440, I think that efficiency can be improved by settings or Tweaks I can not get to first place Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 Just now, yosarianilives said: вы можете использовать процесс lasso или что-то похожее для установки близости и приоритета для pifast до его запуска. Many thanks for the link! I will try to improve the result about pifast really little information Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 8 minutes ago, yosarianilives said: Что касается приоритета в реальном времени, вы можете использовать процесс lasso или что-то похожее для установки близости и приоритета для pifast до его запуска I do not really understand how to do this, on a single-core processor there will be an increase? Quote
yosarianilives Posted May 31, 2018 Posted May 31, 2018 Just now, M1RR0R said: I do not really understand how to do this, on a single-core processor there will be an increase? On a single core cpu the extra load of process lasso will equal a net loss. On a multi core cpu you set the affinity for pifast and every other process to seperate cores, then you can also set the launch priority of pifast. If you're on a single core cpu and just want to increase the priority then you can follow the steps here to edit the batch file https://www.wikihow.com/Make-a-Program-Start-at-High-Priority-(Windows) for multi core systems process lasso should be better as you can also set the core affinity. 1 Quote
alexmaj467 Posted May 31, 2018 Posted May 31, 2018 (edited) M1RROR Read this Edited May 31, 2018 by alexmaj467 1 Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 1 minute ago, alexmaj467 said: MIRROR Read this I read all this, did just that, this is not enough and much from there only worsened the result... Quote
alexmaj467 Posted May 31, 2018 Posted May 31, 2018 I'm talking about the part where it is written about setting the priority for any file using the program PriFinity 2.5 Quote
George_o/c Posted May 31, 2018 Posted May 31, 2018 (edited) The easiest way to run pifast in real time priority, is to run the hexusFastR shortcut from the rar I've attached No need for PriFinity, Lasso, or any of those tools. Other than that, PiFast pretty much likes what SuperPi does. Priority, affinity, lighten the OS a bit, RAM timings, sometimes also maxmem and a simple copywaza (depending on the platform). Put a folder on desktop that has 700MB files inside, or 1GB, whatever you like and just copy it once to C, then run it multiple times until you get "the best" score. @Leeghoofd is right about the win7 thing too, I've noticed that sometimes, pifast is faster on windows 7 on some platforms. For all the older processors I bench though, I use Windows XP of course. hexusFastR.rar Edited May 31, 2018 by George_o/c 3 Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 1 minute ago, George_o/c said: The easiest way to run pifast in real time priority, is to run the hexusFastR shortcut from the rar I've attached No need for PriFinity, Lasso, or any of those tools. Other than that, PiFast pretty much likes what SuperPi does. Priority, affinity, lighten the OS a bit, RAM timings, sometimes also maxmem and a simple copywaza (depending on the platform). Put a folder on desktop that has 700MB files inside, or 1GB, whatever you like and just copy it once to C, then run it multiple times until you get "the best" score. @Leeghoofd is right about the win7 thing too, I've noticed that sometimes, pifast is faster on windows 7 on some platforms. For all the older processors I bench though, I use Windows XP of course. hexusFastR.rar thanks man Quote
M1RR0R Posted May 31, 2018 Author Posted May 31, 2018 53 minutes ago, alexmaj467 said: Я говорю о той части, где написано о настройке приоритета для любого файла с помощью программы PriFinity 2.5 I do not want to use any programs Quote
GtiJason Posted May 31, 2018 Posted May 31, 2018 (edited) 9 hours ago, M1RR0R said: thanks man Spent countless hours searching for these tweaks, guess I should of just asked lol. They are out there if you search/read enough, using waybackmachine helps too Edited May 31, 2018 by GtiJason Quote
TerraRaptor Posted June 1, 2018 Posted June 1, 2018 Try running pifast in fullscreen mode by modifying properties for a given window name. It should be easier to get a good run. Quote
alexmaj467 Posted June 1, 2018 Posted June 1, 2018 I for a full-screen start approximately so. Code for Pifast.bat @echo off SetLocal EnableExtensions EnableDelayedExpansion IF "%~1"=="max" ( SET params=%* start "Name of the Batch" /MAX %0 !params:~4! EXIT /B ) ECHO new params: %* pause launcher pifast41.exe hexus.txt Code for RUN_Pifast.bat @echo off Pifast.bat max Quote
M1RR0R Posted June 1, 2018 Author Posted June 1, 2018 3 hours ago, alexmaj467 said: Я для полноэкранного запуска примерно так. Код для Pifast.bat Код для RUN_Pifast.bat in full-screen mode, I knew how to do it before, thanks I needed only to learn about the real-time mode but this already figured out Quote
George_o/c Posted June 1, 2018 Posted June 1, 2018 (edited) Another thing I've found about pifast (Stelaras has confirmed it too) is that if you use a really really chopped up windows xp, you actually make it worse. A 150MB Win XP installation is perfect, no less though. Edited June 1, 2018 by George_o/c 1 2 Quote
M1RR0R Posted June 1, 2018 Author Posted June 1, 2018 http://hwbot.org/submission/3866577_m1rror_pifast_celeron_g440_43sec_670ms/ - 2rd place thanks to all! 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.