mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Information & Answers (https://www.mersenneforum.org/forumdisplay.php?f=38)
-   -   how do I execute mprime in linux mint? (https://www.mersenneforum.org/showthread.php?t=22639)

diacad 2017-10-13 19:50

how do I execute mprime in linux mint?
 
I downloaded the proper prime95 gz (for linux 32 bit) and expanded it - some .txt files and a file with no type "mprime" which mint thinks it is an executable. When I right-click and select "execute" on the resulting menu, nothing happens, not even an error msg. What now?

heliosh 2017-10-13 20:56

You have to run "./mprime -m" first, to get in the Menu to configure mprime.

VBCurtis 2017-10-13 20:57

It's a command-line program. Open a terminal, navigate to the folder where you have these files, and type ./mprime -m

The -m starts the program's menu, from which you can set it up to run the type of work you wish to run.

EdH 2017-10-13 22:22

There's also a possibility that it unpacked without execute permission. If the previous help doesn't work, right-click and choose the Permissions Tab. Look for a checkbox that says, "Allow executing file as program" and make sure it has a check mark.

Edit: Just a note that I have never used the -m switch and have run mprime on many distributions by simply using "./mprime" in its directory. Unless the -m is a new necessity, it shouldn't be needed to just invoke mprime from the $ prompt. Then again, I've never needed to "allow execution" with mprime, but I do with other executables, like the sievers from b[sup]2[/sup], so I offered the suggestion, just in case.

pepi37 2017-10-14 11:09

I start mprime with command ./mprime -d to see how program starts, and have few details more :)

moebius 2017-10-15 02:04

For LinuxMint, I usually had to change the execute permissions at the command prompt e.g. sudo chmod 755 mprime


All times are UTC. The time now is 18:34.

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