![]() |
|
|
#1 |
|
Dec 2019
316 Posts |
Hello, I'm trying to move prime95 from Windows 7 to Linux Mint. I want to keep all the needed files for prime95 to continue the same process after the transfer. It will still be on the same physical computer when this is done. What is the pest way to do this, or would it be better to just cancel the process on Windows 7 and re-install prime95 on Linux Mint? Sorry if this is in the wrong forum section or if there's a really obvious answer I haven't found.
|
|
|
|
|
|
#2 |
|
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
981810 Posts |
Preserve your worktodo.txt file and any files that start with p f or m that have a bunch of numbers after them. Keeping the whole Prime95 folder would be good. You will need to change the program file to the mprime file (see https://www.mersenne.org/download/ for the most recent version.) Others may have more detailed tips later.
|
|
|
|
|
|
#3 |
|
P90 years forever!
Aug 2002
Yeehaw, FL
5×11×137 Posts |
Just save the entire folder. Then load mprime (the Linux 64-bit version of prime95) into the folder once you've installed Linux. Run "./mprime -m", choose Test/Continue menu choice.
Others can tell you how to set things up so that mprime runs automatically at boot up. |
|
|
|
|
|
#4 |
|
Dec 2019
310 Posts |
When I choose "Test/Continue", it says "Another mprime is running" and shows the menu again. Is that good? I haven't seen any progress updates where I'm told how much is completed like in the Windows version yet. I hope it's working.
|
|
|
|
|
|
#5 |
|
Sep 2002
Database er0rr
3,761 Posts |
Some useful commands are pidof mprime and top --- press q to quit it. You can kill it with command killall mprime -- which is safe to do. Then run ./mprime -m again for the menu instance and choose "test/continue".
Do you wish have mprime start automatically when the computer boots? If so do you want to be able to see the progress? |
|
|
|
|
|
#6 |
|
Dec 2019
112 Posts |
I do want mprime to run when the computer boots. I want to be able to see the progress if I open the window, but have the window hidden when it's not open like in Windows. Is that possible?
|
|
|
|
|
|
#7 | |
|
Sep 2002
Database er0rr
3,761 Posts |
Quote:
Code:
@reboot screen -S mprime -d -m -L /home/me/sb/mprime -d The after you reboot the machine you can see what is happening at any time by opening a terminal and running the command screen -r mprime (I could go into how you create an alias in your .bashrc file so that you could just type in moma or whatever which runs screen -r mprime )
Last fiddled with by paulunderwood on 2020-01-03 at 05:35 |
|
|
|
|
|
|
#8 | |
|
Feb 2008
Bray, Ireland
5·31 Posts |
Quote:
Sorry for the bump, but to make it more "Windows-like" you can even add the shortcut to your panel launcher and move it to the right side of your panel. This way you won't have to bother remembering Ctrl+A, Ctrl+D, nor the shortcut itself, and could simply open it by double clicking and close it by closing the window while it continues running in the background. Now, if only there was a more "Minty" 2^p-1 icon... Last fiddled with by ZFR on 2020-01-17 at 01:29 |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Windows Subsystem for Linux v2 gets real Linux kernel | tServo | Software | 0 | 2019-05-07 16:59 |
| how do I execute mprime in linux mint? | diacad | Information & Answers | 5 | 2017-10-15 02:04 |
| Stockfish game: "Move 8 poll", not "move 3.14159 discussion" | MooMoo2 | Other Chess Games | 5 | 2016-10-22 01:55 |
| Scottish game: "Move 6 poll", not "move -1 discussion" | MooMoo2 | Other Chess Games | 0 | 2016-10-11 16:30 |
| Stockfish game: "Move 5 poll", not "move 0 discussion" | MooMoo2 | Other Chess Games | 0 | 2016-10-05 15:50 |