log in |
Message boards : Number crunching : Gnu-linux
Author | Message |
---|---|
hello | |
ID: 28 · Rating: 0 · rate: / Reply Quote | |
hello Yes, later on but not tested yet. I could use the linux wrapper from primegrid. If you can do a standalone test in linux this could be helping. | |
ID: 29 · Rating: 0 · rate: / Reply Quote | |
I would like to join the test | |
ID: 32 · Rating: 0 · rate: / Reply Quote | |
Is this the same source code used for PrimeGrid, or a modified version? I wanna give it a try in Linux (and/or BSD). Some boxes with gcc and all the stuff are waiting..... | |
ID: 42 · Rating: 0 · rate: / Reply Quote | |
Is this the same source code used for PrimeGrid, or a modified version? I wanna give it a try in Linux (and/or BSD). Some boxes with gcc and all the stuff are waiting..... I have copied their wrappers, the llr is from jean's website, downloaded the static ones. For windows I have used the Primegrid's wrapper source and compiled it by my own. | |
ID: 43 · Rating: 0 · rate: / Reply Quote | |
First test: | |
ID: 44 · Rating: 0 · rate: / Reply Quote | |
First test: Correct :) Try to run it outside BOINC in an own folder. Execute the wrapper only. Create an own input.prp with the following content. 100000000:M:1:646:258 614 2534 | |
ID: 45 · Rating: 0 · rate: / Reply Quote | |
??? don't know a syntax to test all 5 files in a BOINC environment. | |
ID: 46 · Rating: 0 · rate: / Reply Quote | |
??? don't know a syntax to test all 5 files in a BOINC environment. I have prepared some files here but cannot give them free in dropbox, I dont know if they changed something there. For your files. Remove app_info.xml and rename the job...xml to job.xml Content of the job.xml should be <job_desc>
<task>
<application>./llr_linux64</application>
<append_cmdline_args/>
</task>
<unzip_input>
<zipfilename>srbase_linux_x64_00001.zip</zipfilename>
</unzip_input>
</job_desc> Iam expecting a right problem with the llr after unzipping but you can test it. Create also an input.prp with the content: 100000000:M:1:646:258
614 2534 Execute the wrapper file then. | |
ID: 48 · Rating: 0 · rate: / Reply Quote | |
'unzip srbase_linux_x64_00001.zip' leaves llr_linux64 executable, but i don't know how BOINC is handling zips. | |
ID: 49 · Rating: 0 · rate: / Reply Quote | |
'unzip srbase_linux_x64_00001.zip' leaves llr_linux64 executable, but i don't know how BOINC is handling zips. Similar to this one: 614*646^2534-1 is prime! (7124 decimal digits, P = 3) Time : 1.859 sec. And there must be a primes.txt, if yes then this is ok, I need to move the llr from the zip because you have rights to execute the file yet but BOINC not. Can you also post the output of the stderr.txt? I hope the 32bit is also good. | |
ID: 50 · Rating: 0 · rate: / Reply Quote | |
four output files: | |
ID: 51 · Rating: 0 · rate: / Reply Quote | |
four output files: This is bad. The primes.txt is the most important file. The stderr.txt must also contain some lines. Edit: ok I see the problem, in job.xml change this line <append_cmdline_args/> to
<command_line>-d -oPgenOutputFile=primes.txt -oPgenInputFile=input.prp -oDiskWriteTime=10 -oStopOnPrimedK=1 -oOutputIterations=10000 -oResultsFileIterations=99999999</command_line> | |
ID: 52 · Rating: 0 · rate: / Reply Quote | |
The standard wrapper starts and ends, but don't do llr, because its's not a primegrid wrapper. | |
ID: 53 · Rating: 0 · rate: / Reply Quote | |
The standard wrapper starts and ends, but don't do llr, because its's not a primegrid wrapper. Try my solution with changing the commandline in job.xml and use the pg wrapper. Edit: Just testing by myself but the wrapper need a primegrid_llr, also I have no primes.txt file. Testing further... | |
ID: 54 · Rating: 0 · rate: / Reply Quote | |
The standard wrapper is working but the stderr.txt has no output with -d command, not a big deal. I will ask Primegrid again to get the wrapper source for linux. I need my own name for llr and not a fixed primegrid_llr. | |
ID: 55 · Rating: 0 · rate: / Reply Quote | |
With your command line the standard BOINC wrapper generates a primes.txt and a lrsults.zip that contains the lresults.txt. | |
ID: 56 · Rating: 0 · rate: / Reply Quote | |
With your command line the standard BOINC wrapper generates a primes.txt and a lrsults.zip that contains the lresults.txt. yes, it has its own fixed defined things. I have asked the admin @primegrid now. Perhaps he has a solution for this. | |
ID: 57 · Rating: 0 · rate: / Reply Quote | |
The current version from sourceforge http://sourceforge.net/p/primegrid/code/HEAD/tree/ is 5 years old, but works for PG. | |
ID: 58 · Rating: 0 · rate: / Reply Quote | |
Message boards :
Number crunching :
Gnu-linux