![]() |
|
|
#1 |
|
"Bo Chen"
Oct 2005
Wuhan,China
23·3·7 Posts |
In the process to log the progress of NFS@Home,
sometimes, I found some WU are lost, and then I dig it more this day, and found, https://escatter11.fullerton.edu/nfs...ultid=59210837 Code:
<core_client_version>7.6.22</core_client_version> <![CDATA[ <message> Incorrect function. (0x1) - exit code 1 (0x1) </message> <stderr_txt> boinc initialized work files resolved, now working -> projects/escatter11.fullerton.edu_nfs/lasieve5f_1.11_windows_x86_64.exe -> -a -> -f -> 4340260000 -> -c -> 10000 -> -R -> -o -> ../../projects/escatter11.fullerton.edu_nfs/G2m1285_2_4340260_2_r1523667159_0 -> ../../projects/escatter11.fullerton.edu_nfs/G2m1285.poly mi64: inverse does not exist 00:24:07 (5608): called boinc_finish </stderr_txt> ]]> https://escatter11.fullerton.edu/nfs...?wuid=51982403 This WU has been signed to 6 different computers, and got the same error, with both Linux and Windows. When searching the error information form source, it seems like it come from lasieve5-20081105\fbgen64.c line 85 to 98, Code:
/* uses same auxiliary variables as mm64 */
static u64_t mi64(u64_t x)
{
if (!mm64_init)
{
mpz_init(mm64_aux1);
mpz_init(mm64_aux2);
mm64_init=1;
}
mpz_set_ull(mm64_aux1,x);
mpz_set_ull(mm64_aux2,mod64);
if (!mpz_invert(mm64_aux1,mm64_aux1,mm64_aux2))
Schlendrian("mi64: inverse does not exist\n");
return mpz_get_ull(mm64_aux1);
}
so I pop it out here to others. ggnfs's source could found at http://mersenneforum.org/showpost.ph...9&postcount=28 http://www.mersenneforum.org/showpos...28&postcount=1 |
|
|
|
|
|
#2 |
|
Sep 2009
2·1,039 Posts |
A few questions that I hope might help lead someone to the answer:
What is the poly for that job? What does the job file contain? (LPBA, MFBA, special-Q range etc). Have any WUs for that job completed successfully? If so what special-Qs worked? Chris |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inverse of Smoothness Probability | paul0 | Math | 6 | 2017-07-25 16:41 |
| Things that unaccountably don't exist | fivemack | Hardware | 7 | 2012-12-04 19:33 |
| Lurid Obsession with Mod Inverse | only_human | Miscellaneous Math | 26 | 2012-08-10 02:47 |
| Inverse of functions | Raman | Math | 5 | 2011-04-13 23:29 |
| Does God exist? | mfgoode | Soap Box | 194 | 2007-01-18 20:49 |