Hi together,
i would like to run the einstein application in standalone mode in a windows environment.
This works fine, but the graphics showing the model to calculate slows the system down :-(
Is there a flag or someting else to put in the command line or the conf file to disable graphics like the boinc client does?
Regards Jörg
Copyright © 2024 Einstein@Home. All rights reserved.
Run standalone application without graphics on windows.
)
Disable screen savers, ie. choose '( None )' under Display Properties -> Screen Saver ( a property tab ) -> Screen Saver ( the drop down menu )
Cheers, Mike.
I have made this letter longer than usual because I lack the time to make it shorter ...
... and my other CPU is a Ryzen 5950X :-) Blaise Pascal
Hi
)
Hi Mike,
Think there is a missunderstanding:-) I don't think about the screensaver in windows.
When starting the einstein.exe in comandline mode in a DOS box, a popup window appears that shows the graphical calculation. This is a real slowdown like the screensaver is :-(
Could that be disabled? Is there a "hidden comandline flag" for einstein.exe to disable this?
Greetings Jörg
My apologies! :-) Well I
)
My apologies! :-)
Well I honestly never knew that you could run it in that mode ....
However I think from memory you could redirect the program output from STDOUT ( the usual 'console' ) to NUL ( no-where ) by something like this:
einstein.exe > NUL
or is it
einstein.exe >> NUL
... I forget which. :-)
Ah, here it is ...... in my copy of "Microsoft MS-DOS Operating System Version 5 User's Guide and Reference" ( no home should be without it! ), page 162. It indicates that it will work for known DOS commands, but I think probably also for anything else that you invoke via a command line. Now '>' gives straight redirection, and '>>' for redirection with append ( for outputting to files I'd assume ). Both would be equivalent for the NUL bit-bucket. Try it!!
Cheers, Mike
( edit ) FYI....
I have made this letter longer than usual because I lack the time to make it shorter ...
... and my other CPU is a Ryzen 5950X :-) Blaise Pascal
Nope, there isn't. The App
)
Nope, there isn't.
The App starts up multi-threaded, the graphics thread figures out that it is running standalone as it can't communicate with the Core Client and popps up the graphics window. That's actually the behavior of the BOINC API, we didn't even code this specifically for Einstein@Home. The only way to disable this would be to write a fake Core Client the App can communicate with.
And btw. I really wonder why you would want to run the App standalone.
Using some Windows automation tools (like PowerShell) it should be possible to minimize the graphics window, which should help somewhat.
BM
BM
Hi Bernd, RE: Nope,
)
Hi Bernd,
Thanks for the answer. We need that for benchmarking different type of computers.
Well, there is no solution for that :-( OK, we will live with it...
@Mike Thanks for supporting me.
Have a nice day
Jörg
RE: We need that for
)
If you just want to benchmark the hardware and its suitability for Einstein@Home, I'd rather recommend to try Linux. The analysis code is the same, you can easily disable the graphics (just move away the .so file) and you (usually) don't have as many other things (services) running that may compromise the results as you have on Windows. A live CD of almost every distribution (Ubuntu, Knoppix, whatever) should do.
BM
BM
RE: RE: We need that for
)
Running Linux from a live CD is slower than running it from a hard disk. I run SuSE Linux along with WIN98SE on a dual boot system.
Tullio
RE: Running Linux from a
)
Linux starts up slower, and most programs must be read from the CD and access their configuration files etc. there. But once a progarm is in memory it runs equally fast, no matter whether it got there from CD, HDD or network.
BM
BM
RE: RE: Running Linux
)
OK. I have no experience with live CDs since they won't even start on my 320 MB RAM. But I have 26 MB of Einstein on my hard disk, 2 MB of SETI and 5.40 of QMC. If I were running Linux from a live CD, where would they be written? On a RAM disk?
Tullio
RE: I have 26 MB of
)
Yep. (actually there are more intelligent ways to do this by now than a fixed sized RAM-disk)
BM
BM