![]() |
![]() |
#1 |
22CB16 Posts |
![]()
I'm new to Apples, and I'm trying to install the Mac version of the software on my Apple to contribute to the DC process. Yet, after downloading, the is a folder mprime258-MacOSX with mprime in it. What am I missing? I launched mprime that is a terminal session; so what then?
|
![]() |
![]() |
#2 |
Feb 2009
3×11 Posts |
![]()
I use launchd to run mprime completely in the background. The setup I use has mprime installed in /Library/mersenne. Put the following into a file called org.mersenne.mprime.plist and place that file in /Library/LaunchDaemons.
Code:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd > <plist version="1.0"> <dict> <key>Label</key> <string>org.mersenne.mprime</string> <key>ProgramArguments</key> <array> <string>/library/mersenne/mprime</string> </array> <key>KeepAlive</key> <true/> <key>RunAtLoad</key> <true/> <key>Nice</key> <integer>20</integer> </dict> </plist> |
![]() |
![]() |
![]() |
#3 |
26338 Posts |
![]()
Hi…
Yes I'm in the same boat (well not new to Macs but new to Gimps) and I'm trying to do it on a G4 PowerPC. It says it can't execut the binaries. Is there an earlier version that would support a non-Intel based Mac? |
![]() |
![]() |
#4 |
Feb 2009
3·11 Posts |
![]()
For a G4 PowerPC you won't be able to run the mprime program. Even so, you can use either the glucas or mlucas programs to do LL tests. You will just have to manually reserve exponents and manually report your results. Also, be prepared for the tests to take a long time; I'm not sure on the figures for this, but I think it might take about 3 times as long for an LL test using mlucas or glucas as it would take using Prime95/mprime.
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Apple Moving to ARM CPUs? | ewmayer | Mlucas | 13 | 2018-04-05 21:16 |
Could Apple become the new Windows? | jasong | jasong | 2 | 2012-12-07 05:57 |
Bugs in apple calculator | diep | Lounge | 8 | 2011-05-10 21:59 |
Dualcore mac G5 machines from Apple | Peter Nelson | Hardware | 20 | 2006-03-07 11:26 |
64-bit GMP-ECM on Apple G5/OS X v10.4 | PBMcL | GMP-ECM | 5 | 2005-06-04 06:12 |