![]() |
|
|
#1 |
|
Jan 2015
310 Posts |
Hello,
I want to run mprime on Linux (openSUSE) in the background. I started the stress test so: Code:
mprime -t & Code:
[Worker #1 Jan 20 16:56] Test 2, 5300 Lucas-Lehmer iterations of M14155775 using FFT length 720K, Pass1=320, Pass2=2304. [Worker #2 Jan 20 16:56] Test 2, 5300 Lucas-Lehmer iterations of M14155775 using FFT length 720K, Pass1=320, Pass2=2304. What can I do, to run mprime -t in the background? Why is the option -B not longer supported? Kind regards. Stefan |
|
|
|
|
|
#2 |
|
"/X\(‘-‘)/X\"
Jan 2013
B7216 Posts |
I like to run it in `screen`.
I put this in my crontab to have it start at boot Code:
@reboot screen -S mprime -d -m /home/ontherange/mprime/mprime.exe -d |
|
|
|
|
|
#3 |
|
Jan 2015
38 Posts |
Currently I run it in screen mode, but I thought, there is a "better" way. Can I run mprime in a silent or quiet mode?
|
|
|
|
|
|
#4 | |
|
Jan 2015
3 Posts |
Perhaps with?
Quote:
|
|
|
|
|
|
|
#5 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
976710 Posts |
Quote:
Code:
./mprime </dev/null >/dev/null 2>/dev/null & |
|
|
|
|
|
|
#6 |
|
Romulan Interpreter
Jun 2011
Thailand
965710 Posts |
How about CTRL+ALT+F6, login, run mprime, then ALT+F7 back to x?
![]() (don't jump on me, I am not a linux guy, hehe, but the tty6 is almost never used, some may use 1, 2, 3, but that is! for some reasons debian offers 6...) |
|
|
|
|
|
#7 | |
|
"/X\(‘-‘)/X\"
Jan 2013
2·5·293 Posts |
Quote:
I wouldn't recommend that method ;) |
|
|
|
|
|
|
#8 |
|
"Mike"
Aug 2002
2·23·179 Posts |
All bets (security) are off once you have physical access.
|
|
|
|
|
|
#9 |
|
Romulan Interpreter
Jun 2011
Thailand
32·29·37 Posts |
|
|
|
|
|
|
#10 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
2·33·71 Posts |
Quote:
As to the reference to screen, I have also used tmux via ssh on my systems from time to time. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mprime 257 bug? | programmeryh | Software | 4 | 2008-11-13 15:23 |
| Your favourite desktop background. | Flatlander | Lounge | 8 | 2007-07-16 16:55 |
| Whats going on in the background | ltd | Prime Sierpinski Project | 2 | 2006-12-26 09:40 |
| Problem with mprime (Fixed with mprime -d) | antiroach | Software | 2 | 2004-07-19 04:07 |
| What is your primary educational background? | eepiccolo | Lounge | 8 | 2002-12-28 21:25 |