mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Prime Sierpinski Project (https://www.mersenneforum.org/forumdisplay.php?f=48)
-   -   PSP goes prpnet (https://www.mersenneforum.org/showthread.php?t=12239)

rogue 2009-10-08 12:38

[QUOTE=opyrt;192172]Hi rogue.

I think you misunderstood... I want the prpclient to finish the test it's running and [U]don't[/U] get a new one. Kind of like "no new tasks" or what it's called in boinc.[/QUOTE]

Then use ^C and select the option to "Complete and report" option. That will complete the current test, then shut down the client after the test result is reported to the server.

opyrt 2009-10-08 15:26

Sorry, but I still don't understand... :-/

What should I set these to?
[code]// This option is used to default the startup option if the previous
// shutdown left uncompleted workunits.
// 0 - prompt
// 1 - Return completed work units and abandon the rest
// 2 - Complete assigned work units
startoption=2
// This option is used to default the stop option when the client
// is terminated
// 0 - prompt
// 1 - Return completed work units and abandon the rest
// 2 - Return completed work units
// 3 - Do nothing with current work units and terminate the process
stopoption=2[/code]

rogue 2009-10-08 16:35

[QUOTE=opyrt;192214]Sorry, but I still don't understand... :-/

What should I set these to?
[code]// This option is used to default the startup option if the previous
// shutdown left uncompleted workunits.
// 0 - prompt
// 1 - Return completed work units and abandon the rest
// 2 - Complete assigned work units
startoption=2
// This option is used to default the stop option when the client
// is terminated
// 0 - prompt
// 1 - Return completed work units and abandon the rest
// 2 - Return completed work units
// 3 - Do nothing with current work units and terminate the process
stopoption=2[/code][/QUOTE]

My bad. I guess there is no option to complete the current workunits, report them, then shutdown. I'll have to add that.

opyrt 2009-10-08 16:59

[quote=rogue;192225]My bad. I guess there is no option to complete the current workunits, report them, then shutdown. I'll have to add that.[/quote]

Haha, well that explains why I was not able to get it to work! :lol:
Thank you for clearing things up!

Bio1ogics 2009-10-13 06:33

Hey guys, just updated the new clients (XP). Any way of getting the clients in the systray?
Not much to look at, all these console windows on my taskbar :no:

opyrt 2009-10-14 11:22

[quote=Bio1ogics;192672]Any way of getting the clients in the systray?
Not much to look at, all these console windows on my taskbar :no:[/quote]

Hi Bio1ogics!

Unfortunately, there is no way to get the PRPclients to minimize to systray as they are command windows.

The closest thing I can think of is using HIDEDOS.EXE ([URL]http://community.landesk.com/support/servlet/JiveServlet/download/6760-1865/HideDos.zip[/URL]) to hide the windows entirely. I have not tested it myself.

mdettweiler 2009-10-14 15:31

[quote=opyrt;192792]Hi Bio1ogics!

Unfortunately, there is no way to get the PRPclients to minimize to systray as they are command windows.

The closest thing I can think of is using HIDEDOS.EXE ([URL]http://community.landesk.com/support/servlet/JiveServlet/download/6760-1865/HideDos.zip[/URL]) to hide the windows entirely. I have not tested it myself.[/quote]
Two other options that I've used myself are runh.exe (google for it), which runs an application in the background (which presumably is what hidedos.exe does as well), and hideit.exe (I don't remember where I got it but I [URL="http://www.mersenneforum.org/showthread.php?p=113411#post113411"]posted it to the forum[/URL] a while back in response to a similar query), which allows one to selectively hide and unhide windows.

A third option, my personal favorite, is to install Microsoft's Virtual Desktop Manager PowerToy (can be found [URL="http://www.microsoft.com/windowsxp/Downloads/powertoys/Xppowertoys.mspx"]here[/URL]), which gives you 4 "virtual desktops" à la Linux, each with its own set of windows that don't show up on the others. What I do is put all my prime-search stuff on desktop #2, and do my work on desktop #1. If I want to check on the prime-search stuff, all I have to do is switch to desktop #2 and boom, it's right there. This application can also be useful for organizing other types of windows as well--say, if I want to leave one window open so I can refer to it but without it clogging up my desktop.

Bio1ogics 2009-10-14 18:38

Thanks, both opyrt and mdettweiler for your replies.
I was hoping a command line parameter would do the trick, but it looks like i have to wait for that feature (hint hint). :grin:

Another Q: will the old client be completely useless in a while? I rather liked it. Because, to be honest, the new client so far is definitely not [SIZE=2]'significantly faster'[/SIZE].

rogue 2009-10-14 21:52

[QUOTE=Bio1ogics;192824]Thanks, both opyrt and mdettweiler for your replies.
I was hoping a command line parameter would do the trick, but it looks like i have to wait for that feature (hint hint). :grin:

Another Q: will the old client be completely useless in a while? I rather liked it. Because, to be honest, the new client so far is definitely not [SIZE=2]'significantly faster'[/SIZE].[/QUOTE]

I won't make any changes to "hide the client". It will be up to others to find tools to do that for them. I guess I'm wary of a few projects/applications that have been black-listed due to users setting them up to run "hidden" from other users.

The 2.3 client will be good for a while. The new client isn't supposed to be faster. It is just supposed to be more stable than the previous client.

Bio1ogics 2009-10-15 06:22

[quote=rogue;192847]I won't make any changes to "hide the client". It will be up to others to find tools to do that for them. I guess I'm wary of a few projects/applications that have been black-listed due to users setting them up to run "hidden" from other users.[/quote]

Ah, i understand your reasons.

[quote]
The 2.3 client will be good for a while. The new client isn't supposed to be faster. It is just supposed to be more stable than the previous client.[/quote]


Err, ltd in the startpost [quote]As the client is faster then the old llrnet client I would suggest that everybody slowly moves over to the new prpnet setup.
[/quote]

Anyways, would it be possible to use the old client, but pointing to [URL="http://www.psp-project.de:7100/"]www.psp-project.de:7100[/URL] instead of the old setting in lrr-clientconfig.txt ?
( which is in mine:
server = "pspnet.no-ip.info"
port = 12984
)

opyrt 2009-10-15 07:02

[quote=Bio1ogics;192873]
Err, ltd in the startpost

[quote]As the client is faster then the old llrnet client I would suggest that everybody slowly moves over to the new prpnet setup.[/quote]
[/quote]

The new client (as opposed to LLRNet) is much faster as it is based on a significantly newer version of the LLR software. I did some quick tests and saw as much as a 20% increase in speed on some tests.


All times are UTC. The time now is 15:57.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.