![]() |
![]() |
#1 |
Aug 2004
616 Posts |
![]()
I found this post very useful.
http://www.mersenneforum.org/showthread.php?t=1365 But I had one more question I could not find the answer too. Im using mprime -b my question is, is there a way to see the progress its making.. like the stuff it normally prints to the screen every 10,000 iterations while letting it remain in the background? thanks |
![]() |
![]() |
![]() |
#2 |
Jun 2003
22×61 Posts |
![]()
there are several ways i guess. you can pipe the output to a file ala
./mprime -b > output.file & or you can use nohup. "nohup ./mprime -b" the output of the program is automatically sent to a file called nohup.out. hope this helps. |
![]() |
![]() |
![]() |
#3 |
Aug 2004
2×3 Posts |
![]()
i tried
"nohup ./mprime -b" let it run for about 2 hours and the file was 0bytes killed mprime and then tried ./mprime -b > output.file & and the file is also 0bytes... probably cause there is nothing to pipe cause the -b hides all output? any other alternatives? thanks |
![]() |
![]() |
![]() |
#4 |
P90 years forever!
Aug 2002
Yeehaw, FL
7×1,051 Posts |
![]()
Try the -d command line argument
|
![]() |
![]() |
![]() |
#5 |
Aug 2004
2×3 Posts |
![]()
does the -d flag work with the -b flag? Im still not having any luck.
I access this machine remotely so it has to be in the background, im just nosey and like to see the progress/speeds from time to time. thanks |
![]() |
![]() |
![]() |
#6 |
"Patrik Johansson"
Aug 2002
Uppsala, Sweden
52·17 Posts |
![]()
The -b suppresses the output. Use & to put it in the background instead, i.e. "./mprime -d &" or "nohup ./mprime -d &".
Last fiddled with by patrik on 2004-08-04 at 09:21 |
![]() |
![]() |
![]() |
#7 |
Jun 2003
22·61 Posts |
![]()
oh yeah thats right. i had the same problem when i first started mprime too. yeah you need the -d switch :o
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
mPrime over SSH | Vincanis | Information & Answers | 4 | 2011-06-30 13:36 |
./mprime -B in 257 | Lazlow | PrimeNet | 3 | 2008-10-29 20:40 |
64 bit mprime? | aaronl | Linux | 1 | 2005-11-10 16:50 |
ECM using gmp-ecm and mprime on a P4 | geoff | Factoring | 60 | 2004-12-02 07:16 |
Problem with mprime (Fixed with mprime -d) | antiroach | Software | 2 | 2004-07-19 04:07 |